Hello,
I'm experiencing a serious problem on a World Wind Java applet under Mac OS 10.9.2.
I'm using the Web Start JOGL library (
http://jogamp.org/deployment/webstart/jogl-all-awt-cg.jnlp) so I assume this is an up to date version.
I tried it on another Mac and I had the same issue.
The applet worked fine under Java 7u53 but since 7u55, JOGL seems to crash:
RunnableTask.run(): A catched exception occured on thread AWT-AppKit: RunnableTask[executed false, tTotal 0 ms, tExec 0 ms, tQueue 0 ms, attachment null, throwable java.lang.NullPointerException]
java.lang.NullPointerException
at sun.awt.SunToolkit.getSystemEventQueueImplPP(SunToolkit.java:1012)
at sun.awt.SunToolkit.getSystemEventQueueImplPP(SunToolkit.java:1008)
at sun.awt.SunToolkit.getSystemEventQueueImpl(SunToolkit.java:1003)
at java.awt.Toolkit.getEventQueue(Toolkit.java:1730)
at java.awt.Component.repaint(Component.java:3386)
at java.awt.Component.repaint(Component.java:3286)
at com.jogamp.nativewindow.awt.JAWTWindow.attachSurfaceLayer(JAWTWindow.java:335)
at jogamp.opengl.macosx.cgl.MacOSXCGLContext$NSOpenGLImpl$AttachGLLayerCmd.run(MacOSXCGLContext.java:726)
at com.jogamp.common.util.RunnableTask.run(RunnableTask.java:95)
It seems to be an internal error of JOGL and I hope I could find answers/solutions here.
Thank you