Ok cool, Im now posting this from the raspberryPi that I'm working on.
So I got the elder version of IP5 and it looks like it wants to work so badly. The error message I'm getting now says:
Error inside Serial.ports()
at the line:
String[] serialPorts = Serial.list();
Below is the info box text that propagates:
Display 0 does not exist, using the default display instead.
Running polargraph controller
Exception setting up logger: null
Successfully loaded properties file /home/pi/sketchbook/PolarPi/source/polargraphcontroller/default.properties.txt
machine size: 5002.0, 1996
windowHeight:362
Finished loading configuration from properties file.
ControlP5 0.5.4 infos, comments, questions at http://www.sojamo.de/libraries/controlP5
java.lang.UnsatisfiedLinkError: /home/pi/processing-1.5.1/modes/java/libraries/serial/library/linux32/librxtxSerial.so: /home/pi/processing-1.5.1/modes/java/libraries/serial/library/linux32/librxtxSerial.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform) thrown while loading gnu.io.RXTXCommDriver
java.lang.UnsatisfiedLinkError: /home/pi/processing-1.5.1/modes/java/libraries/serial/library/linux32/librxtxSerial.so: /home/pi/processing-1.5.1/modes/java/libraries/serial/library/linux32/librxtxSerial.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1957)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1087)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:123)
at processing.serial.Serial.list(Unknown Source)
at polargraphcontroller.setup(polargraphcontroller.java:568)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:724)
Exception in thread "Animation Thread" java.lang.RuntimeException: Error inside Serial.ports()
at processing.serial.Serial.errorMessage(Unknown Source)
at processing.serial.Serial.list(Unknown Source)
at polargraphcontroller.setup(polargraphcontroller.java:568)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:724)
|