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]
Show "No WAD found" window
Moderator: GZDoom Developers
Show "No WAD found" window
Last edited by toxicbits on Fri Sep 15, 2017 5:34 pm, edited 1 time in total.
Re: Show "No WAD found" window
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.
Re: Show "No WAD found" window
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
[0] https://github.com/coelckers/gzdoom/blo ... tem.h#L115
Re: Show "No WAD found" window
_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.
I do appreciate that you're willing to do it, though.

- Caligari87
- Admin
- Posts: 6227
- Joined: Thu Feb 26, 2004 3:02 pm
- Preferred Pronouns: He/Him
- Contact:
Re: Show "No WAD found" window
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.


Re: Show "No WAD found" window
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.
Some sort of message box can be hacked in by using the same approach as this one.
Re: Show "No WAD found" window
Good point. I'll make a note for SLADE to report console output from ports.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.
Re: Show "No WAD found" window
Added in 55c6a14.