Login  Register

Problem with OpenGL initialization on Ubuntu Linux

Posted by Mabula Haverkamp on Oct 01, 2018; 4:28pm
URL: https://forum.jogamp.org/Problem-with-OpenGL-initialization-on-Ubuntu-Linux-tp4039242.html

Hi all,

A user of the software that I develop, ran into the following error when starting the application.

I read/found somewhere on the net that this might be related to the OpenGL drivers on Linux and particularly drivers for AMD/ATI graphical cards/chips. Is this problem known? And is the information that I found of any value as far as you know? Do you know a solution perhaps ?


profile[1]: GL3bc -> profileImpl GL4bc !!! not mapped
>     at com.jogamp.opengl.GLProfile.computeProfileMap(GLProfile.java:2071)
>     at
> com.jogamp.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1954)
>     at
> com.jogamp.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1875)
>     at
> com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1842)
>     at com.jogamp.opengl.GLProfile.access$000(GLProfile.java:80)
>     at com.jogamp.opengl.GLProfile$1.run(GLProfile.java:230)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:216)
>     at com.jogamp.opengl.GLProfile.getProfileMap(GLProfile.java:2297)
>     at com.jogamp.opengl.GLProfile.get(GLProfile.java:1021)
>     at com.jogamp.opengl.GLProfile.get(GLProfile.java:1050)
>     at com.jogamp.opengl.GLProfile.getMaxFixedFunc(GLProfile.java:803)
>     at dK.<init>(Unknown Source)

Kind regards,
Mabula