You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: