Blue screen after sleep mode

kodiac12

Honorable
Aug 30, 2012
32
0
10,530
I have been getting blue screens every once in awhile after installing my new corsair cx500 v2 power supply. Now I wouldn't say that is definitely the problem but something is wrong here and did not have the problems before. I found location for crash dump files, but I can't open .dmp files apparently. Also is it possible a wireless adapter driver could cause this? after a restart it wont connect to internet unless I unplug and replug the usb adapter. Just a guess and by the way I have no problems running games or computer during the day.

Any help appreciated and I'll stay tuned in on this thread, thanks.
 

aicom

Honorable
Mar 29, 2012
923
1
11,160
WinDbg definitely not an intuitive tool to use, especially if it's your first time. If you run into trouble, I can take a look for you.

First, load up the crash dump.

you'll need to add Microsoft's symbol server in your symbol path by running this:
.sympath SRV*C:\localsymbols*http://msdl.microsoft.com/download/symbols

then reload symbols:
.reload

finally run analyze for a quick analysis (generally does an ok job):
!analyze -v
 

kodiac12

Honorable
Aug 30, 2012
32
0
10,530
For some reason I can no longer open the .dmp files because windows has not a clue what program to use to view it. Windows debug won't install correctly either. Can you pm one of your emails so I can send these to you? thanks

as for your above reply... I don't know what that means, sorry.
also that microsoft DL link is not working http://msdl.microsoft.com/download/symbols
 

kodiac12

Honorable
Aug 30, 2012
32
0
10,530

not sure what commands you are referring to?
 

kodiac12

Honorable
Aug 30, 2012
32
0
10,530

Like I said.. I don't have debug, it wont install.. I tried running those they are all unrecognized..
 

kodiac12

Honorable
Aug 30, 2012
32
0
10,530

Your the man, thanks alot! :bounce: