Windows error 0x000003F4, 1012

Detailed Error Information

CANTREAD[1]

MessageThe configuration registry key could not be read.
Declared inwinerror.h

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

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 Code1012 (0x03f4)

Questions

1vote
1answer

Group policy drive mapping extension not applying to Vista SP2 machine

I have one GPO (called Desktop_User) that applies to a Windows 7 and a Windows Vista machine. When I log on to this systems, the drive mapping works on the Windows 7 machine but the Windows Vista machine (using the same AD account). I just can't figure out what the [...] read more
group-policy
windows-vista
mappeddrive
0votes
1answer

g++ symbol versioning. Set it to GCC_3.0 using version 4 of g++

I need to implemente a Java class which uses JNI to control a fiscal printer in XUbuntu 8.10 with sun-java6-jdk installed. The structure is the following: EpsonDriver.java loads libEpson.so libEpson is linked dynamically with EpsonFiscalProtocol.so ( provided by Epson, no source available ) and pthread I use javah to generate [...] read more
g++
java-native-interface

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