Windows error 0xE0000247, -536870329

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginCustomer

This code was defined by a third party software company, and may mean different things for different software. Contact the software author for more information about this error.

NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
Error Code583 (0x0247)

Questions

1vote
2answers

How to install USB debug cable driver in WinDbg for Windows kernel debugging?

As per Microsoft's USB debug page, you must launch WinDbg in an elevated process in order to install the USB driver. Having done that, I still receive this error message: > Failed to copy USB device driver inf. The debugger must be run elevated for > the first use of [...] read more
windows
drivers
debug
1vote
1answer

DriverPackagePreinstall error with dpinst.exe

When trying to install a driver using Microsoft Driver Package Installer DPInst I got error 0xE0000247. I tried to check the error code with Visual Studio Lookup Tool but the tool doesn't know this error code. Also MSDN doesn't help here. How can I lookup the meaning of this error [...] read more
winapi
driver
inf
dpinst
0votes
1answer

Windows 10 driver reported by SignTool as having no signature, but is signed

I've checked out this USB Device Emulation (UDE) project : https://github.com/microsoft/UDE/tree/master/UDEMbimClientSample The project built properly the driver for x64 target in Release configuration under Visual Studio 19 Community : 1>------ Début de la régénération globale : Projet : hostude, Configuration : Release x64 ------ 2>------ Début de la régénération globale [...] read more
windows
driver
code-signing
wdk

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0