I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this message when in much of the readout when doing so:
- Symbols can not be loaded because symbol path is not initialized. *
- *
- The Symbol Path can be set by: *
- using the NTSYMBOL_PATH environment variable. *
- using the -y argument when starting the debugger. *
- using .sympath and .sympath+ *
What does this mean, and how do I "fix" it?