how to read minidumps

my game keeps minidumping with a mod. how do you read these minidumps?

19,593 views 12 replies
Reply #1 Top

You don't.

Reply #2 Top

If it is minidumping with a mod there is problems with the mod

or u r trying to play multi with the mod. Other people dont have the same mod as u, unless specified, and u get a mini dump.

Reply #3 Top

Ive downloaded alot of mods in the past 2 days and each mod we are playing is causing minidumps with regular sins and the expansion.. im going to try re-installing the game thru impulse again...

Reply #4 Top

Make sure the mods your trying to run are updated for the current versions for SINS and Entrechment.

 

Reply #5 Top

i have been tying out dolynicks sg mod, but it kept minidumping, and i was hoping it could tell me whats wrong.

Reply #6 Top

As far as I know, there is no way to read the information in a minidump unless you are one of the devs and have access to their tools.

I'm afraid I'm not sure what is the cause of your problems with the mod as, to the best of my knowledge based on feedback, others are not experiencing the same issues.

-dolynick

Reply #7 Top

Quoting dolynick, reply 6
As far as I know, there is no way to read the information in a minidump unless you are one of the devs and have access to their tools.

I'm afraid I'm not sure what is the cause of your problems with the mod as, to the best of my knowledge based on feedback, others are not experiencing the same issues.

-dolynick

 

You can use any Windows debugger that can read user mode memory dumps, though you'll not make any sense of its content, unless you know how to read assembler, operate on stack, read cpu regs and flags, etc. In order to make it more user friendly, you need source code and symbol database file for this exact version of executable.

If you still insist on checking the actual execution point where it crashes, use free Microsoft Debugging Tools for Windows (very solid set of tools for every software engineer).

Cheers

PS> Checking the actual address where it crashes may "rarely" lead to something, e.g. if it crashes in display driver, then you could try updating your drivers to eliminate possibility that driver is causing the crash.

Reply #8 Top

I don't like the "There is no discernable way for a lay modder to read the Dev.exe minidumps" answer. My latest crashes yield a truncated Debug.txt and have no constructive information in them. I have the latest drivers and have validated the files in Steam through the Properties menu.

 

There has to be a way to debug this game without speaking an obscure language that only computers seem to really understand.

Reply #9 Top

Given how "insightful" the error messages are, I wouldn't expect too much...

Reply #10 Top

Quoting Overzealous, reply 8

I don't like the "There is no discernable way for a lay modder to read the Dev.exe minidumps" answer. My latest crashes yield a truncated Debug.txt and have no constructive information in them. I have the latest drivers and have validated the files in Steam through the Properties menu.

 

There has to be a way to debug this game without speaking an obscure language that only computers seem to really understand.

There is no discernable way for anyone without Sin's source code to get a lot out of dump files. Believe me, I asked every software developer I know and they all gave the same answer. The data is near meaningless unless you can see the code.

Reply #11 Top

Quoting Overzealous, reply 8
There has to be a way to debug this game without speaking an obscure language that only computers seem to really understand.

I built a giant flesh grill in my basement. Whenever I need something draconian like Sins to play nice, I sacrifice crates of interns to a bright red flame for ten days. Eventually, the flames start speaking to me, and though I don't understand their words, I take heart in my successful ritual.

Well, my mod still crashes 9 times out of 10 when starting a game, but I assume that 1 time out of 10 is the will of the underworld at work.

+1 Loading…
Reply #12 Top

Quoting Overzealous, reply 8

I don't like the "There is no discernable way for a lay modder to read the Dev.exe minidumps" answer. My latest crashes yield a truncated Debug.txt and have no constructive information in them. I have the latest drivers and have validated the files in Steam through the Properties menu.

 

There has to be a way to debug this game without speaking an obscure language that only computers seem to really understand.

That was a very productive post for necroing this thread.  Thanks for that.