b255 debug regresion

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

b255 debug regresion

BrickFarmer
Well this next one has beaten me so far.  Running gears on b255 works fine, but running it with:
 -Djogl.debug=all

I get the following:

...
Caused by: java.lang.NullPointerException
        at javax.media.opengl.GLProfile.dumpGLInfo(GLProfile.java:1306)
        at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1294)
        at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1192)
...

If you want me to try and track down the version this stopped working, then let me know, otherwise I'm not gonna spend much time on this one.
Reply | Threaded
Open this post in threaded view
|

Re: b255 debug regresion

Sven Gothel
Administrator
On Wednesday, December 15, 2010 13:47:50 BrickFarmer [via jogamp] wrote:

>
> Well this next one has beaten me so far.  Running gears on b255 works fine, but running it with:
>  -Djogl.debug=all
>
> I get the following:
>
> ...
> Caused by: java.lang.NullPointerException
> at javax.media.opengl.GLProfile.dumpGLInfo(GLProfile.java:1306)
> at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1294)
> at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1192)
> ...
>
> If you want me to try and track down the version this stopped working, then let me know, otherwise I'm not gonna spend much time on this one.

thank you .. that info is enough

still fighting with bitmap :)

get to this later, for sure.

~Sven