Originally Posted By: tanstaafl.
In the event that nobody here has the answer


OK. Time for the big guns. At a Command Prompt, type the following:

Code:
cd /d C:\Windows\System32
set _NT_SYMBOL_PATH=SRV*C:\WebSymbols*http://msdl.microsoft.com/download/symbols
ntsd -g -G -loga C:\Temp\mspaint.log mspaint.exe


This will change to the directory for MS Paint, set up your symbol path to point at the Microsoft public symbol server, and then run the built-in NT symbolic debugger running mspaint.exe, logging to C:\Temp\mspaint.log.

When you're done, attach the log file.
_________________________
-- roger