ZDoom 2.5.0[.2508 & r3174]Crash with Mobius

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 a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: ZDoom 2.5.0[.2508 & r3174]Crash with Mobius

Re: ZDoom 2.5.0[.2508 & r3174]Crash with Mobius

by Graf Zahl » Sun May 08, 2011 1:04 am

The problem with this crash is that any error reported during map load will put the engine into an unstable and unrecoverable state so that it will crash soon after, even if it can recover to print an error to the console. There needs to be some way to ensure a proper cleanup after a map load/savegame load gets aborted.

Re: ZDoom 2.5.0[.2508 & r3174]Crash with Mobius

by randi » Sat May 07, 2011 6:38 pm

The actual problem here is that there are over 11000 sidedefs referencing the missing texture "MICHELLE". For every one of these sidedefs, the loader scans every single linedef to report where it was used. So when it appears to have hung, it's actually busy spewing a list of missing textures. I have limited this output so maps with extreme numbers of missing textures do not take an extreme amount of time to load.

As for the crash, it happens during the garbage collector. Under normal circumstances, you won't be quitting the game during the middle of a map load (and thereby triggering the garbage collector), so I'm not going to worry about it. It wouldn't be worth the trouble to ensure that all pointers are consistent during the loading process.

Re: ZDoom 2.5.0[.2508] Crash with Mobius

by Kirby » Tue Apr 05, 2011 3:33 pm

Cheers :)

Same problem occurred with the latest build. Here's the report from that crash.

If need be the wad file is located here
Attachments
CrashReport.zip
Mobius crash with r3174
(40.53 KiB) Downloaded 34 times

Re: ZDoom 2.5.0[.2508] Crash with Mobius

by Enjay » Tue Apr 05, 2011 1:54 pm

Re: ZDoom 2.5.0[.2508] Crash with Mobius

by Kirby » Tue Apr 05, 2011 1:30 pm

Apologies, but I've lost track of where to get the SVN builds (I've been away for a while and I can't seem to find a link to them on this site :| )

Re: ZDoom 2.5.0[.2508] Crash with Mobius

by Graf Zahl » Tue Apr 05, 2011 12:57 pm

Does this also happen with the latest SVN build?

ZDoom 2.5.0[.2508 & r3174]Crash with Mobius

by Kirby » Tue Apr 05, 2011 12:41 pm

Wai Hallo Thar :P

So I took up the unfortunate job of reviewing a horrible amalgamation entitled "Mobius" which throws in a bunch of weapons, monster recolors, etc. This one however also includes Cutmanmike's Ghoul series and the Zap missions as well (pretty pretty please trust me on this, DON'T play this wad). While going through the Ghoul series I finally finished the second level (Sjas) and got to the intermission screen. When I hit the spacebar to load the next level it simply hung there without loading the level, forcing me to Alt+Tab out and close it manually. The itself is so fucking screwed up I'm not surprised, however it did come with a crash report so I felt obligated to include it here anyways. Hopefully it'll be useful :|

And yes, I still browse these forums occasionally :P
Attachments
CrashReport.zip
(47.09 KiB) Downloaded 33 times

Top