Re: JOGL2 conflicting with GTK?
Posted by Cyrille on Aug 02, 2010; 6:09pm
URL: https://forum.jogamp.org/JOGL2-conflicting-with-GTK-tp1013991p1016762.html
I inserted GLProfile.initSingleton() at the very beginning of the main() method and it fixed the issue!
Thanks again, Michael, I certainly wouldn't have thought of it without your help.
BTW, would there be a way to make this method mandatory? I mean, it would be helpful to detect that the client code forgot to initialize the GLProfile class, since troubleshooting this kind of bug is very difficult.
Thanks,
Cyrille