[Latest]DUMP v2 no longer loads
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- Major Cooke
- Posts: 8215
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
[Latest]DUMP v2 no longer loads
http://forum.zdoom.org/viewtopic.php?t=51072
Using this commit
Just trying to boot this up immediately shuts down zdoom.
Using this commit
Just trying to boot this up immediately shuts down zdoom.
- Graf Zahl
- Lead GZDoom+Raze Developer

- Posts: 49252
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [Latest]DUMP v2 no longer loads
I suspect the same thing you already reported.Does it work with my fix from today?
- Major Cooke
- Posts: 8215
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: [Latest]DUMP v2 no longer loads
Nope. I compiled the very latest where you added the self reference warning.Major Cooke wrote:Using this commit
Re: [Latest]DUMP v2 no longer loads
Most likely a call to FMultiPatchTexture::CheckForHacks() must be deferred, i.e. moved to recently added ResolvePatches() function like I did in this PR.
- Graf Zahl
- Lead GZDoom+Raze Developer

- Posts: 49252
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [Latest]DUMP v2 no longer loads
Thanks. Although this mod shows another problem, thanks to some bogus texture definitions (Jeez, people, the texture namespaces exist for a reason, not to be ignored at will!)
- Major Cooke
- Posts: 8215
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: [Latest]DUMP v2 no longer loads
It still doesn't load. Instantly exits out, and I updated my code.
I'm on a 64-bit version, using windows 10, set as RelWithDebugInfo.
I'm on a 64-bit version, using windows 10, set as RelWithDebugInfo.
Re: [Latest]DUMP v2 no longer loads
So where did it crash?
- Major Cooke
- Posts: 8215
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: [Latest]DUMP v2 no longer loads
Oh shit, I recompiled the wrong branch. My mistake.
However...
However...
Spoiler: ImageI think this could be a bit more orderly.
- Graf Zahl
- Lead GZDoom+Raze Developer

- Posts: 49252
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [Latest]DUMP v2 no longer loads
Yep. Seems I mised the linefeed.
Those messages are only on in developer mode, btw.
Those messages are only on in developer mode, btw.
- Major Cooke
- Posts: 8215
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: [Latest]DUMP v2 no longer loads
Also two warnings in textures.cpp, unused h and w variables.
Code: Select all
3>C:\Games\doom 2\zdoom\src\textures\texture.cpp(619): warning C4101: 'h': unreferenced local variable
3>C:\Games\doom 2\zdoom\src\textures\texture.cpp(618): warning C4101: 'w': unreferenced local variable