FATAL ERROR in native method: initializeImpl() not called
Posted by Peter on Oct 13, 2014; 10:36pm
URL: https://forum.jogamp.org/FATAL-ERROR-in-native-method-initializeImpl-not-called-tp4033333.html
I get the following error when trying to create a 3d chart using Jzy3d. I get the error on ubuntu 14.04
I have downloaded jogamp-all-platforms.7z and extracted the files from there.
The code that causes the error is:
Chart chart = new Chart("swing");
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 <0x00000007d8e10068> (a jogamp.opengl.SharedResourceRunner)
at java.lang.Thread.run(Thread.java:745)