Problem with OpenGL initialization on Ubuntu Linux

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

Problem with OpenGL initialization on Ubuntu Linux

Mabula Haverkamp
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
Reply | Threaded
Open this post in threaded view
|

Re: Problem with OpenGL initialization on Ubuntu Linux

gouessej
Administrator
Hello

Please can you be more accurate concerning the hardware?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Problem with OpenGL initialization on Ubuntu Linux

gouessej
Administrator
In reply to this post by Mabula Haverkamp
Reply | Threaded
Open this post in threaded view
|

Re: Problem with OpenGL initialization on Ubuntu Linux

Mabula Haverkamp
Hi Julien,

Thank you very much for your quick response.

The graphical card is a ATI card, so this is very likely the know bug.

I will try to use the Fat jar with the bug fix and will report back if all is okay now.

Thanks again ;-)

Mabula
Reply | Threaded
Open this post in threaded view
|

Re: Problem with OpenGL initialization on Ubuntu Linux

gouessej
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.
Julien Gouesse | Personal blog | Website