Page 1 of 1

["level" refactor] Event handler crash

Posted: Wed Feb 06, 2019 8:15 am
by phantombeta
GZDoom crashes in EventManager::SetupWorldEvent on the third line.
Unfortunately, I haven't been able to create an example PK3 that triggers the crash, so all I can do is provide a build of my mod.

Steps to reproduce:
  • Start the game with the mod loaded.

Re: ["level" refactor] Event handler crash

Posted: Wed Feb 06, 2019 8:22 am
by Graf Zahl
Argh. That's owed to some of the awful hacks the static event handler code employed to get working...
The way these 'world loaded' events were built is a recipe for major problems.