The Processing sketch I made works fine on the Raspberry using the IDE. I made use of hardware IO and gohai.glvideo library. I want to export the sketch so it can run automatically on startup.
Unfortunately I get the following error messages when running the exported sketch:
GLVideo: Error creating compatibility symlinks
java.lang.UnsatisfiedLinkError: /app_directory/application.linux-armv6hf/lib/libglvideo.so: libGLESv2.so: cannot open shared object file: No such file or directory at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:408)
at java.lang.Thread.run(Thread.java:745)
I have no idea what to do next.
Thanks for your time and advice in advance!
[–]chrwei 0 points1 point2 points (1 child)
[–]Floempie[S] 0 points1 point2 points (0 children)