solving mysteries of crashing windows.

I have seen many times people asking about windows crashes and others shooting in the dark about hardware problems, heat problems, cleaning ram, cleaning dust etc… etc… etc…:rofl:

Lets analyze and find out whats exactly wrong. and try to fix it instead of replacing the ram.

step 1: setup the mini dumps.
http://i36.tinypic.com/21vdrl.jpg

Step 2: Analyze the dump.
Install the “debugging tools for windows” from msdn and open windbg.
From here:
Install Debugging Tools for Windows 32-bit Version
Install Debugging Tools for Windows 64-bit Version
http://i38.tinypic.com/30bi5ci.jpg

now, in the command window, type “!analyze -v”
http://i35.tinypic.com/357j61c.jpg

http://i33.tinypic.com/xspjt.jpg

Now you have found which driver is rogue.
http://i36.tinypic.com/1zzol88.jpg

now, uninstall the bugger and get a stable new version. or remove the service from registry. (brute way of cleaning)

And please don’t blame windows for rogue third party drivers.

Disclaimer: Although 90% the crashes are similar, some times windows crashes due to some faulty windows drivers and some strange cases the minidumps dont provide enough info. but at least you wont have to panic that your ram modules are burnt.

Nice guide there…hope to solve my problem lookin at this

cool stuff !

edited:- err.. what is this windows debugging tool? :thinking: do we need to download it?

Yes you do need to download it :slight_smile:

32-bit version:

Install Debugging Tools for Windows 32-bit Version

@booo: Include the links for 32 and 64 bit in the guide? Makes sense :slight_smile: Excellent guide. I was looking for something similar for a while. Too lazy to google :stuck_out_tongue: