[Csnd] csnd6.jar missing?
Date | 2013-07-12 15:30 |
From | jean-pierre lemoine |
Subject | [Csnd] csnd6.jar missing? |
I don't find csnd6.jar in the csound 6 Windows installation, but _jcsound6.dll is present in \bin.
jean-pierre |
Date | 2013-07-15 16:50 |
From | Steven Yi |
Subject | Re: [Csnd] csnd6.jar missing? |
Hi Jean-Pierre, Maybe you could file a bug in the Csound tracker and assign to Michael to look at? steven On Fri, Jul 12, 2013 at 10:30 AM, jean-pierre lemoine |
Date | 2013-07-15 22:10 |
From | jean-pierre lemoine |
Subject | Re: [Csnd] csnd6.jar missing? |
Hi Steven I have followed your suggestion. The ticket is open in Csound6 catgory. Hope this is the right one. Thanks for your help Best jp
On Mon, Jul 15, 2013 at 5:50 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Jean-Pierre, |
Date | 2013-07-16 11:49 |
From | Dave Phillips |
Subject | Re: [Csnd] csnd6.jar missing? |
On 07/15/2013 05:10 PM, jean-pierre
lemoine wrote:
Hi JP, hi Steven, Just a quick message to note that under Linux the default location of csnd.jar was /usr/local/lib/csound. Csnd6.jar is now installed in /usr/local/lib. Perhaps it should be returned to the former location ? JP, where was it installed on Windows by Csound5 ? Perhaps its destination has changed there too (for Csound6). Best, dp
|
Date | 2013-07-16 11:54 |
From | Dave Phillips |
Subject | Re: [Csnd] csnd6.jar missing? |
On 07/16/2013 06:49 AM, Dave Phillips
wrote:
Sorry, that should have been /usr/local/lib/csound/java. Best, dp |
Date | 2013-07-16 12:40 |
From | Michael Gogins |
Subject | Re: [Csnd] csnd6.jar missing? |
The jar was always in the Csound bin directory on Windows. Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Jul 16, 2013 at 6:54 AM, Dave Phillips <dlphillips@woh.rr.com> wrote:
|
Date | 2013-07-17 22:15 |
From | jean-pierre lemoine |
Subject | Re: [Csnd] csnd6.jar missing? |
Michael Thanks for updating the WIndows installer. Unfortunatly, I have the following error when using the Java csound APIs java.lang.UnsatisfiedLinkError: csnd6.csnd6JNI.swig_module_init()V at csnd6.csnd6JNI.swig_module_init(Native Method) at csnd6.csnd6JNI.(csnd6JNI.java:1069) at csnd6.Csound.(Csound.java:491) I have tried the examples that come with csound, and I have the same error. Same problem on two different laptops, Vista and W7, after uninstalling csound 5.
I have created a ticket on sourceforge. Hope you can help
Best
jp On Tue, Jul 16, 2013 at 1:40 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2013-07-18 01:16 |
From | Michael Gogins |
Subject | Re: [Csnd] csnd6.jar missing? |
I get this on my system:
$ nm _jcsound6.dll -a | fgrep "module" 6639b860 r __ZZ38Java_csnd6_csnd6JNI_swig_1module_1initE7methods 663828fc T _Java_csnd6_csnd6JNI_CS_1AUDIODEVICE_1rt_1module_1get@20
66382864 T _Java_csnd6_csnd6JNI_CS_1AUDIODEVICE_1rt_1module_1set@24 66382cec T _Java_csnd6_csnd6JNI_CS_1MIDIDEVICE_1midi_1module_1get@20 66382c54 T _Java_csnd6_csnd6JNI_CS_1MIDIDEVICE_1midi_1module_1set@24
663951f0 T _Java_csnd6_csnd6JNI_swig_1module_1init@8 The last line, I believe, is the symbol reported missing by you. I get the same exception that you get. I am investigating. It is puzzling because it worked before and because both the jar and the _jcsound6.dll native library are present where they should be on my system.
Regards, Mike =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jul 17, 2013 at 5:15 PM, jean-pierre lemoine <lemoine.jp@gmail.com> wrote:
|
Date | 2013-07-18 01:54 |
From | Michael Gogins |
Subject | Re: [Csnd] csnd6.jar missing? |
Another thing, it seems that _jcsound6 does load, but the swig_module_init function cannot indeed be found, even though it seems to be in the library... puzzling. I am investigating... Regards,
Mike =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jul 17, 2013 at 8:16 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2013-07-20 19:53 |
From | Steven Yi |
Subject | Re: [Csnd] csnd6.jar missing? |
Hi Dave, Could you file this as a ticket into one of the trackers? This seems like something that should change and I wonder if it affects Felipe's Debian installs. Thanks! steven On Tue, Jul 16, 2013 at 6:54 AM, Dave Phillips |
Date | 2013-07-27 12:59 |
From | Dave Phillips |
Subject | Re: [Csnd] csnd6.jar missing? |
On 07/20/2013 02:53 PM, Steven Yi wrote: > Hi Dave, > > Could you file this as a ticket into one of the trackers? This seems > like something that should change and I wonder if it affects Felipe's > Debian installs. > > Thanks! > steven Hi Steven, Sorry for the so-late reply, I got caught up in other things. However, I did look at one of the trackers but it was for Cs5. Where is the bug tracker for Cs6 ? Best, dp > > On Tue, Jul 16, 2013 at 6:54 AM, Dave Phillips |
Date | 2013-07-27 13:08 |
From | Steven Yi |
Subject | Re: [Csnd] csnd6.jar missing? |
Hi Dave, There's a ticket bucket called "Csound6-bugs". Maybe it's confusing to have the two bug trackers and we should just merge them. steven On Sat, Jul 27, 2013 at 7:59 AM, Dave Phillips |