Bug Check 0x119: VIDEO_SCHEDULER_INTERNAL_ERROR
The VIDEO_SCHEDULER_INTERNAL_ERROR bug check has a value of 0x00000119. This indicates that the video scheduler has detected a fatal violation.
Important
This topic is for programmers. If you are a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
VIDEO_SCHEDULER_INTERNAL_ERROR Parameters
Parameter 1 is the only parameter of interest and identifies the exact violation.
Parameter 1 | Cause of Error |
---|---|
0x1 | The driver has reported an invalid fence ID. |
0x2 | The driver failed upon the submission of a command. |
0x3 | The driver failed upon patching the command buffer. |
0x4 | The driver reported an invalid flip capability. |
0x5 | The driver failed a system or a paging command. |
0x400 | This is an internal OS state error, typically caused by a memory corruption or bad hardware. |
0xE00 | The OS ran out of memory for pre-allocated packets to handle passive flip requests. |
0x1000 | This is an internal OS state error, typically caused by a memory corruption or bad hardware. |
0x10000 | This is an internal OS state error, typically caused by a memory corruption or bad hardware. |
Resolution
The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.
If the faulting module listed in the !analyze output is a video driver, investigate if updates are available to that video driver from the vendor.
For more information, see:
Handling Command and DMA Buffers