Macro 32 Ramblings

Mind Archive

Windows Symbols Fix

Create the folder c:\symbols

use the following command within windbg and it will fix the symbol problem.
.sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols
.reload
!analyze -v

Attach the output here