Win32k bsod on vista

To add to the above, install debugging tools for windows from http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx

Create the directory c:\users\public\symbols

Then, run (from the newly created install directory)

windbg -z c:\windows\memory.dmp

Then, in the windbg window, enter the commands

.sympath srv*c:\users\public\symbols*Symbol information

.reload

!analyze -v

Post the output here.

Better yet, if the memory.dmp file is small, just zip it up and post it somewhere we can access it from.
 
Back
Top