Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SOLVED] How can read .dmp file when server crash

Newbie Spellweaver
Joined
Apr 17, 2014
Messages
32
Reaction score
0
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:
Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
Re: How can read .dmp file when server crash

open the Server Source in Visual Studio. drag .dmp to Program
 
Upvote 0
Joined
Apr 12, 2013
Messages
897
Reaction score
480
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.
 
Upvote 0
Back
Top