Windows error 0x00000119, 281

Detailed Error Information

VIDEO_SCHEDULER_INTERNAL_ERROR[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x119: VIDEO_SCHEDULER_INTERNAL_ERROR.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code281 (0x0119)

Questions

8votes
7answers

SVN error on eclipse with Delete operation (aparently)

I have an Android project on Eclipse (STS) and it is giving me this error last time I tried to compile: The project was not built due to "SVN: '0x00000119: Delete' operation finished with error". Fix the problem, then try refreshing this project and building it since it may be [...] read more
java
android
eclipse
svn
1vote
1answer

Pyserial reads data but does not write

I have a Digi Transport WR41 cellular router that runs a it's own proprietary operating system and a Python 2.6 interpreter. The router has a serial port (RJ45) that I've connected to a serial port (DB9) on a Windows 7 PC. The cable wiring is a straight through configuration. On [...] read more
python
pyserial
0votes
1answer

Memory could not be written when using Adobe 10.0 reader

User using is attempting to read a PDF file from a web server and gets the following error Message: > Report[1].pdf (SECURED) - Adobe Reader: Acrord32.exe Application Error: The > instruction at '0X00000119' reference memory at 0x0000119. the memory could > not be written. User is using XP, Adobe 10.0 [...] read more
windows-xp
memory
pdf
0votes
2answers

How to turn on LED on stm32 board using assembly language that generated by llvm?

My English skill is poor because I'm not a native English speaker. Please understand. I compiled some test code that operating alright in IAR with LLVM infra but the generated code was not operated on my test board. Detail are as follows. TEST GOAL I want to see operating the [...] read more
makefile
llvm
cortex-m3
segger-jlink
stm32l152

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0