OS, Architecture: Lubuntu 17.04, 64 bit
CPU, CPU Speed, System Speed: Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz, 2394 MHz, 1066 MHz (If any of this is important)
I downloaded GZDoom 2.4.0 through use of the "Synaptic Package Manager" System Tool, and placed "doom.wad" and "doom2.wad" in the respective folder, but when I attempt to run GZDoom 2.4.0 nothing happens. No processes what-so-ever. However, when I download GZDoom 1.9.0 it works like a charm (Aside from a weird texture bug on mods like Brutal Doom I could also need some insight on). Essentially, I need help getting this thing running...and hopefully properly. I would provide screenshots of the bugs but I don't know how.
GZDoom 2.4.0 launching issues
Moderators: GZDoom Developers, LZDoom Developers, UZDoom Developers
Forum rules
Please be as descriptive as possible in your posts (list your hardware and operating system, the version of the source port you are using, any mods you are running and how they're being loaded, etc.)
This will help others to give you a solution!
Please be as descriptive as possible in your posts (list your hardware and operating system, the version of the source port you are using, any mods you are running and how they're being loaded, etc.)
This will help others to give you a solution!
-
_mental_
-

- Posts: 3820
- Joined: Sun Aug 07, 2011 4:32 am
Re: GZDoom 2.4.0 launching issues
Probably the same issue as this one. Open Terminal and run the following command:
Code: Select all
gzdoom -iwad doom2-
Sidewicked
- Posts: 6
- Joined: Thu Apr 27, 2017 3:51 pm
Re: GZDoom 2.4.0 launching issues
Perfect, thanks. What would I need to add if I wanted to run it with a mod?
-
_mental_
-

- Posts: 3820
- Joined: Sun Aug 07, 2011 4:32 am
Re: GZDoom 2.4.0 launching issues
Run any mod as usual but add -iwad command line switch followed by the corresponding IWAD name (optionally with .wad extension or even with full path):
Code: Select all
gzdoom -iwad doom2 -file this.wad that.pk3-
Sidewicked
- Posts: 6
- Joined: Thu Apr 27, 2017 3:51 pm
Re: GZDoom 2.4.0 launching issues
Works just fine.