I've had a few crashes today (3 or 4). It has happened with Doom2, Doom and FreeDoom. However, it seems quite random and most of the time it has been working just fine.
On every occasion, the Doom Tournament mod was loaded but I don't know if that's significant or not because every time I've played today I've had that mod loaded.
The attached file is a crash report from when I had Doom Tournament and Pompous Seed's edit of Nashgore loaded into FreeDoom. I loaded the files (with ZDL), started a game from the menu, heard the music starting and then the game crashed before I saw the level starting. I restarted immediately, with exactly the same things loaded and it worked fine.
Doom Tournament
viewtopic.php?f=43&t=60759
Pompous Seed's Nashgore
viewtopic.php?f=46&t=62318
g3.7pre-9-g4ac43dac3 Crash on startup
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.
-
-
- Posts: 26571
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
g3.7pre-9-g4ac43dac3 Crash on startup
You do not have the required permissions to view the files attached to this post.
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: g3.7pre-9-g4ac43dac3 Crash on startup
Is this self-compiled? Please attach a debugger - I cannot seem to reproduce the crash itself, but I want to be sure it's not related to a change I pushed today to fix another, somewhat unrelated bug.
-
- Vintage GZDoom Developer
- Posts: 3150
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
Re: g3.7pre-9-g4ac43dac3 Crash on startup
According to the title it's the latest devbuild from Oct 17 so it's not related.
-
- Posts: 13793
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: g3.7pre-9-g4ac43dac3 Crash on startup
Oh - I compared my own .exe version with the one in the header and it matched. I forgot that I normally don't recompile after I push a commit (because I already tested it beforehand, so I don't need to) - so it would do that. My bad.
-
-
- Posts: 26571
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: g3.7pre-9-g4ac43dac3 Crash on startup
Yup, as drfrag says, it's the one from Oct 17 from DRD. The crash has been rare, so it will be hard to reproduce I'm afraid. I've loaded GZDoom many times today and it's only crashed 3 or 4 times but that's 3 or 4 times more than normal so I figure something is up.
-
-
- Posts: 26571
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: g3.7pre-9-g4ac43dac3 Crash on startup
Got another one. I'd already started GZDoom 5 or 6 times today already but, for what ever reason, this time it failed. It's been OK since.
default PK3s loaded, Doom Tournament loaded,
IWAD Plutonia.wad
default PK3s loaded, Doom Tournament loaded,
IWAD Plutonia.wad
You do not have the required permissions to view the files attached to this post.
-
- Vintage GZDoom Developer
- Posts: 3150
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
Re: g3.7pre-9-g4ac43dac3 Crash on startup
FWIW there's an assertion failure while the engine is loading with the vintage build.
Assertion failed! File: s_sound.cpp, Line 2740
(paramnum) < numparam
However i've run the mod 20 times in a row (RelWithDebInfo with Plutonia starting a game) and i haven't managed to reproduce the crash.
Edit: i forgot to load lights. Actually not, they're autoloaded.
Assertion failed! File: s_sound.cpp, Line 2740
(paramnum) < numparam
However i've run the mod 20 times in a row (RelWithDebInfo with Plutonia starting a game) and i haven't managed to reproduce the crash.
Edit: i forgot to load lights. Actually not, they're autoloaded.
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: g3.7pre-9-g4ac43dac3 Crash on startup
Well, that assertion failure is easy to fix. The crash is a different story.