Windows error 0x000000C5, 197

Detailed Error Information

IOPL_NOT_ENABLED[1]

MessageThe operating system is not presently configured to run this application.
Declared inwinerror.h

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

DRIVER_CORRUPTED_EXPOOL[2]

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

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 Code197 (0x00c5)

Questions

5votes
2answers

Cortex-M0+ Linker Script and Startup Code

I am trying to learn the startup process of an ARM processor by writing my own startup code and linker script. The chip I use is an LPC810, and I followed the examples from http://midibel.com/blink0.html, and both examples workes on my board, so the circuit is OK. Then, I try [...] read more
assembly
linker
arm
startup
interrupt
1vote
0answers

Weird QPushButton bug

I'm writing a Qt-based dll for plotting. The dll contains QApplication that runs in a separate std::thread. The main widget is class QPlotsControl : public QMainWindow. void QtPlotter::ApplicationLoop(const WorkerThreadCallbackFn& cbFn) { ... QApplication a(argc, &argv); ... m_qPlotsControl = new QPlotsControl(cbFn, [this](){ this->ReadyCallback(); }); m_qPlotsControl->show(); a.exec(); delete m_qPlotsControl; ... return; } [...] read more
c++
qt
qt5
1vote
1answer

Multiple BSOD Windows 7

I'm using Windows 7 and I've gotten multiple BSOD errors when browsing with chrome or watching videos. I've updated my integrated graphics card driver but it didn't solve the problem. I've run Memtest86+(12 passes) - everything was OK, I've also tested the HDDs - no problem, too. I've disabled GPU [...] read more
windows-7
google-chrome
memory
bsod
0votes
0answers

Troubleshooting BSOD error 0x000000c5 (0x00010003, 0x00000002, 0x00000001, 0xB05515A1) on Windows XP

A BSOD error 0x000000c5 (0x00010003, 0x00000002, 0x00000001, 0xB05515A1) occurred in Windows XP while my device was running. After power cycling also the error persisted. I tried to boot into safe mode, but the device reboots. Please provide a way to understand and troubleshoot the issue. enter image description here [https://i.stack.imgur.com/WHsqp.jpg] read more
windows-xp
bsod
0votes
1answer

Constant bluescreens upon Windows 7 login

I'm running a Lenovo ThinkPad E540, which dual boots into Windows 7 and Ubuntu 14.04. The computer itself is maybe 2.5 years old, and I'm having some problems with the Windows installation. When I boot into Windows, the computer bluescreens after I sign in. I've been having problems with Windows [...] read more
windows-7
multi-boot
bsod

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