mtytel / helm

Helm - a free polyphonic synth with lots of modulation
http://tytel.org/helm
GNU General Public License v3.0
2.36k stars 200 forks source link

connect(2) call to /dev/shm/jack-1000/default/jack_0 failed #188

Open hashkeks opened 6 years ago

hashkeks commented 6 years ago

Hello, I built helm standalone on arch linux 64bit. Either the AUR package nor my self built program run. Whenever I try to start helm by simply typing 'helm' as a command I get the following error:

_connect(2) call to /dev/shm/jack-1000/default/jack0 failed (err=No such file or directory) attempt to connect to server failed Speicherzugriffsfehler (Speicherabzug geschrieben)

The last line is in German as I use my OS in German, but in English it should be something like 'memory access error/failure/violation'? As expected, inside of /dev/shm/ there are no other directories or files and creating the /jack-1000/../.. directories just gives an error response saying theres nothing to connect to, so I think it maybe failed to install something inside /dev/shm/? I hope you can help me. Greetings

MaxMatti commented 5 years ago

You can cause the output to be in english by running helm with the corresponding environment variable: LANG=en_US helm The last line indicates a segfault (SIGSEGV).

I'm also getting the first two lines, but other than that helm seems to work.

0-sv commented 5 years ago

I had the same error when using yay -S helm, however yay -S kubernetes-helm worked for me.

ghost commented 4 years ago

I had the same issue. I fixed it by installing the realtime-privileges package, adding my user to the realtime group, and rebooting.