Re: Problem since Jogl 2.2.1
Posted by
Sven Gothel on
Sep 20, 2014; 8:43am
URL: https://forum.jogamp.org/Problem-since-Jogl-2-2-1-tp4033169p4033174.html
On 09/19/2014 04:23 PM, Andreas [via jogamp] wrote:
> Hi
>
> Thanks for your answer!
>
> I know, that these are very little information, but these were the
> easiest-to-get-information for me right now. Sorry for that!
>
> They already updated the driver. Before they got the message "Java 3D ERROR :
> OpenGL 1.2 or better is required (GL_VERSION=1.1)".
>
> The point is, that the same application with JOGL 2.1.5 and Java3D 1.6.0 pre9
> is working.
>
> I'll try to get more information.
Did it work w/ JOGL 2.2.0,
i.e. does the regression happen between:
2.1.5 -> 2.2.0, or
2.2.0 -> 2.2.1 ?
I don't really see where we changed anything regarding
pbuffer capability selection .. hmm.
Or is it more an issue of jogl/java3d combination ?
I assume you (or Java3D) ask for pbuffer via caps
when calling createOffscreenDrawable(..) ?
Can you pipe the log files to a file (stderr + stdout)
while enabling all debug flags, i.e.
-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all
Maybe you can create a new bug report for this issue
and dump all this information there, incl. the log files ?
Thank you!
~Sven