Bug Check 0x190: WIN32K_CRITICAL_FAILURE_LIVEDUMP

The WIN32K_CRITICAL_FAILURE_LIVEDUMP live dump has a value of 0x00000190. This indicates that Win32k has encountered a critical failure. A live dump is captured to collect the debug information.

(This code can never be used for a real bug check; it is used to identify live dumps.)

WIN32K_CRITICAL_FAILURE_LIVEDUMP Parameters

Parameter Description
1

Type of the failure

0x1 : REGION_VALIDATION_FAILURE - Region is out of surface bounds.

2- Pointer to DC 3- Pointer to SURFACE 4- Pointer to REGION

0x2 : OPERATOR_NEW_USED - Operator "new" is used to allocate memory.

2 - Reserved 3 - Reserved 4 - Reserved
2 See parameter 1
3 See parameter 1
4 See parameter 1

See Also

Kernel Live Dump Code Reference

Bug Check Code Reference