Re: FATAL ERROR in native method: initializeImpl() not called
Posted by
Sven Gothel on
Oct 24, 2014; 9:20am
URL: https://forum.jogamp.org/FATAL-ERROR-in-native-method-initializeImpl-not-called-tp4033333p4033446.html
On 10/23/2014 06:24 PM, Peter [via jogamp] wrote:
> 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)
To be able to help, I would need you to follow
our Wiki FAQ entry about bug reporting.
I.e. setting certain debug properties and sending us the log files.
However, since you have tested our test-applets,
and you mention 'security issues' - maybe the applet console does show you
some not accepted signature or the like?
~Sven