Re: JOGL 2.0.2 crash on Mac OS X 10.6.8
Posted by Gerco Ballintijn on Aug 15, 2013; 1:20pm
URL: https://forum.jogamp.org/JOGL-2-0-2-crash-on-Mac-OS-X-10-6-8-tp4029795p4029830.html
So, I did the following:
* Changed immediate mode vertices to a vertex array; the applet kept working.
* Added a texture with a texture coordinate array; the applet kept working.
* I changed the vertex and texture coordinate arrays into two vertex buffer objects; the applet fails again...
I have a ZIP with the modified example source code, applet jars, and error text. Should I post somewhere (where?)
Cheers,
Gerco.