Quake3e icon indicating copy to clipboard operation
Quake3e copied to clipboard

Quake3e hangs on exit

Open Pan7 opened this issue 2 years ago • 1 comments

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?

Pan7 avatar Feb 21 '23 23:02 Pan7

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

ec- avatar Feb 22 '23 10:02 ec-