ymuruvi / proclipsing

Automatically exported from code.google.com/p/proclipsing
0 stars 0 forks source link

Proclipsing with Syphon gives UnsatisfiedLinkError #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Syphon is a powerful way of sharing graphical output between apps. It works 
with straight processing v1.5.1 but gives an error with proclipsing.

What steps will reproduce the problem?
1. Install Syphon for Processing from here: 
http://code.google.com/p/syphon-implementations/downloads/detail?name=Syphon-0.1
.zip&can=2&q=
Note that this version of Syphon does work with Processing 1.5.1 as described 
here:http://www.miguelespada.es/?p=487

What is the expected output? What do you see instead?
App should run and show an oscillating rect that can be picked up by a syphon 
client.
App errors on launch with following error:

Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: 
/Development/Workspaces/Proc11/SyphonTest/lib/user/Syphon/libJSyphon.jnilib:  
Library not loaded: @loader_path/Syphon.framework/Versions/A/Syphon   
Referenced from: 
/Development/Workspaces/Proc11/SyphonTest/lib/user/Syphon/libJSyphon.jnilib   
Reason: image not found
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1827)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1742)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1045)
    at jsyphon.JSyphonServer.<clinit>(Unknown Source)
    at syphontest.SyphonTest.initSyphon(SyphonTest.java:38)
    at syphontest.SyphonTest.setup(SyphonTest.java:21)
    at processing.core.PApplet.handleDraw(PApplet.java:1608)
    at processing.core.PApplet.run(PApplet.java:1530)
    at java.lang.Thread.run(Thread.java:680)

What version of the product are you using? On what operating system?
Eclipse 3.5.2
Proclipsing 1.0.9
Syphon library 0.1
Mac OS X 10.6

Please provide any additional information below.
Java file attached.

Thanks for any help!

Original issue reported on code.google.com by felixtur...@gmail.com on 3 Feb 2012 at 3:00

Attachments:

GoogleCodeExporter commented 8 years ago
This is for an older version of Processing, not sure if it's still a problem.  
If it's still an issue, let me know and reopen the issue.

Thanks,
Matt

Original comment by maddpar...@gmail.com on 19 Mar 2014 at 9:41

GoogleCodeExporter commented 8 years ago
I have this issue with intelliJ under processing 2.1.2.

Original comment by clankil...@gmail.com on 29 Apr 2014 at 6:33