Re: Leopard: Profile GL_DEFAULT is not available on null, but: []
Posted by
Sven Gothel on
Dec 20, 2011; 2:18am
URL: https://forum.jogamp.org/Leopard-Profile-GL-DEFAULT-is-not-available-on-null-but-tp3587916p3600138.html
On Friday, December 16, 2011 01:07:01 PM Sven Gothel wrote:
> On Thursday, December 15, 2011 11:53:46 AM Loicus [via jogamp] wrote:
> >
> > the use made a try with the following code:
> > GLProfile glp = GLProfile.get(GLProfile.GL2);
> > instead of
> > GLProfile glp = GLProfile.getDefault();
> >
> > but he gots the following Exception:
> > javax.media.opengl.GLException: Profile GL2 is not available on null, but:
> > []
> > at javax.media.opengl.GLProfile.get(GLProfile.java:643)
> > at javax.media.opengl.GLProfile.get(GLProfile.java:656)
> > ....
> >
> > how it possible that no GL2 profile is available?
> >
>
> Can you try etc/test.sh and etc/test_dbg.sh and send the log files ?
>
http://jogamp.org/deployment/archive/master/gluegen_457-joal_251-jogl_584-jocl_499/archive/
>
Can you try again w/ the current RC5 release ?
If it still doesn't work, pls send the test.log and test_dbg.log:
http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases#Runtime_Version_CheckWould be great to know whether it works on 10.5 (Leopard) or not (incl. above logs).
Thank you.
~Sven