LWJGL Forum

Programming => OpenGL => Topic started by: ramonmolossi on April 24, 2009, 01:28:57

Title: Could not query best cursor size
Post by: ramonmolossi on April 24, 2009, 01:28:57
Ubuntu 9.04 - 64 bits - Compiz
Acert TravelMate 5514
ATI Radeon Xpress 1100

23/04/2009 21:48:04 class com.jme.system.lwjgl.LWJGLDisplaySystem initDisplay()
SEVERE: Exception
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)
   at com.jme.system.lwjgl.LWJGLDisplaySystem.initDisplay(LWJGLDisplaySystem.java:422)
   at com.jme.system.lwjgl.LWJGLDisplaySystem.createWindow(LWJGLDisplaySystem.java:143)
   at com.jmex.game.StandardGame.initSystem(StandardGame.java:296)
   at com.jmex.game.StandardGame.run(StandardGame.java:210)
   at java.lang.Thread.run(Thread.java:619)

Driver Problem?
Title: Re: Could not query best cursor size
Post by: Matzon on April 24, 2009, 04:50:43
lol, thats a new one ... thats the second linux problem I've seen recently due to ubuntu 9.04.
I am trying to get elias to take a look - but in the mean time anyone else is welcome to investigate this (and the other one X Error - disp: 0x864fa50 serial: 38 error: BadMatch (invalid param.....))
Title: Re: Could not query best cursor size
Post by: elias on April 24, 2009, 20:52:29
Yes, that's indeed a strange one :) Could you try a nightly build at:

https://www.newdawnsoftware.com/hudson/view/LWJGL/

to see if the bug is still present?

- elias
Title: Re: Could not query best cursor size
Post by: ramonmolossi on April 25, 2009, 02:10:35
Smooth in nightly build.....nice...  :)

Thx Elias and Matzon for reply.