Show "No WAD found" window

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Show "No WAD found" window

Re: Show "No WAD found" window

by _mental_ » Sun Jan 28, 2018 9:06 am

Added in 55c6a14.

Re: Show "No WAD found" window

by Gez » Sun Sep 17, 2017 4:28 am

Caligari87 wrote:Likewise on Linux, GZDoom doesn't seem to show any startup window besides the IWAD selection. The only way to get the console output (including errors in mods) is to run from a terminal. Not a deal-breaker, but it is kind of annoying when I default to pressing "Run" in Slade and ... nothing happens because it failed silently.

8-)
Good point. I'll make a note for SLADE to report console output from ports.

Re: Show "No WAD found" window

by _mental_ » Sat Sep 16, 2017 11:53 pm

Fatal error reporting is tightly coupled with startup window but SDL backend doesn't have it.
Some sort of message box can be hacked in by using the same approach as this one.

Re: Show "No WAD found" window

by Caligari87 » Sat Sep 16, 2017 5:38 pm

Likewise on Linux, GZDoom doesn't seem to show any startup window besides the IWAD selection. The only way to get the console output (including errors in mods) is to run from a terminal. Not a deal-breaker, but it is kind of annoying when I default to pressing "Run" in Slade and ... nothing happens because it failed silently.

8-)

Re: Show "No WAD found" window

by Rachael » Fri Sep 15, 2017 5:40 pm

_mental_ or Blzut3 would know much better than I where you need to put that.

I do appreciate that you're willing to do it, though. :) Let's see what they think.

Re: Show "No WAD found" window

by toxicbits » Fri Sep 15, 2017 5:26 pm

I've only used GTK very little, but I can try. I assume, for this case I'd need to add a GTK window here [0], sourrounded by #ifdefs so it only gets compiled on Linux?

[0] https://github.com/coelckers/gzdoom/blo ... tem.h#L115

Re: Show "No WAD found" window

by Rachael » Fri Sep 15, 2017 4:54 pm

There is absolutely no question, in my mind, that the Linux port is in dire need of touch-ups and GUI-prettifying, but we do need someone able and willing to mess around with the GTK interface who can port or recreate some of the Windows dialog boxes over for that.

Show "No WAD found" window

by toxicbits » Fri Sep 15, 2017 4:35 pm

I think it would be helpful, if the message [0] stating where to place wads and where to add search paths was shown in a window. Otherwise GZDoom just fails silently when starting it via a .desktop file (e.g. the Freedoom wads).


[0]
cannot find a game IWAD (doom.wad, doom2.wad, heretic.wad, etc.).
Did you install GZDoom properly? You can do either of the following:

1. Place one or more of these wads in ~/.config/gzdoom/.
2. Edit your ~/.config/gzdoom/gzdoom.ini and add the directories of your
iwads to the list beneath [IWADSearch.Directories]

Top