BSOD 's are
not what you want to see, but if your computer has a problem that causes
Windows to totally shut down at least Windows tries to tell you what's
wrong. This is the most complete list of 0X stop errors that I could
find from my research on the net.
I will be listing as many 0X stop errors as I can find and try to
list as much information as I can for each. Many stops have a similar
fix and those have a clickable link to the fix. This has been very time
consuming and if you find the information helpful please remember to
donate a little from a PayPal donation link. Thanks... Dale
0x00000020 stop error 0X20
KERNEL_APC_PENDING_DURING_EXIT
This shows that a kernel-mode
asynchronous procedure call (APC) was found pending during thread
termination. The first parameter is the address of the APC found
pending during exit. The second parameter is the thread's APC
disable count. And the third parameter is the current IRQL
(interrupt request level). If the thread's disable count is
non-zero, it is the source of the problem: the current IRQL should
be 0. If it is not, a driver's cancellation routine showed at a
higher IRQL.
0x00000021 stop error
0X21
QUOTA_UNDERFLOW
A quota was returned to a process, but that process was not
using the amount of quota being returned.
0x00000022 stop error
0X22
FILE_SYSTEM
A generic file system problem.
0x00000023 stop error
0X23
FAT_FILE_SYSTEM
A FAT file system
problem.
0x00000024 stop error
0X24
NTFS_FILE_SYSTEM
A NTFS file system problem.
0x00000025 stop error 0X25
NPFS_FILE_SYSTEM
A named pipe file system problem.
0x00000026 stop error 0X26
CDFS_FILE_SYSTEM
A CD-ROM file system problem.
0x00000027 stop error 0X27
RDR_FILE_SYSTEM
A redirector file system problem.
0x00000028 stop error 0X28
CORRUPT_ACCESS_TOKEN
The security system encountered an invalid access token.
0x00000029 stop error 0X29
SECURITY_SYSTEM
A problem internal to the security system.
0x0000002A stop error 0X2A
INCONSISTENT_IRP
An IRP (I/O request packet) was encountered in an
inconsistent state.
0x0000002B stop error 0X2B
PANIC_STACK_SWITCH
A panic switch to the kernel stack because of stack
overflow.
0x0000002C stop error 0X2C
PORT_DRIVER_INTERNAL
An internal error in a port driver.
0x0000002D stop error 0X2D
SCSI_DISK_DRIVER_INTERNAL
An internal error in a SCSI hard disk driver.
0x0000002E stop error 0X2E
DATA_BUS_ERROR
A data bus error which can
be caused by a parity error in the system memory.
0x0000002F stop error 0X2F
INSTRUCTION_BUS_ERROR
An instruction bus error.