Login  Register

Re: Problem with GLProfile and jogl2-rc2

Posted by Sven Gothel on Oct 24, 2011; 9:50am
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3447598.html

On Monday, October 24, 2011 11:25:07 AM reyman [via jogamp] wrote:
>
> I try on another ubuntu system, the previous ubuntu 10.10, and same error.

Yup, Ubuntu 11.10 is not an issue (passed all unit tests).

>
> Here the log on my system :
> http://pastebin.com/EEndqbQL

Thank you.

line 568:
X11GraphicsDevice[type X11, connection :0]: GLAvailability[Native[GL4bc false, GL4 false, GL3bc true[3.3 (compatibility profile, any, new)], GL3 true[3.3 (core profile, any, new)], GL2 true[3.0 (compatibility profile, any, new)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL2], GLProfile[GL2ES1/GL2], GLProfile[GL2/GL2], GLProfile[GL3/GL3], GLProfile[GL3bc/GL3bc], GLProfile[GL2GL3/GL2], GLProfile[GL3bc/GL3bc], , default GLProfile[GL3bc/GL3bc]]]

so all looks great!

looks like you launch your application in a way where it doesn't pick up
the native libraries of jogl/gluegen ?

pls try to run your application/test w/ the debug flags:
+++
D_ARGS="-Djogamp.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all"
+++

You can try the latest pre rc4 binaries, eg:
  http://jogamp.org/deployment/archive/master/gluegen_424-joal_228-jogl_526-jocl_455/archive/
where the native libraries are loaded from the native jar files (same location as the java jar files).

>
> Thanks for your help :)

Thank you.

~Sven

> Best regards;
> SR
>