Linux error: Could not query best cursor size

Started by NateS, October 08, 2009, 09:52:05

Previous topic - Next topic

NateS

You guys have any ideas for the exception below? It happened on Ubuntu, not sure what version or hardware details at this point. LWJGL is version 2.1.0.

org.lwjgl.LWJGLException: Could not query best cursor size
      at org.lwjgl.opengl.LinuxDisplay.nCreateBlankCursor(Native Method)
      at org.lwjgl.opengl.LinuxDisplay.createBlankCursor(LinuxDisplay.java:1056)
      at org.lwjgl.opengl.LinuxDisplay.createWindow(LinuxDisplay.java:432)
      at org.lwjgl.opengl.Display.createWindow(Display.java:308)
      at org.lwjgl.opengl.Display.create(Display.java:839)
      at org.lwjgl.opengl.Display.create(Display.java:767)