I’ve been told that JOGL is a bit buggy when dealing with fullscreen mode, specifically I was told the following:
“The main problem is that Jogl relies on the fullscreen exclusive mode in the J2SE standard library. Unfortunately this is very, very buggy and unreliable (particularly on non-nVidia cards). Worse, when it crashes it tends to trip access violations and kill the whole app, so you can’t even wrap it in a try…catch block and revert back to windowed mode.”
I noticed that new binaries were released last week but couldn’t find any documentation on what the actual updates were. Can anyone tell me if the above problem has been fixed in that or any previous release?