MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.67k stars 1.34k forks source link

Missing stack trace during game exit #4062

Open 4Denthusiast opened 4 years ago

4Denthusiast commented 4 years ago

If an exception is thrown during game shutdown, as a result of using the "Exit Terasology" button from in-game (in the case I've seen, the exception was thrown by a handler for the BeforeChunkUnload event), the crash reporter window opens as usual but the stack trace for the exception doesn't show up in the log or the console output.

Cervator commented 4 years ago

Made me think of #4004 but that's on game load not exit. But maybe exactly how the CrashReporter is wired up affects it?