mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 19:45:40 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue