ec- / Quake3e

Improved Quake III Arena engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quake3e hangs on exit

Pan7 opened this issue · comments

commented

Quake3e is firing an Exception while running exit() because the qvm crashed what causes the program to hang. Should the Exception filter be unregistered first before quitting?

commented

Com_Error( ERR_DROP, ... ) inside exception handler should close all running qvms without issues, it seems like that you already have some memory corruption at exception point