Windows error 0x000003EE, 1006

Detailed Error Information

FILE_INVALID[1]

MessageThe volume for a file has been externally altered so that the opened file is no longer valid.
Declared inwinerror.h

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

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 Code1006 (0x03ee)

Questions

6votes
2answers

What can be the signature of this method?

I am trying to identify private apis of Quartz framework. I have a list of bunch of private private APIs but don't have their signature. I would like to put one of them on table for discussion, so that we can have idea of how to reverse engineer to find [...] read more
macos
reverse-engineering
quartz-graphics
disassembly
0votes
1answer

32-bit pointer overflow in 64-bit gcc code - fails in compile

I am compiling a very large legacy Fortran 90 code (screamer) with gFortran on a Mac (2.2 GHz Intel Core i7) running Yosemite. (gFortran V5.1.0) I have 16 GB of RAM. The code is memory intensive and I am trying to increase array sizes to solve larger problems. I have [...] read more
pointers
gcc
compiler-errors
fortran
gfortran

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