错误检查 0x19C:WIN32K_POWER_WATCHDOG_TIMEOUT
The WIN32K_POWER_WATCHDOG_TIMEOUT 错误检查的值为 0x0000019C。 这表明 Win32k 没有及时打开监视器。
重要
这篇文章适合程序员阅读。 如果您是在使用计算机时收到蓝屏错误代码的客户,请参阅蓝屏错误疑难解答。
WIN32K_POWER_WATCHDOG_TIMEOUT 参数
参数 | 说明 |
---|---|
1 | 失败类型 (win32kbase!POWER_WATCHDOG_TYPE) 0x10 : The power request queue is not making progress
2 - Pointer to the thread processing power requests, if any
3 - Pointer to the win32k user lock
4 - Pointer to the power request (win32kbase!PPOWERREQUEST) being
processed, if any
0x20 : Calling PO to set power state
2 - Pointer to the power request worker thread
3 - Reserved
4 - Reserved
0x30 : Calling GDI to power on
2 - Pointer to the power request worker thread
3 - Reserved
4 - Reserved
0x40 : Calling DWM to render
2 - Pointer to the power request worker thread
3 - Reserved
4 - Reserved
0x50 : Calling monitor driver to power on
2 - Pointer to the power request worker thread
3 - Reserved
4 - Reserved
|
2 | 请参阅参数 1 |
3 | 请参阅参数 1 |
4 | 请参阅参数 1 |
解决方法
!analyze 调试扩展显示有关错误检查的信息,并有助于确定根本原因。