Re: JOGL OpenGL ES error in NetBeans
Posted by elect on Oct 26, 2015; 9:40am
URL: https://forum.jogamp.org/JOGL-OpenGL-ES-error-in-NetBeans-tp4035582p4035593.html
This, usually, is a symptom of something (very) wrong but difficult to catch
Unfortunately, there is no other way to find it out that comment out everything except a small working scenario. Then you build back all the functionalities.
Generally I use a boolean variable to do that, so that I can easily know for sure what was disabled.
Anyway, if you could paste the log content, like gouessej suggested, it might help find the bug.