[3.7.0 - 3.8pre] Fatal Error on startup w/ SVGHZ3D

Is there something that doesn't work right in the latest GZDoom? Post about it here.

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!
User avatar
Jaxxoon R
Posts: 772
Joined: Sun May 04, 2014 7:22 pm

[3.7.0 - 3.8pre] Fatal Error on startup w/ SVGHZ3D

Post by Jaxxoon R »

https://www.doomworld.com/idgames/level ... u/sonicg3d

The mod worked with previous versions of GZDoom, but as of 3.7.0 onward it crashes with a Very Fatal Error on startup.
Attachments
CrashReport.zip
g3.8pre-416-geaf0ac1f7
(15.81 KiB) Downloaded 75 times
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: [3.7.0 - 3.8pre] Fatal Error on startup w/ SVGHZ3D

Post by _mental_ »

A simple test case

Code: Select all

class MyStatusBar : BaseStatusBar
{
    override void Init()
    {
        int amount;
        [amount] = GetAmount("Ammo");
    }
}
It began to crash engine since this commit because of empty ReturnRegs.
Post Reply

Return to “Bugs [GZDoom]”