Login  Register

b255 debug regresion

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

b255 debug regresion

BrickFarmer
65 posts
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
| More
Print post
Permalink

Re: b255 debug regresion

Sven Gothel
Administrator
2933 posts
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