Processing on Ubuntu

Hi there,

I'm trying to make a twitter bot which tweets images/gifs generated by Processing Export Application. However, I got errors when I execute the program which is using P3D. The errors are below. Does anyone know how can I solve this problem? Thanks,

Errors java.lang.UnsatisfiedLinkError: Can't load library: /Users/kj/Desktop/ForGenerativeBot/generative_art_001/application.linux64/natives/macosx-universal//gluegen-rt at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) 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.(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.(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.(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 generative_art_001.main(generative_art_001.java:75)

Answers

  • Which version of processing are you using?

    That looks like you are trying to export a Mac version of the code, which hasn't been possible for a while now.

  • Hi koogs, I'm using 3.2.3 and actually, I checked Linux.

  • Can't load library: /Users/kj/Desktop/ForGenerativeBot/generative_art_001/application.linux64/natives/macosx-universal//gluegen-rt at...

    that specifically mentions macosx... is why i was asking.

    odd.

  • I see

Sign In or Register to comment.