Quickload crash

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: Quickload crash

Quickload crash

by phantombeta » Sun Aug 11, 2019 10:11 am

You can get GZDoom to crash by pressing quicksave, then closing with ESC. Next time you try to quickload or quicksave, GZDoom will crash.

The culprit seems like it might be this line in messagebox.cpp:

Code: Select all

		// signal that whatever gets loaded should be the new quicksave
		savegameManager.quickSaveSlot = (FSaveGameNode *)1;
Steps to reproduce:
  • Start a new game.
  • Press quickload.
  • Quit the quickload menu.
  • Press quickload then quit the quickload menu again. (This is because of what seems to be another quickload bug)
  • Try to quicksave or quickload. GZDoom will now crash.

Top