From a post I made in the Admin forums:
...With Win7 the bugchecks stopped at 0x136 (from the bugcodes.h file in the Windows 7 SDK v7.0 and 7.1)
They now go up to STOP 0x14A (20 added: 0x137 - 0x13D, 0x140 - 0x14A and the 2 XBox errors in the next line)
Also, there's been 2 XBox errors added: 0x00000360 and 0x00000420
They have also renamed the 0xc000021A error: WINLOGON_FATAL_ERROR It used to be named: STATUS_SYSTEM_PROCESS_TERMINATED
Here's the end of the latest list from the Win8 SDK (v8.0). I'll be uploading it to carrona.org this morning as an addition (so I'll have both the 7.0 and 8.0 versions (I didn't notice any changes in bugcodes.h with v7.1))
...I'll also upload this to the BSOD forums as a sticky "New BSOD codes for Win8"
EDIT: Entire Win8 SDK bugcodes.h file is uploaded here: http://www.carrona.org/bugcodesv8.html
EDIT:Added the new codes to the BSOD Index page located at http://www.carrona.org/bsodindx.html
Will add a few articles shortly.....
...With Win7 the bugchecks stopped at 0x136 (from the bugcodes.h file in the Windows 7 SDK v7.0 and 7.1)
They now go up to STOP 0x14A (20 added: 0x137 - 0x13D, 0x140 - 0x14A and the 2 XBox errors in the next line)
Also, there's been 2 XBox errors added: 0x00000360 and 0x00000420
They have also renamed the 0xc000021A error: WINLOGON_FATAL_ERROR It used to be named: STATUS_SYSTEM_PROCESS_TERMINATED
Here's the end of the latest list from the Win8 SDK (v8.0). I'll be uploading it to carrona.org this morning as an addition (so I'll have both the 7.0 and 8.0 versions (I didn't notice any changes in bugcodes.h with v7.1))
...I'll also upload this to the BSOD forums as a sticky "New BSOD codes for Win8"
EDIT: Entire Win8 SDK bugcodes.h file is uploaded here: http://www.carrona.org/bugcodesv8.html
EDIT:Added the new codes to the BSOD Index page located at http://www.carrona.org/bsodindx.html
Will add a few articles shortly.....
//
// MessageId: WIN32K_HANDLE_MANAGER
//
// MessageText:
//
// WIN32K_HANDLE_MANAGER
//
#define WIN32K_HANDLE_MANAGER ((ULONG)0x00000137L)
//
// MessageId: GPIO_CONTROLLER_DRIVER_ERROR
//
// MessageText:
//
// GPIO_CONTROLLER_DRIVER_ERROR
//
#define GPIO_CONTROLLER_DRIVER_ERROR ((ULONG)0x00000138L)
//
// MessageId: KERNEL_SECURITY_CHECK_FAILURE
//
// MessageText:
//
// KERNEL_SECURITY_CHECK_FAILURE
//
#define KERNEL_SECURITY_CHECK_FAILURE ((ULONG)0x00000139L)
//
// MessageId: KERNEL_MODE_HEAP_CORRUPTION
//
// MessageText:
//
// KERNEL_MODE_HEAP_CORRUPTION
//
#define KERNEL_MODE_HEAP_CORRUPTION ((ULONG)0x0000013AL)
//
// MessageId: PASSIVE_INTERRUPT_ERROR
//
// MessageText:
//
// PASSIVE_INTERRUPT_ERROR
//
#define PASSIVE_INTERRUPT_ERROR ((ULONG)0x0000013BL)
//
// MessageId: INVALID_IO_BOOST_STATE
//
// MessageText:
//
// INVALID_IO_BOOST_STATE
//
#define INVALID_IO_BOOST_STATE ((ULONG)0x0000013CL)
//
// MessageId: CRITICAL_INITIALIZATION_FAILURE
//
// MessageText:
//
// CRITICAL_INITIALIZATION_FAILURE
//
#define CRITICAL_INITIALIZATION_FAILURE ((ULONG)0x0000013DL)
//
// MessageId: STORAGE_DEVICE_ABNORMALITY_DETECTED
//
// MessageText:
//
// STORAGE_DEVICE_ABNORMALITY_DETECTED
//
#define STORAGE_DEVICE_ABNORMALITY_DETECTED ((ULONG)0x00000140L)
//
// MessageId: VIDEO_ENGINE_TIMEOUT_DETECTED
//
// MessageText:
//
// VIDEO_ENGINE_TIMEOUT_DETECTED
//
#define VIDEO_ENGINE_TIMEOUT_DETECTED ((ULONG)0x00000141L)
//
// MessageId: VIDEO_TDR_APPLICATION_BLOCKED
//
// MessageText:
//
// VIDEO_TDR_APPLICATION_BLOCKED
//
#define VIDEO_TDR_APPLICATION_BLOCKED ((ULONG)0x00000142L)
//
// MessageId: PROCESSOR_DRIVER_INTERNAL
//
// MessageText:
//
// PROCESSOR_DRIVER_INTERNAL
//
#define PROCESSOR_DRIVER_INTERNAL ((ULONG)0x00000143L)
//
// MessageId: BUGCODE_USB3_DRIVER
//
// MessageText:
//
// BUGCODE_USB3_DRIVER
//
#define BUGCODE_USB3_DRIVER ((ULONG)0x00000144L)
//
// MessageId: SECURE_BOOT_VIOLATION
//
// MessageText:
//
// SECURE_BOOT_VIOLATION
//
#define SECURE_BOOT_VIOLATION ((ULONG)0x00000145L)
//
// MessageId: NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED
//
// MessageText:
//
// NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED
//
#define NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED ((ULONG)0x00000146L)
//
// MessageId: ABNORMAL_RESET_DETECTED
//
// MessageText:
//
// ABNORMAL_RESET_DETECTED
//
#define ABNORMAL_RESET_DETECTED ((ULONG)0x00000147L)
//
// MessageId: IO_OBJECT_INVALID
//
// MessageText:
//
// IO_OBJECT_INVALID
//
#define IO_OBJECT_INVALID ((ULONG)0x00000148L)
//
// MessageId: REFS_FILE_SYSTEM
//
// MessageText:
//
// REFS_FILE_SYSTEM
//
#define REFS_FILE_SYSTEM ((ULONG)0x00000149L)
//
// MessageId: KERNEL_WMI_INTERNAL
//
// MessageText:
//
// KERNEL_WMI_INTERNAL
//
#define KERNEL_WMI_INTERNAL ((ULONG)0x0000014AL)
//
// MessageId: XBOX_360_SYSTEM_CRASH
//
// MessageText:
//
// XBOX_360_SYSTEM_CRASH
//
#define XBOX_360_SYSTEM_CRASH ((ULONG)0x00000360L)
//
// MessageId: XBOX_360_SYSTEM_CRASH_RESERVED
//
// MessageText:
//
// XBOX_360_SYSTEM_CRASH_RESERVED
//
#define XBOX_360_SYSTEM_CRASH_RESERVED ((ULONG)0x00000420L)
//
// MessageId: HYPERVISOR_ERROR
//
// MessageText:
//
// HYPERVISOR_ERROR
//
#define HYPERVISOR_ERROR ((ULONG)0x00020001L)
#define WINLOGON_FATAL_ERROR ((ULONG)0xC000021AL)
#define MANUALLY_INITIATED_CRASH1 ((ULONG)0xDEADDEAD)
#endif // _BUGCODES_
Last edited: