mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 20:23:54 +00:00
Maybe fix Windows freeze catcher
It looks like it's never actually been capable of creating a minidump since the original MR was merged. It worked briefly, and then apparently I managed to dissappear an important function call when rearranging things.
This commit is contained in:
parent
88567cd363
commit
5b3e9e15ee
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