Windows error 0x0000016E, 366

Detailed Error Information

CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH[1]

MessageThe Cloud File property blob is possibly corrupt. The on-disk checksum does not match the computed checksum.
Declared inwinerror.h

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

ERESOURCE_INVALID_RELEASE[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x16E: ERESOURCE_INVALID_RELEASE.

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code366 (0x016e)

Questions

2votes
0answers

Segmentation fault caused/avoided by changing source file order in Makefile

I'm developing software on an embedded platform and keep getting inexplicable (to me) segmentation faults. I was hoping to get some debugging ideas from those of you with more embedded platform experience. I couldn't find any useful information with a google search. Details: * C++ compiled with GCC-ARM toolchain (4.9.3) [...] read more
c++
makefile
arm
embedded
cortex-m3
2votes
1answer

ASM help - assembly language binary bomb phase_6

I have been working on this for hours. I have tried to find the right answer, but I just can't. I have searched around, and many people say that the input is numbers 1-6 and no repeat, but I can't find where it says that anywhere in the assembly code. [...] read more
assembly
0votes
0answers

(SFML library) RenderWindow constructor throws exception

I am getting started with SFML with Visual Studio 2019. I followed this tuttorial and launched the app successfuly. But without any changes to the code I launched it one more time and it gives me this error: Exception thrown at 0x53582687 (sfml-system-2.dll) in Voidger.exe: 0xC0000005: Access violation reading location [...] read more
c++
sfml

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0