Login  Register

Re: Issues with JOGL under OS X

Posted by gouessej on Oct 28, 2015; 10:27am
URL: https://forum.jogamp.org/Issues-with-JOGL-under-OS-X-tp4035608p4035633.html

Apple JVM is obsolete:
https://developer.apple.com/library/mac/releasenotes/Java/JavaSnowLeopardUpdate3LeopardUpdate8RN/NewandNoteworthy/NewandNoteworthy.html#//apple_ref/doc/uid/TP40010380-CH4-SW1

agggile wrote
Nevertheless, the referenced line numbers from TextureRenderer's method1835 are:

var5 = aGLContext1800.makeCurrent();
mainGlObj = aGLContext1800.getGL().getGL2();
GLUgl2.createGLU(aGLContext1800.getGL());

The methods don't make GL calls!
GLContext.makeCurrent() makes some OpenGL calls.

I agree with elect concerning Nvidia's drivers but being experts or not changes nothing. If we can't reproduce your problem and if we haven't observed it in the past, we can only make a few guesses but it's still hard to find the culprit.

Moreover, in my humble opinion, almost all OpenGL drivers are to blame under OS X.

agggile, I asked you to provide more information because the crash log tells nothing about your graphics card. I'm not a magician.
Julien Gouesse | Personal blog | Website