Login  Register

JOGL-2.4-rc-20200115-b1500 - Linux Failure/Bug?

Posted by Mabula on Mar 01, 2020; 11:47am
URL: https://forum.jogamp.org/JOGL-2-4-rc-20200115-b1500-Linux-Failure-Bug-tp4040394.html

Dear JOGL team,

I am using the JOGL-2.4-rc-20200115-b1500 fat jar in my application and it is not working on some Linux distributions with ATI graphics chips.

When trying to initiliaze OpenGL the reported error is:

Exception in thread "AWT-EventQueue-0" java.lang.InternalError: XXX0 profile[2]: GL2 -> profileImpl GL3bc !!! not mapped <-- This is source of my problem.
at com.jogamp.opengl.GLProfile.computeProfileMap(GLProfile.java:2098)
at com.jogamp.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1976)
at com.jogamp.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1895)
at com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1861)
at com.jogamp.opengl.GLProfile.access$000(GLProfile.java:80)
at com.jogamp.opengl.GLProfile$1.run(GLProfile.java:239)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:225)
at com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2324)
at com.jogamp.opengl.GLProfile.get(GLProfile.java:1042)
at com.jogamp.opengl.GLProfile.get(GLProfile.java:1071)
at com.jogamp.opengl.GLProfile.getMaxProgrammable(GLProfile.java:847)

Previously, I had a similar issue where the workaround seemed to be to start my java APP with

System.setProperty("jogl.disable.openglcore", "true");

but this time, it is not fixing this problem. Are you aware of this issue ? Do you have any suggestion what I can try to solve this?

Thank you in advance,
Mabula