Re: FATAL ERROR in native method: initializeImpl() not called
Posted by Peter on Oct 23, 2014; 4:24pm
URL: https://forum.jogamp.org/FATAL-ERROR-in-native-method-initializeImpl-not-called-tp4033333p4033441.html
Running any of the jws / jnlp samples produces:
FatalError: initializeImpl() not called
FATAL ERROR in native method: initializeImpl() not called
at jogamp.opengl.x11.glx.GLX.dispatch_glXChooseFBConfig(Native Method)
at jogamp.opengl.x11.glx.GLX.glXChooseFBConfig(GLX.java:1099)
at jogamp.opengl.x11.glx.X11GLXGraphicsConfigurationFactory.chooseGraphicsConfigurationFBConfig(X11GLXGraphicsConfigurationFactory.java:302)
at jogamp.opengl.x11.glx.X11GLXGraphicsConfigurationFactory.chooseGraphicsConfigurationStatic(X11GLXGraphicsConfigurationFactory.java:233)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory.createMutableSurfaceImpl(X11GLXDrawableFactory.java:511)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory.createDummySurfaceImpl(X11GLXDrawableFactory.java:522)
at jogamp.opengl.x11.glx.X11GLXDrawableFactory$SharedResourceImplementation.createSharedResource(X11GLXDrawableFactory.java:276)
at jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:295)
- locked <0x00000007d73c8860> (a jogamp.opengl.SharedResourceRunner)
at java.lang.Thread.run(Thread.java:745)
I am not currently able to run any of the applets (java in browser security issues)
Peter