Quake3e
Quake3e copied to clipboard
Quake3e hangs on exit
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?
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