Windows error 0x80073D07, -2147009273

Detailed Error Information

SYSTEM_NEEDS_REMEDIATION[1]

MessageAn error in a system binary was detected. Try refreshing the PC to fix the problem.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15623 (0x3d07)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003d07.

Questions

1vote
1answer

WinDBG Preview doesn't debug...FAILURE HR=0x80073D07

I recently installed WinDBG Preview(1.0.2001.02001) on my Windows 10 1607(14393.0),everything was fine until I started debugging,or rather tried to start: The debugging session could not be started: FAILURE HR=0x80073D07: Failed to CreateProcessAndAttachWide: C:\Users\WayToExecutable\executable.exe Command window: Microsoft (R) Windows Debugger Version 10.0.19528.1000 X86 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: [...] read more
windows
debugging
reverse-engineering
windbg
disassembly

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0