Kawe Mazidjatari 18e4a262c8 Fix double crash dialog boxes bug
This occurs when the game's unhandled exception handler is getting called after ours. both will create a crashmsg process. This happened as CCrashHandler::End() was called before the in-game exception filter was fired, and therefore CCrashHandler::Handled would return false, and this fire the in-game exception filter. This commit removes the additional check, we just use our vectored exception handler entirely over the game's one, as this one captures everything an unhandled exception handler will capture, and more. The 'Handled' function/fields in CCrashHandler have been renamed to 'Handling', as this is a more appropriate name.
2023-06-19 01:35:10 +02:00
..
2023-01-25 02:26:52 +01:00
2023-05-15 00:53:46 +02:00
2022-04-18 16:45:26 +02:00
2023-05-14 02:10:17 +02:00
2023-06-18 12:06:28 +02:00
2023-06-18 01:25:49 +02:00
2023-05-10 00:05:38 +02:00
2023-05-15 20:47:17 +02:00