geekosdawproject / geekosdaw-issues

Issue tracker for Geekos DAW
https://geekosdaw.tuxfamily.org/index_en/
GNU General Public License v3.0
0 stars 0 forks source link

Raysession out of date and broken #78

Closed thoth-amon closed 8 months ago

thoth-amon commented 8 months ago

Version 0.11.1-1.467 Using Tumbleweed

The current version is out of date by two years, does not work (it opens but nothing works) and installing it caused an error where I was asked to downgrade python311-pyliblo when I tried to update my system. After that it throws up an extra error message about not being able to connect to the ray-daemon.

KottV commented 8 months ago

Thanks, raysession is updated to 0.14.2 Could you check if it work for you now, please.

thoth-amon commented 8 months ago

zypper is giving me the following error message

Problem: nothing provides '/usr/bin/python3#' needed by the to be installed raysession-0.14.2-1.1.noarch

KottV commented 8 months ago

should be fixed now

thoth-amon commented 8 months ago

The install works fine but the problem remains as before. Have posted an issue on the raysession page

https://github.com/Houston4444/RaySession/issues/213

Houston4444 commented 8 months ago

I am pretty sure that the problem comes from pyliblo version. As I mention it in the https://github.com/Houston4444/RaySession/blob/master/INSTALL.md , pyliblo must be taken from this fork: https://github.com/gesellkammer/pyliblo3 because original upstream totally abandoned pyliblo and it is not compatible with new pythons versions anymore. Sorry for this.

I take this opportunity to say that I recommend to set python3-pyalsa (>= 1.2.5) as a dependency, this way ALSA MIDI ports can be shown in the patchbay.

KottV commented 8 months ago

thanks @Houston4444 for the info I added pyliblo3 and all seems to work for me

and I'll try to make pyalsa package also

thoth-amon commented 8 months ago

Thank you to you both. It's now working fine.