Windows error 0x000003F9, 1017

Detailed Error Information

NOT_REGISTRY_FILE[1]

MessageThe system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800703F9.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1017 (0x03f9)

Questions

2votes
1answer

Can't install any drivers at all on Windows 8. Error 0x000003F9

I suddenly can't install any drivers at all on my Windows 8 Pro x64 install. It doesn't matter what kind of driver it is, nothing will install. Everything ends with error 0x000003F9: The system has attempted to load or restore a file into the registry, but the specified file is [...] read more
windows-8
installation
drivers
1vote
0answers

FIPS with Oracle using Entity Framework - ORA- 01017

I am using Entity Framework 6 for Oracle to fetch some information in WCF Service, the service works well on my local machine but when i deploy my code to production environment which is on WIN 2012 which has FIPS policy enforcement then my WCF service give me error of [...] read more
windows
wcf
oracle11g
entity-framework-6
fips

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