Login  Register

Re: NPE when getting GLDrawableFactory

Posted by Wade Walker on Mar 06, 2011; 3:55pm
URL: https://forum.jogamp.org/NPE-when-getting-GLDrawableFactory-tp2276026p2642138.html

François Coupal wrote
By the way, I've found that using the method "GLProfile.initSingleton(false);" in Eclipse causes the windows to be unresponsive to closing. I have to switch them to "true" to be able to close them using the window close button. It's the exact opposite behavior that is mentionned in the comment just above the code line in the basic examples.
I have seen this too. It varies by platform, sometimes you have to set it true, other times false to get the right result. I'm going to add some more unit tests to try these things out, once I get on top of some other issues.