[Latest]DUMP v2 no longer loads

Bugs that have been investigated and resolved somehow.

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.
Post Reply
User avatar
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

Post by Major Cooke »

http://forum.zdoom.org/viewtopic.php?t=51072

Using this commit

Just trying to boot this up immediately shuts down zdoom.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [Latest]DUMP v2 no longer loads

Post by Graf Zahl »

I suspect the same thing you already reported.Does it work with my fix from today?
User avatar
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

Post by Major Cooke »

Major Cooke wrote:Using this commit
Nope. I compiled the very latest where you added the self reference warning.
_mental_
 
 
Posts: 3820
Joined: Sun Aug 07, 2011 4:32 am

Re: [Latest]DUMP v2 no longer loads

Post by _mental_ »

Most likely a call to FMultiPatchTexture::CheckForHacks() must be deferred, i.e. moved to recently added ResolvePatches() function like I did in this PR.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [Latest]DUMP v2 no longer loads

Post by Graf Zahl »

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!)
User avatar
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

Post by Major Cooke »

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.
_mental_
 
 
Posts: 3820
Joined: Sun Aug 07, 2011 4:32 am

Re: [Latest]DUMP v2 no longer loads

Post by _mental_ »

So where did it crash?
User avatar
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

Post by Major Cooke »

Oh shit, I recompiled the wrong branch. My mistake.

However...
Spoiler: Image
I think this could be a bit more orderly.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [Latest]DUMP v2 no longer loads

Post by Graf Zahl »

Yep. Seems I mised the linefeed.
Those messages are only on in developer mode, btw.
User avatar
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

Post by Major Cooke »

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
Post Reply

Return to “Closed Bugs [GZDoom]”