mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Merge branch 'maybe-fix-freeze-catcher' into 'master'
Fix Windows freeze catcher See merge request OpenMW/openmw!2795
This commit is contained in:
commit
afa6643c6e
@ -211,6 +211,7 @@ namespace Crash
|
||||
|
||||
if (mFreezeAbort)
|
||||
{
|
||||
handleCrash();
|
||||
TerminateProcess(mAppProcessHandle, 0xDEAD);
|
||||
std::string message = "OpenMW appears to have frozen.\nCrash log saved to '"
|
||||
+ std::string(mShm->mStartup.mLogFilePath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user