Problem with OpenGL initialization on Ubuntu Linux
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)
Re: Problem with OpenGL initialization on Ubuntu Linux
Administrator
You're welcome. Your end user is probably using a Mesa driver with an ATI graphics card but if the problem persists, I will need more accurate information.