Login  Register

Re: Problem since Jogl 2.2.1

Posted by gouessej on Sep 22, 2014; 2:12pm
URL: https://forum.jogamp.org/Problem-since-Jogl-2-2-1-tp4033169p4033201.html

Andreas, please use the following VM options with your Java3D application:
-Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all

I'm trying to determine how the drawable is created in your application, there are several possible code paths. The debug logs will show me which one is used and then, I'll create a small test case using only JOGL in order to reproduce this bug easily and fix it. In my humble opinion, Java3D isn't guilty, maybe something is wrong in GLDrawableFactory.createGLDrawable(NativeSurface). I'm investigating.

Edit.: I've just tried Gears, there is no error message but nothing is drawn.

Edit.2: Do you reproduce this bug when creating a simple JCanvas3D?
Julien Gouesse | Personal blog | Website