Login  Register

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

Posted by Mabula on Mar 02, 2020; 12:48pm
URL: https://forum.jogamp.org/JOGL-2-4-rc-20200115-b1500-Linux-Failure-Bug-tp4040394p4040399.html

So both systems have a AMD/ATI graphical chip and both are running Mesa Version: 19.2.8

We have also tried to get the GL Profile with another query which then gives again the same error:

Exception in thread "AWT-EventQueue-0" java.lang.InternalError: XXX0 profile[2]: GL2 -> profileImpl GL3bc !!! not mapped
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.getMaxProgrammableCore(GLProfile.java:870)

So we tried with:

getMaxProgrammable

and

getMaxProgrammableCore

Both give the same fatal error: java.lang.InternalError: XXX0 profile[2]: GL2 -> profileImpl GL3bc !!! not mapped

Is this the same old problem? Or is there another issue with mesa drivers and ati chipsets?

Oh, and we are running with Oracle JDK 1.8.0_202

Do let me know if you would need additional information.

Thank you in advance ;-)
Mabula