MagicManICT wrote:I believe loftar has stated the exact same thing. The bug is in Apple's implementation of the Java VM, and a workaround in code may not even be possible.
What I've stated is that Apple probably changed their internal implementation of something which JOGL links to, but it may very well be (though it's not guaranteed to be, either, mind you) that the error only happens because I'm using too old a version of JOGL which hasn't kept up with Apple's changes. It does, however, mean that if you downgrade to an older Apple JVM (if you can find one), the problem should disappear since that older JVM would still be using the older, JOGL-compatible implementation of whatever it is.
I'm in the process of porting the client to JOGL2, however.