So uhm yeah, I know that some people can open and successfully read it, but for me it's still a mistery. Do you need some kind of tool which decrypts that .dmp files or it's soomething else?
OT: .dmp tells you (sometimes) the crash reason.
Open them normally with notepad or any other text program, and search for extensions like .bsr, .DDJ or .bms.
Example:
You're an idiot
This is the silkroad section and not Windows 7
@OP:
The dump file is generated using the MiniDumpWriteDump function().
Some parts of the file are standardized. so you can read parts of the file(loaded DLLs are part of it, if i remember right) using e.g. Visual Studio.
However it's possible to specify custom data when calling the function, so you would have to take a deep look at the client to see how everything is generated.
Have fun doing that
Just open the file with np++ or similar programs and try to get as much info out of it as you can
You can check if .dmp generated is telling much about the crash,however this is how:
-Open with Notepad
-Search for the word "Assert",and read the next 1-2 lines..It might be helpful to determine the crash reason,with time and logic you'll figure out what is the problem.
examples : ASSERT("CGlobalDataManager::GetTIDFromObjectID( 0x138A0 )") <- an error reading characterdata or itemdata.
ASSERT("Illigal Map Index") <- an error reading from the character selection screen,in this case,I was wearing a Blue Soul Knight avatar on one of the characters in this account.
If you can't find the word "Assert" then look around the last 3-4 lines of the dmp file,if you couldn't figure it..Then your dump file is not going to tell anything about your crash XD
You're an idiot
This is the silkroad section and not Windows 7
@OP:
The dump file is generated using the MiniDumpWriteDump function().
Some parts of the file are standardized. so you can read parts of the file(loaded DLLs are part of it, if i remember right) using e.g. Visual Studio.
However it's possible to specify custom data when calling the function, so you would have to take a deep look at the client to see how everything is generated.
Have fun doing that
Just open the file with np++ or similar programs and try to get as much info out of it as you can
And you are retarded. "Dmp" extension IS a part of Windows OS. Why Windows 7, I really don't know. Maybe it's 2013 and maybe about 3/4 people are using that system nowadays?
Quote:
Originally Posted by SnowStorm1
Google much ?
OT: .dmp tells you (sometimes) the crash reason.
Open them normally with notepad or any other text program, and search for extensions like .bsr, .DDJ or .bms.
Example:
And you are retarded. "Dmp" extension IS a part of Windows OS. Why Windows 7, I really don't know. Maybe it's 2013 and maybe about 3/4 people are using that system nowadays?
You're still the idiot here
Just because Windows generates files with the extension ".dmp" doesn't mean that ONLY windows does so.
I explained it in my post(Didn't understand it?)
We are in the silkroad section so it would be idiotic to ask how the dump files windows generates are built.
OP is talking about the dump files sro generates and I already said how that's done.
---
btw: The things Visual Studio can show you are very limited and not very useful when you want to find the cause of some error(in sro ofc)
If your unemployed (in server) and got SQL/Files Experience keep reading 07/02/2012 - Rappelz Private Server - 1 Replies we need some people to join our staff team to finish the server and test it then publish it, we only need only SQL 2012 / who have any experience of making a server to join, later we will open our forum and maybe the other people can apply
and please, if your looking to try to insult me or flam on this thread, think again WISELY, and if your looking to start some blabla's in offensive way, grow up
we need mature people on this FREE FORUM
if you believe that im trying to insult/offend...
C# Help, Reading Files 02/27/2010 - CO2 Private Server - 19 Replies Hey, i cant seem to get my head around this,
What im trying to do is, Read a line from a file but, i want to single out each word and save it into a String array, using the "Trim()" command? but i just cant do it, if you can point me in the right direction it would be nice ;D
Problem when reading the downloaded files 02/26/2009 - Zero - 2 Replies Can anyone help me after i downloaded the .rar file then ill use my winRAR to extract it all it says is ! D:\Documents and Settings\Desktop\7234d1191457676-cheat-engine-disc ussion-submission-zeroonline.rar: The archive is either in unknown format or damaged
how can that be when its a small file so it wont be damaged? can anyone give me an advice. thank you Sirs..
[HELP]Writing and reading from *.ini files 02/18/2009 - CO2 Programming - 2 Replies i was trying to do that by myself but after 3days i must say that i cant do it :mad:
sooo i will be very happy if somebody could help me with it :)
thanks :)
Reading and Writing .INI Files 11/16/2008 - General Coding - 2 Replies CodeGuru: CIniFile - Class for Reading and Writing .INI Files
I found this information useful for starting out on understanding more about the code for read/write ini files. Maybe this will help some others (That are willing to read) :D
enjoy