Windows error 0x000000EA, 234

Detailed Error Information

MORE_DATA[1]

MessageMore data is available.
Declared inwinerror.h

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

THREAD_STUCK_IN_DEVICE_DRIVER[2]

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

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 Code234 (0x00ea)

Questions

3votes
3answers

CryptEncrypt AES 256 fails at encrypting last block

First of all, I apologize if I'm missing something here. This is my first every attempt at the Windows CryptAPI, and although I have gone through google, MSDN, MSDN's examples, etc. I cannot figure out why this problem is happening. I have the following code which is supposed to copy [...] read more
c++
winapi
encryption
1vote
3answers

How can I solve this MBR2GPT issue?

According to How can I migrate a Windows 10 from BIOS/MBR boot to UEFI/GPT without reinstalling? I can convert my system disk to GPT without reinstalling using the MBR2GPT tool, provided by Windows 10 CU. I'm also using Windows 10 Creators update at the moment. I tried and I got [...] read more
windows-10
mbr
gpt
boot-partition
1vote
1answer

Relatively new Windows 10 laptop suddenly started getting random BSOD after 3 months of flawless use

Lately, I've been having some issues with my laptop. I got it in March and it worked perfectly all the way to June. Around 10 days ago, it has started to suddenly crash for seemingly no reason at all. There doesn't seem to be anything in particular triggering the crash, [...] read more
windows-10
laptop
bsod
crash
nvidia-graphics-card
0votes
0answers

Windows 10 reinstall "Reset" operation fails with errors

I need to revert my windows 10 install to clean version. I attempt to do this by going to "Update & Security" -> "Recovery" -> "Reset this PC". I choose option to remove all applications and data. PC restarts and then boots windows as normal, and when I sign in, [...] read more
windows
windows-10
boot
windows-installation

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