microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
49 stars 12 forks source link

the debugging session could not be started: FAILURE HR=0x080070081: Failed to CreateProcessAndAttachWide "NTOSKRNL.exe" #207

Open HardwareAnta opened 4 months ago

HardwareAnta commented 4 months ago

Hello,got this error on 2 PCs - Laptop and computer : Laptop - W11 23H2 SECURE BOOT ON Computer - W11 24H2 LTSC SECURE BOOT OFF + bcdedit debug on got this error on NTOSKRNL.exe of W10 22H2 ( trying to debug on w11),23h2 and 24h2 ltsc.

Only happens on kernel,debug notepad.exe work fine

Run as admin / UAC off , tried running x64 didnt fix,what can I do ?

Capture

AppleJuice80 commented 3 months ago

I get the same one each time I try to debug, except my error code is 0x800700C1. I've been looking on the Internet trying to find a solution for a few days now, but on every forum, no one has the same issue as me, and on every "helpful" website, they're all about Windows updates. Screenshot 2024-08-02 192219

AppleJuice80 commented 2 months ago

I found the reason for it not working: its path had a space in it. It's even in the screenshot I put! It is a little disappointing that the app isn't able to deal with these kinds of cases itself, but oh well, what're you gonna do