profiles not available exception

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

profiles not available exception

runiter
One of my linux users encountered this exception:

Caused by: javax.media.opengl.GLException: Profiles [GL4bc, GL3bc, GL2, GLES1] not available on device null
        at javax.media.opengl.GLProfile.get(GLProfile.java:957)
        at javax.media.opengl.GLProfile.get(GLProfile.java:968)
        at javax.media.opengl.GLProfile.getMaxFixedFunc(GLProfile.java:721)
        at javax1.media.j3d.JoglPipeline.initialize(JoglPipeline.java:120)
        at javax1.media.j3d.Pipeline.createPipeline(Pipeline.java:92)
        at javax1.media.j3d.MasterControl.loadLibraries(MasterControl.java:837)
        at javax1.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:274)

Here are his computer info:

os.name = Linux
os.version = 2.6.32-358.el6.x86_64
os.arch = amd64
java.version = 1.7.0_09-icedtea
java.vendor = Oracle Corporation
java.home = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre


any suggestions on how to to fix that?
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D
Reply | Threaded
Open this post in threaded view
|

Re: profiles not available exception

runiter
I found this bug report:

http://issues.worldwind.arc.nasa.gov/jira/browse/WWJ-446

So looks like updating to latest JOGL should fix it. I'm still using Jogl Version: 2.1-b1211-20140125
Will upgrade soon to see if that will fix it.
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D