-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Bug] Segmentation fault when running GUI in Fedora 41 #300
Comments
Seconding this issue. Been able to get around it by using the Windows build under Wine and using Windows ffmpeg binaries under "drive_c". Works flawlessly. |
Thanks for submitting this issue. As the error messages states: It has something to do with Qt and Wayland I guess. Maybe something Fedora specific. I am not a Fedora user. But feel free to get me a pull request, as soon as you figured out a solution. |
Not a solution but in case @bogdan2011 needs workaround: use Conda with Python 3.11 (3.12 for newest version) and install tidal-dl-ng via pip. It's not perfect but I couldn't fix the app on Fedora even though I shuffled the qwayland packages :( |
I don't have anything against using the cli version, but I can't install it because it depends on python <3.12 |
@bogdan2011 You can create environments with specified Python version via: conda create --name envp311 python=3.11 |
What happened?
I get this error when running the GUI version in Fedora 41:
I have qt5-qtwayland and qt6-qtwayland installed.
Version App
0.23.0
What operating system are you seeing the problem on?
Linux
Relevant log output
No response
Your settings
N/A
The text was updated successfully, but these errors were encountered: