Login  Register

Re: Jogl 2 stops working on Mac after Java7 update 55

Posted by gouessej on May 06, 2014; 1:41pm
URL: https://forum.jogamp.org/Jogl-2-stops-working-on-Mac-after-Java7-update-55-tp4032286p4032289.html

At first, the workaround I suggested should be enough even with JOGL 2.0. I'm really sorry but we don't backport bug fixes, only the very latest version (2.1.5-01) is supported. The JOGL renderer for JMonkeyEngine 3 that I ported to JOGL 2 works flawlessly with the latest version, I remember I tested it with JOGL 2.1.3 several months ago. The very latest source code of JMonkeyEngine 3 available on Github uses at least JOGL 2.1.4 (this is indicated in the Gradle script).

You can't complain about bugs and go on using obsolete pieces of softwares. I don't think switching from JOGL 2.0 to JOGL 2.1.5-01 would require lots of changes. Please let me know which API(s) require(s) such changes.

Your stack trace is the result of a bug within AWT in Oracle or Apple Java. The JogAmp community isn't responsible for the maintenance of this toolkit which is part of Java SE. Someone else included the same workaround in Java3D, I shouldn't call that a bug fix.
Julien Gouesse | Personal blog | Website