ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.47k stars 539 forks source link

[BUG] GZDoom does not recognize $DOOMWADDIR. #2595

Closed yum13241 closed 1 month ago

yum13241 commented 3 months ago

GZDoom version

GZDoom 4.12.2

Which game are you running with GZDoom?

Not relevant, cannot play with this bug if command-line arguments aren't supplied.

What Operating System are you using?

Linux x86_64

Please describe your specific OS version

EndeavourOS

Relevant hardware info

None.

Have you checked that no other similar issue already exists?

A clear and concise description of what the bug is.

GZDoom says it can't find any IWADs even when $DOOMWADDIR is set.

Steps to reproduce the behaviour.

  1. Set $DOOMWADDIR in a file such as /etc/environment to where your IWADs reside.
  2. Reboot (or log out and in)
  3. Type echo $DOOMWADDIR in the terminal and it should be the value you set.
  4. Launch GZDoom and it'll think you have no IWADs.

Your configuration

Not relevant.

Provide a Log

Not relevant.

yum13241 commented 1 month ago

My DOOMWADDIR was set incorrectly, sorry for any confusion.