You are not logged in.
I'm running the latest Jack currently in the repo (0.118.0-4), and Zynaddsubfx from the AUR (2.4.1). I can't really seem to track down my issue beyond saying it launches fine and allows me to use my laptop's keyboard to play when lauched without Jack, with the following output:
ZynAddSubFX - Copyright (c) 2002-2009 Nasca Octavian Paul and others
Compiled: Feb 9 2011 14:24:34
This program is free software (GNU GPL v.2 or later) and
it comes with ABSOLUTELY NO WARRANTY.
Try 'zynaddsubfx --help' for command-line options.
Sound Buffer Size = 256 samples
Internal latency = 5.8 ms
ADsynth Oscil.Size = 1024 samples
ERROR: Cannot make a jack client (possible reasons: JACK server is not running or jackd is launched by root and zynaddsubfx by another user.).
Using OSS instead.I've got the output from running it with Jack, which seems normal, and below this is the output to the message area in qjackctl, after running jackd with "jackd -d alsa -r 44100" to use the ALSA backend, and have a samplerate or 44100, and Zynaddsubfx doesn't its gui.
ZynAddSubFX - Copyright (c) 2002-2009 Nasca Octavian Paul and others
Compiled: Feb 9 2011 14:24:34
This program is free software (GNU GPL v.2 or later) and
it comes with ABSOLUTELY NO WARRANTY.
Try 'zynaddsubfx --help' for command-line options.
Sound Buffer Size = 256 samples
Internal latency = 5.8 ms
ADsynth Oscil.Size = 1024 samples
Internal SampleRate = 44100
Jack Output SampleRate= 44100Output in qjackctl
15:10:16.025 JACK connection graph change.
15:10:16.027 ALSA connection graph change.
15:10:16.062 JACK connection change.
15:10:16.066 ALSA connection change.Running zynaddsubfx with the "-U" parameter doesn't change anything, either, it doesn't do anything but provide the output I've posted above. The output stays exactly the same. I've heard people have gotten it working, so I hope somebody could either help me out, or else point me in the right direction to fix it.
EDIT: In the qjactl "Connections" dialog, Zynaddsubfx presents a connection, but it's no good as there's no useful interface being presented to use Zynaddsubfx.
Last edited by arinlares (2011-02-09 23:26:42)
Offline
have you solved that problem?
Offline
I have a similar problem:
[matty@arch ~]$ zynaddsubfx
ZynAddSubFX - Copyright (c) 2002-2009 Nasca Octavian Paul and others
Compiled: Aug 24 2011 10:39:06
This program is free software (GNU GPL v.2 or later) and
it comes with ABSOLUTELY NO WARRANTY.
Try 'zynaddsubfx --help' for command-line options.
Sound Buffer Size = 256 samples
Internal latency = 5.8 ms
ADsynth Oscil.Size = 1024 samples
Internal SampleRate = 44100
Jack Output SampleRate= 44100
Not sending deprecated LASH_Client_Name event
^C
[matty@arch ~]$ The connection shows up in qjackctl, but there is no gui, and i get a xrun. Does anybody have the same problem, and/or an answer?
Offline
Offline
Oh ok thank you.
I guess i have to wait with doin synths now ![]()
Offline
Oh ok thank you.
I guess i have to wait with doin synths now
Have you tried older versions e.g. fltk 1.1.9-3 and zynaddsubfx 2.4.1-1 or zynaddsubfx-git from AUR https://aur.archlinux.org/packages.php?ID=50594 ?
Offline
I tried zynaddsubfx-git, it added 2 menu entries, one for jack and one for alsa. the alsa one, well, i need it with jack and the jack one has the same result.
can you tell me how to get an older version of fltk and zynaddsubfx? do i have to compile them manually?
Offline
can you tell me how to get an older version of fltk and zynaddsubfx? do i have to compile them manually?
I used ARM https://wiki.archlinux.org/index.php/Do … ckages#ARM
http://arm.konnichi.com/search/
It stores old Arch packages, they are already compiled, ready to install.
Offline
Hmm no, did not work for me. I tried it like you did in the bugreport: "fltk 1.1.9-3" and "zynaddsubfx 2.4.1-1" but still the same error
Offline
The bug report got closed, you may want to reopen it or open another one, because none of the suggested solutions worked for you.
Offline
I've requested to reopen the bug since it does not work for me
Offline
GUI works here with latest updates of everything. Please try and reproduce your error(s) with 'jackd -dalsa' only.
I need real, proper pen and paper for this.
Offline
Nope, still no gui ![]()
Offline
Remove ~/.fltk and then try (latest zynaddsubfx and fltk from repos and nothing from AUR).
I need real, proper pen and paper for this.
Offline
No this didnt work either
Offline
OK, more troubleshooting:
1. pacman -R -scn zynaddsubfx -dd fltk fftw jack lash
2. Create a new full user account for your system via your preferred method
3. Log out and log in with the new account via whatever login manager you have
4. pacman -S zynaddsubfx
5. Run jackd -dalsa 2>&1 | tee /tmp/jack.log in a terminal window
6. Verify that another jack-aware app (eg. mplayer) works
7. Run zynaddsubfx 2>&1 | tee /tmp/zynaddsubfx.log in another/separate terminal window
See what happens, and show us the contents of the 2 logfiles created in /tmp.
Last edited by schivmeister (2011-09-06 20:40:25)
I need real, proper pen and paper for this.
Offline
Still no gui. Could it be that qjackctl causes the problem? I dont know how to handle connections in jack via terminal, otherwise i would have tested it?
Here are the log files:
jackd 0.121.2
Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
could not open driver .so '/usr/lib/jack/jack_net.so': libcelt0.so.0: cannot open shared object file: No such file or directory
could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
JACK compiled with System V SHM support.
loading driver ..
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playbackZynAddSubFX - Copyright (c) 2002-2009 Nasca Octavian Paul and others
Compiled: Aug 24 2011 10:39:06
This program is free software (GNU GPL v.2 or later) and
it comes with ABSOLUTELY NO WARRANTY.
Try 'zynaddsubfx --help' for command-line options.
Sound Buffer Size = 256 samples
Internal latency = 5.8 ms
ADsynth Oscil.Size = 1024 samples
Internal SampleRate = 44100
Jack Output SampleRate= 44100Offline
Not sure shat you mean about jack and the terminal, but have you tried https://bugs.archlinux.org/task/25735#comment82457
Running 'jackd -r -d alsa' before 'zynaddsubfx' fixes things - the GUI appears.
Offline
Not sure shat you mean about jack and the terminal, but have you tried https://bugs.archlinux.org/task/25735#comment82457
Running 'jackd -r -d alsa' before 'zynaddsubfx' fixes things - the GUI appears.
Yes, thats it
It now works fine ![]()
Thank you so much guys!
Offline