Login  Register

Re: prebuilt jar files available

Posted by hharrison on Jul 27, 2012; 6:34am
URL: https://forum.jogamp.org/prebuilt-jar-files-available-tp3997991p4025668.html

The second stack trace is a red herring I think, looking at src/jogl/classes/jogamp/opengl/awt/Java2D.java
around line 221....this is just an extra verbose debug message that isn't testing for OSX before trying the OSX bridge.

The fact that you get to the:

"JOGL/Java2D integration enabled"

Should mean this is harmless, the first stacktrace however...the one somewhere below getMaxFixedFunction
seems like it _could_ be related, but I just don't know why this happens for you :-/

Harvey