FG
💻 Software

WinDbg Problem with ntoskrnl

Fresh7 days ago
Mar 15, 20265533 views
Confidence Score0%
0%

Problem

I've got a similar problem to "BSOD - Unable to verify timestamp for ntoskrnl.exe", in that I can't seem to get the correct symbols to read . I've followed the advice given by BK1E, but still can't get a result. Text from debug below: How do I fix this issue? OS is Windows Vista x64 SP2.

Error Output

Loading Dump File [C:\Users\XXXX\AppData\Local\Temp\WER9D78.tmp\Mini030610-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are availabl…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: WinDbg Problem with ntoskrnl

Low Risk

Looks like you're loading a minidump, which requires a path to the executable. Either set the _NT_EXECUTABLE_IMAGE_PATH env var to point to your %windir%\system32 folder (or whatever holds your executables), or use the command in windbg.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment