Re: TextRenderer causing JVM Crash?
Posted by
gouessej on
URL: https://forum.jogamp.org/TextRenderer-causing-JVM-Crash-tp4025833p4025847.html
Hi
Please use the latest version (RC 10). Then, try to disable vertex arrays and VBO for this text renderer by calling setUseVertexArrays(false) (just to check if your problem comes from that setting). Best regards.