We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Can not run in Linux (Read 603 times)
Can not run in Linux
Sep 15th, 2006, 3:54pm
 
I try the same code in Windows and Ubuntu system.
In Windows, It works correctly
In Ubuntu system, I can open the source. But if I click 'run',
the terminal gives messages:
Could not load native library for JSyn V142

java.lang.NullPointerException
       at com.softsynth.jsyn.SynthObject.<init>(Unknown Source)
       at com.softsynth.jsyn.SynthChannelData.<init>(Unknown Source)
       at com.softsynth.jsyn.SynthSample.<init>(Unknown Source)
       at com.softsynth.jsyn.SynthSample.<init>(Unknown Source)
       at com.softsynth.jsyn.SynthSample.<init>(Unknown Source)
       at pitaru.sonia_v2_9.LiveInput.start(LiveInput.java:88)
       at pitaru.sonia_v2_9.LiveInput.start(LiveInput.java:154)
       at Temporary_9736_6740.setup(Temporary_9736_6740.java:96)
       at processing.core.PApplet.handleDisplay(PApplet.java:1269)
       at processing.core.PGraphics.requestDisplay(PGraphics.java:535)
       at processing.core.PApplet.run(PApplet.java:1152)
       at java.lang.Thread.run(Unknown Source)

and I only can see a blank frame.
Re: Can not run in Linux
Reply #1 - Sep 24th, 2006, 5:28pm
 
have you downloaded a version of sonia that works with linux? i don't think such a thing exists.
Page Index Toggle Pages: 1