ProControll updated to processing 2 ?
in
Contributed Library Questions
•
10 months ago
in OSX 10.7 with Processing 2.0b6 I'm trying to use some old sketch with procontroll library, and it doesn't work.
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: /Users/datamosh/Documents/Processing/MAC_Sketches/libraries/procontroll/library/libjinput-osx.jnilib: no suitable image found. Did find: /Users/datamosh/Documents/Processing/MAC_Sketches/libraries/procontroll/library/libjinput-osx.jnilib: no matching architecture in universal wrapper
Moreover, if I try to run the printDevices example in P5 1.5.1 I get the name of the device as null, not a string at all, and if I try to access the device using "null" as a string I get nullPointerException (maybe obviously)
May this last issue be related with OSX version? Because of I get no error with the same sketch on a 10.6 (meaning I get the name of the device)
1