diff --git a/code/client/launcher/MiniDump.Shared.cpp b/code/client/launcher/MiniDump.Shared.cpp index 6ebc38c51d..5c0075f682 100644 --- a/code/client/launcher/MiniDump.Shared.cpp +++ b/code/client/launcher/MiniDump.Shared.cpp @@ -332,6 +332,8 @@ extern "C" DLL_EXPORT bool InitializeExceptionHandler() #else *(uint32_t*)unhandledFilter = 0x900004C2; #endif + + VirtualProtect(unhandledFilter, 4, oldProtect, &oldProtect); } }