Windows error 0x0000014E, 334

Detailed Error Information

RESIDENT_FILE_NOT_SUPPORTED[1]

MessageAn operation is not supported on a resident file.
Declared inwinerror.h

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

SOC_CRITICAL_DEVICE_REMOVED[2]

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

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 Code334 (0x014e)

Questions

0votes
1answer

Segfault in qemu user emulation of Android binary

I'm running qemu on an Ubuntu 18.04 x64 host and trying to do user emulation of dynamic binaries built for Android (for aarch64 or i386) using the Android NDK, but I always get a segfault. For example: Build $ i686-linux-android28-clang hello_world.c -o hello_world Check dependecies and paths $ file ./hello_world [...] read more
android
segmentation-fault
emulation
qemu
0votes
1answer

changing tab bar title dynamically

My app is in two language and having three tabs. There is a language change button inside my app, whenever changes the title of all tabs have to be changed depending on language.Here is the code I am using it works fine in iPad but the same code crashes in [...] read more
ios
ios5
uitabbar

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