Server Auto-Dump on Crash with Silent Crash
Posted: Thu Dec 11, 2014 9:42 pm
This here is the holy grail for me. I have been trying to figure out auto-dumps for the longest time. Paired with silent crash, I can also auto-restart. With this, minimal down time without sacrificing the information necessary to figure out what happened.
And it's stupidly simple.
Put this stuff in a file and call it reg.reg, or something.reg.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
"DontShowUI"=dword:0000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\DSGame-server.exe]
"DumpFolder"=hex(2):63,00,3a,00,5c,00,64,00,75,00,6d,00,70,00,00,00
"DumpCount"=dword:00000010
"DumpType"=dword:00000002
Save the file, right click, add to registry.
That's it for auto-dumps. The default directory I set is c:\dump, you can change it if you'd like using regedit.
Paired with KNAS restarter, it's the ideal solution for constant uptime.
And it's stupidly simple.
Put this stuff in a file and call it reg.reg, or something.reg.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
"DontShowUI"=dword:0000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\DSGame-server.exe]
"DumpFolder"=hex(2):63,00,3a,00,5c,00,64,00,75,00,6d,00,70,00,00,00
"DumpCount"=dword:00000010
"DumpType"=dword:00000002
Save the file, right click, add to registry.
That's it for auto-dumps. The default directory I set is c:\dump, you can change it if you'd like using regedit.
Paired with KNAS restarter, it's the ideal solution for constant uptime.