flathub / org.strawberrymusicplayer.strawberry

https://flathub.org/apps/details/org.strawberrymusicplayer.strawberry
1 stars 4 forks source link

Strawberry Music Player doesn't start. #69

Closed tabetai closed 11 months ago

tabetai commented 11 months ago

I got this error while trying to start application:

/app/bin/strawberry: symbol lookup error: /app/bin/strawberry: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API

System Information: Flatpak Version: 1.14.4-2 Operating System: Kubuntu 23.10 KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 Kernel Version: 6.5.0-13-generic (64-bit) Graphics Platform: X11

regunakyle commented 11 months ago

Same error:

❯ flatpak run org.strawberrymusicplayer.strawberry
/app/bin/strawberry: symbol lookup error: /app/bin/strawberry: undefined symbol: _ZN14QReadWriteLock16destroyRecursiveEP21QReadWriteLockPrivate, version Qt_6_PRIVATE_API

System Information: Flatpak Version: 1.15.4 Operating System: Fedora Linux 38 KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.111.0 Qt Version: 5.15.11 Kernel Version: 6.6.3-100.fc38.x86_64 (64-bit) Graphics Platform: Wayland

Edit:

❯ flatpak list --app --columns=application,runtime | grep strawberry
org.strawberrymusicplayer.strawberry    org.kde.Platform/x86_64/6.6
dfrvfmst commented 11 months ago
sudo flatpak update --commit=8cb6de8bbd140d8d41117ea5370c9b2b2122ef0113c0f7e5765db288b720fc6a org.kde.Platform/x86_64/6.6
sudo flatpak mask org.kde.Platform/x86_64/6.6

This downgrades KDE base runtime to the last version before strawberry breaks, and locks it.

To receive updates in the future again:

sudo flatpak mask --remove org.kde.Platform/x86_64/6.6
sudo flatpak update org.kde.Platform/x86_64/6.6

It seems even Flatpak won't stop upstream from pushing breaking changes within the lifecycle of a fixed point SDK release.

Lunarequest commented 11 months ago

currently rebuilding to fix it I've got no idea why a breaking change was allowed

Lunarequest commented 11 months ago

i published a build, it will take a while to enter the cache