Windows error 0x00000BC0, 3008

Detailed Error Information

PRINT_MONITOR_IN_USE[1]

MessageThe specified print monitor is currently in use.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070BC0.

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][1]
DescriptionThe default facility code.[2][1]
Error Code3008 (0x0bc0)

Questions

1vote
0answers

Java fatal error in native code, problematic frame: C [msvcrt.dll+0x8867a]

I'm developing a small game with LibGdx (based on LWJGL). Tested the jar i built on two different PC's and everything worked fine. On a third one, however, the game crashes after a few seconds. Following error log is produced: # A fatal error has been detected by the Java [...] read more
java
libgdx
lwjgl
msvcrt

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0