prebuilt jar files available

classic Classic list List threaded Threaded
43 messages Options
123
Reply | Threaded
Open this post in threaded view
|

Re: prebuilt jar files available

hharrison
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
Reply | Threaded
Open this post in threaded view
|

Re: prebuilt jar files available

gouessej
Administrator
This post was updated on .
I can investigate a bit if you want but we won't be able to rebuild JOGL before the middle of August.

Edit: There are about 30 lines from the line 212 that should only be executed under Mac OS X and actually, they are not called in this case
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: prebuilt jar files available

elotter
It would be great if you could investigate this - no worries about middle August, as long as a solution is found I'm happy. Harvey, agreed - the second stacktrace may be a red herring - I was just playing around with alternative options :)
123