Re: A problem with a tutorial
Posted by Wade Walker on Oct 27, 2010; 2:52pm
URL: https://forum.jogamp.org/A-problem-with-a-tutorial-tp1777294p1780591.html
I also tried this on Linux (CentOS 5.4 x86_64) and got the same results, with an extra twist -- you can't shut the app down by clicking the close box or clicking "stop" in Eclipse. I have to "kill -KILL" it from the command line.
When I comment out all the JOGL stuff and just leave the AWT frame, it works fine. But commenting in even the single command "GLProfile.initSingleton()" brings back the bad behavior.
I also checked the ability to add a mouse listener to the frame -- if JOGL is commented in, it receives no messages, but with JOGL commented out it works fine.
I'll work up a bug report on this later; I need to try a few more things to be sure what's going on.