A Hexen issue.

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
AvzinElkein
Posts: 619
Joined: Wed Nov 17, 2010 6:35 pm

A Hexen issue.

Post by AvzinElkein »

I was playing vanilla Hexen (the very first map) on GZDoom 3.7.2 when the thing suddenly crashed. Report is attached.
Attachments
CrashReport.zip
(105.99 KiB) Downloaded 24 times
User avatar
Kappes Buur
 
 
Posts: 4120
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: A Hexen issue.

Post by Kappes Buur »

AvzinElkein wrote:... GZDoom 3.7.2 when the thing suddenly crashed. Report is attached.
I just noticed your post.
You or the report do not mention which renderer you used. It is always good
practice to be as specific as possible when reporting such a bug. None of the
supporting programmers are mind readers. Mentioning where, when and how
the bug occurred in the map would be helpful.

Also, report it in the appropriate thread, see above on the page,
either Software Renderer Bugs or OpenGL Renderer Bugs.

See viewtopic.php?f=56&t=63314
Last edited by Kappes Buur on Sat Feb 02, 2019 5:49 am, edited 1 time in total.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: A Hexen issue.

Post by Graf Zahl »

The last piece of advice is only warranted if it can be confirmed that a bug only occurs with one renderer and not the others.
User avatar
Rachael
Posts: 13557
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: A Hexen issue.

Post by Rachael »

Graf Zahl wrote:The last piece of advice is only warranted if it can be confirmed that a bug only occurs with one renderer and not the others.
I disagree here. A lot of people are one-renderer type folks, and do not play the other renderers that are available.

So when "software" becomes "normal" for such people, they will omit that crucial bit of info because ... well, from their perspective - I'm not the only software renderer user, right? ... right?
User avatar
Kappes Buur
 
 
Posts: 4120
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: A Hexen issue.

Post by Kappes Buur »

Graf Zahl wrote:The last piece of advice is only warranted if it can be confirmed that a bug only occurs with one renderer and not the others.
True enough.
I just assumed that AvzinElkein would know which renderer the game was set to. :)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: A Hexen issue.

Post by Graf Zahl »

Rachael wrote:
Graf Zahl wrote:The last piece of advice is only warranted if it can be confirmed that a bug only occurs with one renderer and not the others.
I disagree here. A lot of people are one-renderer type folks, and do not play the other renderers that are available.
I meant putting bugs into the subfolders if they are not confirmed to be renderer specific.
AvzinElkein
Posts: 619
Joined: Wed Nov 17, 2010 6:35 pm

Re: A Hexen issue.

Post by AvzinElkein »

I was using the Doom Software Renderer, actually.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: A Hexen issue.

Post by Graf Zahl »

Ok. So what happens is that the software renderer tries to render the null texture. The problem is, the null texture is not a valid texture and cannot be rendered.
This happened because the BLANK texture was not cleanly handled. Instead of making it a null texture it was animation-mapped to a null texture and some code in the software renderer did not account for that possibility. Changing its actual type directly fixes the crash.

This was some ancient hack from long before ZDoom had a texture manager and apparently the software renderer never properly handled this case, it was just happenstance that some recent change made it throw up on it.
Post Reply

Return to “Closed Bugs [GZDoom]”