Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jack error output on boot #56

Closed
htor opened this issue Sep 27, 2019 · 3 comments
Closed

jack error output on boot #56

htor opened this issue Sep 27, 2019 · 3 comments

Comments

@htor
Copy link

htor commented Sep 27, 2019

when booting supercolliderjs with sc.lang.boot() it spits out the following error aboug JACK:

Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

i know these are not critical errors, since i'm not using jack, but i'm curious why are they appearing in first place? would like to to start supercolliderjs without any errors in my logs, if possible.

@htor htor changed the title jack error ouput on boot jack error output on boot Sep 27, 2019
@crucialfelix
Copy link
Owner

It is an error being posted from scsynth. It seems that it happens often for audio programs that use ALSA.

eg:
https://ubuntuforums.org/showthread.php?t=1867298

I installed jackd (sudo apt-get install jackd).
Then I added this command to my startup programs: jackd -d dummy

sonic-pi-net/sonic-pi#1884

@htor
Copy link
Author

htor commented Sep 30, 2019

i see, so this is nothing we control from supercolliderjs? by the way i'm on macos and i have JackPilot.app installed. could it be that scsynth detects that it is installed and is trying to connect?

@crucialfelix
Copy link
Owner

I would expect that it has to be running.

Look in your macOS audio preferences. Maybe something is there that triggers it.

You can definitely get a good fast answer on the sc-users lists or on the FB group. I don't think I've used Jack more than once ever.

@htor htor closed this as completed Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants