Well, you're *supposed* to use the -n option to set
a different client
name for the second instance. But, it looks like the new OSC control
logic is crashing trying to open the same control port.
When I try it I get...
$ jamin -n metoo
jamin 0.9.03
(c) 2003 J. Depner, S. Harris, J. O'Quin, R. Parker and P. Shirkey
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.
liblo server error 9904 in path (null): cannot find free port
Segmentation fault
Is that what you're seeing?
Yes. I've tried with and without the -n option to set a different client name and that
is exactly what I am seeing. (and I am also using 0.9.03 as well)
Building jamin with `./configure --disable-osc'
might work. I can't
say for sure. My system can't comfortably run multiple instances, so
I haven't tried it in ages.
Meanwhile we need to debug that segfault.
I will try that and see if it helps.
Thanks.
-Reuben