Trouble with PWADs on new OS

Forum rules
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!

If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.

We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.

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: Trouble with PWADs on new OS

Re: Trouble with PWADs on new OS

by Hellser » Mon Dec 30, 2024 5:22 am

Just a heads up as a Linux user myself, make sure everything is properly capitalized. Linux does allow you to have "folder" and "Folder" - or any variation there of in the same folder. So if you have a file for an example: ".../pwads/theWad.WAD" and you type in ".../pwads/thewad.wad" Linux will think you're looking for that exact file path, not ".../pwads/theWad.WAD"

Having just tried running GZDoom in my terminal, it works as intended.

As for the gzdoom.desktop issue you can make a new shortcut yourself. I myself use KDE and any system generated shortcut is bound to root. Just make a new shortcut - the new shortcut would have you as the owner and not root.

Re: Trouble with PWADs on new OS

by Blzut3 » Mon Dec 30, 2024 2:00 am

They don't. That is one of the locations in the FileSearch.Directories section in the ini by default, so it is a directory that GZDoom will search if the file name you gave doesn't resolve in the working directory but otherwise nothing special about it.

Re: Trouble with PWADs on new OS

by AresUII » Sun Dec 29, 2024 11:41 pm

Update: I have found a solution. It seems like the WADs you want to play with need to go in .config/gzdoom.

Re: Trouble with PWADs on new OS

by Blzut3 » Sat Dec 28, 2024 10:43 pm

Those are the things that work, which leads me to believe that either the wad is broken or "/path/to/the.wad" is wrong. Look at the console, there's probably some information near the top when it tries to read the file. (Particularly with the terminal commands you posted.)

Trouble with PWADs on new OS

by AresUII » Sat Dec 28, 2024 2:32 pm

Things I have attempted in order to run a PWAD on Ubuntu:

Test the WAD in SLADE:
Doesn't work.

Drag the WAD file onto GZDoom in the Dash:
Nothing happened.

Drag the WAD file onto GZDoom in Nautilus:
Nothing happened.

Run gzdoom /path/to/the.wad:
Only the IWAD opens, this with TNT as the WAD is designed for.

Run gzdoom -file /path/to/the.wad:
Only the IWAD opens.

Right-click the WAD and click "Open with...":
GZDoom is not on the menu.

Attempt to edit gzdoom.desktop in order to put GZDoom in the "Open with..." menu:
"File system is read-only", even with sudo.

Linux nerds, what are you doing that works?

Top