Skip to content
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

Open
bogdan2011 opened this issue Jan 1, 2025 · 5 comments
Open

[Bug] Segmentation fault when running GUI in Fedora 41 #300

bogdan2011 opened this issue Jan 1, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@bogdan2011
Copy link

What happened?

I get this error when running the GUI version in Fedora 41:

qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
Segmentation fault (core dumped)

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
@bogdan2011 bogdan2011 added the bug Something isn't working label Jan 1, 2025
@MEIDUNN
Copy link

MEIDUNN commented Jan 2, 2025

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.

@exislow exislow added the question Further information is requested label Jan 2, 2025
@exislow
Copy link
Owner

exislow commented Jan 2, 2025

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.

@exislow exislow removed their assignment Jan 4, 2025
@Matgoeth
Copy link

Matgoeth commented Jan 9, 2025

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 :(

@bogdan2011
Copy link
Author

I don't have anything against using the cli version, but I can't install it because it depends on python <3.12

@exislow exislow removed the question Further information is requested label Jan 11, 2025
@Matgoeth
Copy link

@bogdan2011 You can create environments with specified Python version via:

conda create --name envp311 python=3.11 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants