Gzdoom crashes with reelism 2
Moderator: GZDoom Developers
Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.
If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.
Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.
If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.
Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
- HollywoodIsDead
- Posts: 6
- Joined: Wed Jun 25, 2025 3:23 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
Re: Gzdoom crashes with reelism 2
Bummer, no dice. Tried inputting the I_loadsupportwad 0 into the console and even tried outright deleting the two unnecessary wads (id24res.wad extras.wad) Maybe the gog version is just wonky.. It does come with the original doom2wad and zi assume that's what it loads since I got rid of the id24 one.
- Kappes Buur
-
- Posts: 4182
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: Gzdoom crashes with reelism 2
It could be that your problem is the doom2.wad which came with the gog download,
KEX DOOM2 engine vs classic DOOM2 engine.
Compare the file size Version 1.9 is 14,604,584 bytes with the one on your harddrive.
KEX DOOM2 engine vs classic DOOM2 engine.
Compare the file size Version 1.9 is 14,604,584 bytes with the one on your harddrive.
Re: Gzdoom crashes with reelism 2
Thank you, thanks to that file, I was able to find the source of the crash.HollywoodIsDead wrote: ↑Wed Jun 25, 2025 3:47 am Well hey, I made an account but the zip was too large to just drop in the post. So here's the meganz link to the entire crash report zip
https://mega.nz/file/PIsXHKZD#rr4HvOJ6b ... D40C56Mbw4
https://github.com/ZDoom/gzdoom/blob/6b ... r.cpp#L138
I'll have to talk to the other developers about how to handle it.
- HollywoodIsDead
- Posts: 6
- Joined: Wed Jun 25, 2025 3:23 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
Re: Gzdoom crashes with reelism 2
Hey you might be right. Cause the doom 1 and 2 are the KEX versions. THey might have some changes that don't gell with the mod.
- drfrag
- Vintage GZDoom Developer
- Posts: 3196
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: Gzdoom crashes with reelism 2
It's a crash with dynamic lights so you could disable (untick) them as a workaround. Y wenas.
- Jay0
-
- Posts: 70
- Joined: Tue Aug 21, 2018 9:31 pm
- Preferred Pronouns: She/Her
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
- Contact:
Re: Gzdoom crashes with reelism 2
seems your GPU is returning zero for GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT
does updating your drivers change anything? latest drivers for r9 200 series are 22.6.1, but from the log it seems you're on 21.5.2, so over a year old compared to the newest
does updating your drivers change anything? latest drivers for r9 200 series are 22.6.1, but from the log it seems you're on 21.5.2, so over a year old compared to the newest
- Redneckerz
- Spotlight Team
- Posts: 1129
- Joined: Mon Nov 25, 2019 8:54 am
- Graphics Processor: Intel (Modern GZDoom)
Re: Gzdoom crashes with reelism 2
In the actual folder, these two wads can be copied and/or moved.HollywoodIsDead wrote: ↑Wed Jun 25, 2025 7:04 am I see, so should I try loading without those two wads? How do I do that? It just autoloads those when I try starting reelism.
But if you have these wads, then you also have the Kex version. The Doom IWADS are the same as everyone elses (AFAIK).
So remove those ID24.wad/ID24RES.wad from the folder where all your wads are.
They come with the ID24 version of Doom + Doom II, because they are required for the KEX version of Doom, and not so much for GZDoom.Enjay wrote: ↑Wed Jun 25, 2025 7:39 am Like I said, I don't have the id24 version of Doom2, so I don't really know that much about it. I don't even have id24res.wad or extras.wad on my system. I assume that they come as part of the id24 version of Doom2? If so, they might be required for that version of the game to work and therefore be auto-loaded GZDoom. I'm just guessing though. Perhaps someone with that version can chip in.
GZDoom, like a few other ports, does have partialID24 support, but that isn't required for Reelism + the specification itself isn't even final yet.
When it comes to Reelism, anything related to ID24 is not relevant for it.
Re: Gzdoom crashes with reelism 2
Thanks for the info. I wasn't even sure if the ID24 version was using a standard IWAD or if it had been altered in some way.