// note that we don't need to lock the SHM here, the other process has not started yet
mShm->mEvent=CrashSHM::Event::Startup;
@ -197,7 +203,7 @@ namespace Crash
// must remain until monitor has finished
waitMonitor();
std::stringmessage="OpenMW has encountered a fatal error.\nCrash log saved to '"+std::string(mShm->mStartup.mLogFilePath)+"'.\nPlease report this to https://gitlab.com/OpenMW/openmw/issues !";
std::stringmessage="OpenMW has encountered a fatal error.\nCrash log saved to '"+std::string(mShm->mStartup.mCrashDumpFilePath)+"'.\nPlease report this to https://gitlab.com/OpenMW/openmw/issues !";
std::stringmessage="OpenMW appears to have frozen.\nCrash log saved to '"+std::string(mShm->mStartup.mLogFilePath)+"'.\nPlease report this to https://gitlab.com/OpenMW/openmw/issues !";
std::stringmessage="OpenMW appears to have frozen.\nCrash log saved to '"+std::string(mShm->mStartup.mFreezeDumpFilePath)+"'.\nPlease report this to https://gitlab.com/OpenMW/openmw/issues !";