Windows error 0x000000CA, 202

Detailed Error Information

INFLOOP_IN_RELOC_CHAIN[1]

MessageThe operating system cannot run %1.
Declared inwinerror.h

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

PNP_DETECTED_FATAL_ERROR[2]

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

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 Code202 (0x00ca)

Questions

4votes
6answers

Why does ATI 5570 HD video card driver installation cause Windows 7 To Blue Screen?

This one is for the hive mind. I have a brand new Dell Optiplex 760 workstation with 4 gigabytes of RAM running Windows 7 Professional (32bit). This is a new box with nothing installed other than what was provided for directly by Dell. I installed a Saphire ATI PCI Express [...] read more
windows-7
drivers
graphics-card
bsod
amd-radeon
4votes
1answer

Delphi COM object not showing up in .NET

I am trying to create a COM object in Delphi and use it in a C# WPF project. I have created a new DLL project in Delphi 10.3, using File -> New -> Other, then Delphi -> Windows -> ActiveX Library. I have created the following IDL in the GUI [...] read more
c#
.net
wpf
delphi
pascal
4votes
1answer

Huge amount of mystic crashes of WP8 app

I've published an app with integrated hockeyapp. But Windows Phone dashboard crash report contains mystic crashes that are not in hockeyapp. According to stacktrace they are native (OS crashes). App is 8.0 DirectX + Xaml app. Crashes are generated by 8.1 devices. 8.0 devices worked perfectly. I've tested app on [...] read more
windows-phone-8
2votes
1answer

Unable to pass a string from VBA (Excel) to my COM object

I am experimenting with creating a COM interface for my application in order to allow eg. VBA to drive certain parts of my application. I have my COM library up and running and installed, even to the part where a routine called in Excel can be debugged in the Delphi [...] read more
vba
delphi
com
0votes
1answer

Dell 7470 Application Crashes

I have a Dell Latitude E7470 laptop, purchased late 2016. Currently standard apart from an Intel 600p 1tb SSD. I am experiencing frequent application crashes - Excel, Word, Visual Studio 2015, SQL Management Studio. The Video driver also crashes regularly. It occasionally crashes as I am trying to shut it [...] read more
windows-10
bsod
dell-latitude
0votes
2answers

Generating machine code from C

Sorry if these are naive questions - I have very little understanding of how C really works at the low level. So I'm generating machine code to write to some mmap'd memory for execution. I'm confused about the use of hexadecimal literals for generating machine code. Consider the assembly instruction [...] read more
c
compiler-construction
hex
jit
machine-code
0votes
1answer

Can anyone decipher a flash CS4 crash log?

I have just updated to Snow Leopard and one of my important Flash files is now crashing every time I compile. I am hoping that someone can help decipher this crash log and offer any tips on what the problem might be. Flash does not give an error message, just [...] read more
flash
logging
crash
cs4
-1votes
1answer

C++ Builder ActiveX get property method overflow

In C++ Builder XE7, I created a simple COM automation object: 1. File > New > ActiveX > ActiveX Library 2. File > New > ActiveX > Automation Object 3. Add new property MyProperty 4. Push 'Refresh implementation' So, the wizard created declarations/implementations for get/set methods: interface IMyObject: IDispatch { [...] read more
delphi
c++builder
ole
activexobject

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