Windows error 0x000000A3, 163

Detailed Error Information

ACPI_DRIVER_INTERNAL[1]

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

HRESULT analysis[2]

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[2][3]
DescriptionThe default facility code.[2][3]
Error Code163 (0x00a3)

Questions

3votes
1answer

C# Find a variable by value

I am making an "error code to String" converter that would display the name of an error code from its value, for example 0x000000c3 would give "Class not found", but using MY OWN error codes! Here's how it actually looks like: #region errcodes public int NORMAL_STOP = 0x00000000; public int [...] read more
c#
1vote
1answer

Intel Core 2 Duo, Gigabyte mobo, I-Box AC, ATA hard disk fails to boot with IDE/BIOS errors

I am trying to diagnose a hardware malfunction Specs: * Intel Core 2 Duo, 3 GHz * Gigabyte Motherboard * I-Box AC, 400 W * ATA hard disk * 4GB RAM (2 x 2GB) -------------------------------------------------------------------------------- 1. First boot, passed POST Check, went to IDE detection, than froze. 2. Second boot, [...] read more
motherboard
hardware-failure
diagnostic
1vote
1answer

kechkfault infected with signal 12 while launching Sybase 12.5.4

I am having troubles accessing my Sybase 12.5.4 instance on Solaris 9 because when I launch it, I get the following log: 00:00000:00001:2016/06/02 11:37:54.32 server Database 'master' is now online. 00:00000:00000:2016/06/02 11:37:54.33 kernel Current process (0x40004) infected with signal 12 (SIGSYS) 00:00000:00000:2016/06/02 11:37:54.33 kernel Address 0xff3dc0dc (), siginfo (code, address) [...] read more
solaris
sybase

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0