Does anyone use timidity?

Timidity stopped working for me after an update. I can’t get timidity to load as a service anymore.

[nomad@mike-xps8900 ~]$ systemctl --user enable timidity.service
Unit /usr/lib/systemd/user/timidity.service is added as a dependency to a non-existent unit multi-user.target.
[nomad@mike-xps8900 ~]$ systemctl --user start timidity
[nomad@mike-xps8900 ~]$ timidity -iA
Segmentation fault (core dumped)

Edit your post and put output as preformatted text </>. And add output from running it directly from terminal.

[nomad@mike-xps8900 ~]$ systemctl --user enable timidity.service
Unit /usr/lib/systemd/user/timidity.service is added as a dependency to a non-existent unit multi-user.target.
[nomad@mike-xps8900 ~]$ systemctl --user start timidity
[nomad@mike-xps8900 ~]$ timidity -iA
Segmentation fault (core dumped)

Ah you already ran it in terminal, didn’t even notice. (That’s why we need preformatted text.)

As is, it segfaults for me too. But it starts when I build it myself. So take PKGBUILD and try if it works for you too.

pacman -S asp
mkdir ~/abs && cd ~/abs
asp checkout timidity++
cd timidity++/trunk
makepkg -rsi

YES! That was awesome. Thank-you very much!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.