Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If the system.log, error.log and compile.log files do not reflect an error, and the Windows Event Viewer does not contain information, then try adding a registry key to create a .dmp file for Maelstrom.exe when it crashes:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\Maelstrom.exe

https://www.meziantou.net/tip-automatically-create-a-crash-dump-file-on-error.ht...

Add DWORD DumpCount = 5

Add string DumpFolder = <path to hold .dmp files>