-
Enthusiast
[SOLVED] How can read .dmp file when server crash
Hello everyone, my server field crashed with unknown reasons and left a 1 file FieldServer.dmp in folder BIN.
I want to find out where the error is. How can I debug the server and read the .dmp file
sorry my bad English
Last edited by tungnetroi; 16-06-19 at 02:31 PM.
Reason: problem solved
-
-
Member
Re: How can read .dmp file when server crash
open the Server Source in Visual Studio. drag .dmp to Program
-
Re: How can read .dmp file when server crash
As @vinleprince already mentioned you can open them with Visual Studio, but your Source hast to match the dmp file, otherwise debugging can be pretty inaccurate or even impossible. So better have a "building machine" where you keep your current code, from which your binaries are build, so you have no problems debugging your memory dumps.
-
Enthusiast
Re: How can read .dmp file when server crash
my laptop bad HHD now so i can't test, but thank 2 bro for help me
- - - Updated - - -
The problem has been solved tks all <3