Skip to content

Instantly share code, notes, and snippets.

/stack.java Secret

Created April 15, 2017 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/33cce0499d5d53cbc69381eec7124d3a to your computer and use it in GitHub Desktop.
Save anonymous/33cce0499d5d53cbc69381eec7124d3a to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.RuntimeException: org.lwjgl.LWJGLException: X Error - disp: 0x7ffa7852c5d0 serial: 110 error: BadDrawable (invalid Pixmap or Window parameter) request_code: 14 minor_code: 0
at org.lwjgl.opengl.Display.update(Display.java:648)
at org.lwjgl.opengl.Display.update(Display.java:628)
at org.lwjgl.opengl.Display.initContext(Display.java:1036)
at org.lwjgl.opengl.Display.create(Display.java:853)
at org.lwjgl.opengl.Display.create(Display.java:797)
at com.fergal.engine.render.OpenGL.createContext(OpenGL.java:47)
at com.fergal.engine.render.OpenGL.init(OpenGL.java:28)
at com.fergal.engine.Engine.init(Engine.java:18)
at com.fergal.Main.main(Main.java:20)
Caused by: org.lwjgl.LWJGLException: X Error - disp: 0x7ffa7852c5d0 serial: 110 error: BadDrawable (invalid Pixmap or Window parameter) request_code: 14 minor_code: 0
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:320)
at org.lwjgl.opengl.LinuxContextImplementation.nSwapBuffers(Native Method)
at org.lwjgl.opengl.LinuxContextImplementation.swapBuffers(LinuxContextImplementation.java:79)
at org.lwjgl.opengl.ContextGL.swapBuffers(ContextGL.java:175)
at org.lwjgl.opengl.DrawableGL.swapBuffers(DrawableGL.java:90)
at org.lwjgl.opengl.Display.swapBuffers(Display.java:618)
at org.lwjgl.opengl.Display.update(Display.java:646)
... 8 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment