Difference between revisions of "How to Dump"
From DSP Wiki
(Created page with "== Setting Up Visual Studio for Dumping == todo. Run in debug mode. == Sending Dumps == When sending dumps please include the pdb, dmp and dsgame exe!") |
|||
| Line 1: | Line 1: | ||
| − | == | + | == Creating Dump File == |
| + | You can either: | ||
| − | |||
| − | + | Using Visual Studio, run in debug mode (or attach VS: | |
| + | '''Visual Studio > Debug > Attach to Process > DSGameServer.exe''') | ||
| − | + | and then | |
| + | '''Visual Studio > Debug > Save Dump As...''' | ||
| + | |||
| + | |||
| + | Or use Task Manager to create a dump file | ||
| + | '''Task Manager > Processes > DSGameServer.exe (right-click) > Create Dump File''' | ||
| + | |||
| + | |||
| + | == Sending Dumps == | ||
| + | Stick the dmp, exe, pdb, and log\map-server.log in a 7z archive and post a link to the dump in a new issue on github. | ||
| + | Including the log is optional, but it does help if if there's a log around the time of the crash. | ||
Revision as of 18:53, 31 January 2015
Creating Dump File
You can either:
Using Visual Studio, run in debug mode (or attach VS:
Visual Studio > Debug > Attach to Process > DSGameServer.exe)
and then Visual Studio > Debug > Save Dump As...
Or use Task Manager to create a dump file
Task Manager > Processes > DSGameServer.exe (right-click) > Create Dump File
Sending Dumps
Stick the dmp, exe, pdb, and log\map-server.log in a 7z archive and post a link to the dump in a new issue on github. Including the log is optional, but it does help if if there's a log around the time of the crash.