LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
8.08k stars 1.01k forks source link

Don't start on Fedora Workstation 40 #7342

Open datalot-369 opened 3 months ago

datalot-369 commented 3 months ago

System Information

Fedora Workstation 40

LMMS Version(s)

1.2.2

Most Recent Working Version

1.2.2 Flatpak

Bug Summary

When I first tried to open LMMS (rpm version), it crashed when initializing the UI and Fedora made an automatic crash report: https://retrace.fedoraproject.org/faf/reports/575220/

Expected Behaviour

To open.

Steps To Reproduce

I just opened it from the gnome menu.

Logs

Click to expand
datalot@fedora:~$ lmms
QSocketNotifier: Can only be used with threads started with QThread
Notice: could not set realtime priority.
VST sync support disabled in your configuration
Cannot load library /usr/lib64/lmms/libcarlabase.so: (libcarla_native-plugin.so: cannot open shared object file: No such file or directory)
Cannot load library /usr/lib64/lmms/libcarlarack.so: (libcarlabase.so: cannot open shared object file: No such file or directory)
Cannot load library /usr/lib64/lmms/libcarlapatchbay.so: (libcarlabase.so: cannot open shared object file: No such file or directory)
Segmentation fault (core dumped)

Screenshots / Minimum Reproducible Project

No response

Please search the issue tracker for existing bug reports before submitting your own.

firewall1110 commented 2 months ago

Quote: "cannot open shared object file" I thing - it is key: rpm - package issue: missed dependency. Flatpak version has no such problem - working.

I think:

I think it is the same bug as #7280 , but there are more information.