GUI V2: java.lang.UnsatisfiedLinkError: Can't load library: libgluegen-rt.so
in OpenBCI_GUI
Hi all,
I just received my ganglion!
While GUI V1 works properly, I can't start GUI V2:
(SMP Debian 3.16.39-1 (2016-12-30) i686 GNU/Linux)
~/OpenBCI_GUI_200_LINUX64$ ./OpenBCI_GUI
Java
HotSpot(TM) Server VM warning: You have loaded library
/home/eeg/OpenBCI_GUI_200_LINUX64/lib/libjSSC-2.8.so which might have
disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
java.lang.UnsatisfiedLinkError: Can't load library: /home/eeg/OpenBCI_GUI_200_LINUX64/natives/linux-i586//libgluegen-rt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1827)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:624)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:63)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:106)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:487)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:421)
at com.jogamp.common.os.Platform$1.run(Platform.java:317)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:287)
at com.jogamp.nativewindow.NativeWindowFactory$2.run(NativeWindowFactory.java:185)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.nativewindow.NativeWindowFactory.<clinit>(NativeWindowFactory.java:182)
at com.jogamp.newt.NewtFactory$1.run(NewtFactory.java:68)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.newt.NewtFactory.<clinit>(NewtFactory.java:65)
at processing.opengl.PSurfaceJOGL.initIcons(PSurfaceJOGL.java:551)
at processing.opengl.PSurfaceJOGL.initFrame(PSurfaceJOGL.java:137)
at processing.core.PApplet.initSurface(PApplet.java:10451)
at processing.core.PApplet.runSketch(PApplet.java:10338)
at processing.core.PApplet.main(PApplet.java:10057)
at OpenBCI_GUI.main(OpenBCI_GUI.java:19826)
There
is no debian package containing libgluegen-rt.so, and unpacking the GUI
V2 archive did not create a subfolder "natives" (I could not create a
folder with the double slash in "linux-i586//libgluegen-rt.so" even).
Any Ideas?
I just received my ganglion!
While GUI V1 works properly, I can't start GUI V2:
(SMP Debian 3.16.39-1 (2016-12-30) i686 GNU/Linux)
~/OpenBCI_GUI_200_LINUX64$ ./OpenBCI_GUI
Java
HotSpot(TM) Server VM warning: You have loaded library
/home/eeg/OpenBCI_GUI_200_LINUX64/lib/libjSSC-2.8.so which might have
disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
java.lang.UnsatisfiedLinkError: Can't load library: /home/eeg/OpenBCI_GUI_200_LINUX64/natives/linux-i586//libgluegen-rt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1827)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:624)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:63)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:106)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:487)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:421)
at com.jogamp.common.os.Platform$1.run(Platform.java:317)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:287)
at com.jogamp.nativewindow.NativeWindowFactory$2.run(NativeWindowFactory.java:185)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.nativewindow.NativeWindowFactory.<clinit>(NativeWindowFactory.java:182)
at com.jogamp.newt.NewtFactory$1.run(NewtFactory.java:68)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.newt.NewtFactory.<clinit>(NewtFactory.java:65)
at processing.opengl.PSurfaceJOGL.initIcons(PSurfaceJOGL.java:551)
at processing.opengl.PSurfaceJOGL.initFrame(PSurfaceJOGL.java:137)
at processing.core.PApplet.initSurface(PApplet.java:10451)
at processing.core.PApplet.runSketch(PApplet.java:10338)
at processing.core.PApplet.main(PApplet.java:10057)
at OpenBCI_GUI.main(OpenBCI_GUI.java:19826)
There
is no debian package containing libgluegen-rt.so, and unpacking the GUI
V2 archive did not create a subfolder "natives" (I could not create a
folder with the double slash in "linux-i586//libgluegen-rt.so" even).
Any Ideas?
Comments
https://github.com/OpenBCI/OpenBCI_GUI
https://github.com/OpenBCI/OpenBCI_Processing