Hi Pablo,
A few questions:
- Can you verify that you're not running any other chuck process (i.e., no command line chuck, no miniAudicle) simultaneously to wekinator?
- Can you verify that you're not running any other program that's using ports 6448 or 6453 on your machine? In particular, other programs using OSC might be using these ports by default. (They're the ports used for OSC communication between chuck and java.) (You might also try turning off any firewall or other process that would be blocking ports for security reasons).
- If you check the above and it still doesn't work, can you quit wekinator, restart it, click on View --> Console, then run chuck, and copy & paste the contents of the console window into an email to me?
If nothing else, you should be able to work around this problem by configuring chuck as usual on the first pane (i.e., selecting either a chuck synth or an osc synth, setting # of OSC parameters, etc.), then hitting "Export as .ck file" within the chuck configuration popup window. Save it as a file somewhere (e.g.,
config.ck) on your system. Then back in the main wekinator window, in "Chuck &OSC setup", hit "advanced". Then open a terminal, navigate to the directory where you saved the config file, and run it using chuck: (i.e., "chuck
config.ck" assuming chuck is in your path).
Let me know if this works.
Rebecca