Windows error 0x000000C1, 193

Detailed Error Information

BAD_EXE_FORMAT[1]

Message%1 is not a valid Win32 application.
Declared inwinerror.h

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

SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION[2]

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

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 Code193 (0x00c1)

Questions

10votes
1answer

Windows delays writing FAT table on small USB drive despite “Quick removal”

I am seeing delayed writes to the FAT on a small-capacity FAT(FAT12)-formatted USB flash drive even though the policy for the drive is set to "Quick Removal". (I believe this means the SurpriseRemovalOK flag is set). I've captured the SCSI commands sent to the drive over USB: the file truncation [...] read more
windows
usb-flash-drive
fat16
1vote
1answer

Cannot load library *.dll Unknown error 0x000000c1

I try to call controller.dll from qt project using QLibrary but it returns such error. Cannot load library E:\"absolute path to the dll"\controller.dll: Unknown error 0x000000c1. What does that mean? QLibrary lib; lib.setFileName("E:\\absolute path to the dll\\controller.dll"); if(lib.load()) { qDebug()<<"Loaded"; } else { qDebug()<<"Not loaded"; qDebug()<<lib.errorString(); } read more
c++
qt
dll
window
0votes
0answers

%1 is not a valid win32 application during installation of.net framework 4.7.2

I am trying to install .net framework 4.7.2 to my D laptop (win10-64bit). After I executed the .exe file The installation failed almost immediately. Dialog showed the reason "%1 is not a valid win32 application" I copied the last part of the log file in below. Can you help me [...] read more
.net-framework
0votes
1answer

.Net Framework 4.6 Install results in error "%1 is not a valid win32 application"

I'm trying to install VisualStudio 2015RC and it fails with the following error "Microsoft .NET Framework 4.6RC %1 is not a valid Win32 application". I've tried to just install the update to the .net framework and it fails with the same error. I'm running windows 8.1 with all updates installed. [...] read more
windows-8.1
.net-framework
visual-studio
0votes
0answers

Init sequence of bluetooth daemon

I'm looking at light weight bluetooth tools from Bluez without dependency on bluetoothd and dbus. The folder "src/shared" of BlueZ has the code for such tools. For ex: btgattclient.c produces "gattclient" when compiled. gattclient is able to connect to ble peripheral device and read/write or receive notifications from the ble [...] read more
bluetooth
bluetooth-lowenergy
bluetooth-gatt
gatttool
gattlib
0votes
1answer

qmlplugindump error when building with MinGW 64bits (Qt 5.13.1)

I built an extension plugin in release mode with MinGW 32bits (Qt 5.13.1). When I run qmlplugindump everything works as expected and my .qmltypes file is well generated. But when I build my plugin in release mode with MinGW 64bits (Qt 5.13.1) the qmlplugindump leads to the following error: 17:10:24: [...] read more
qt
qml
0votes
2answers

WinDbg with dump files when you have a classic ASP app which uses a lot of .Net via interop

Ok, first please don't ask why this application is the way it is. This is a classic ASP application which in several areas uses .Net and COM and some of that .Net also reaches into COM! It's all to do with code reuse really, at some point .Net was introduced [...] read more
.net
memory-leaks
asp-classic
windbg

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