Can only start using "mscore -d" else it exit with code 0377 at startup
MuseScore V3.0.5 systematically exit with code 0377 at startup, I can only achieve to open the GUI with "mscore -d"
(gdb) file mscore
Reading symbols from mscore...(no debugging symbols found)...done.
Missing separate debuginfos, use: dnf debuginfo-install mscore-3.0.5-1.fc29.x86_64
(gdb) run
Starting program: /usr/bin/mscore
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
warning: Loadable section ".note.gnu.property" outside of ELF segments
[New Thread 0x7fffeb333700 (LWP 28134)]
[New Thread 0x7fffe8aa3700 (LWP 28135)]
warning: Loadable section ".note.gnu.property" outside of ELF segments
[New Thread 0x7fffe2a45700 (LWP 28136)]
[Thread 0x7fffe2a45700 (LWP 28136) exited]
[Thread 0x7fffe8aa3700 (LWP 28135) exited]
[Thread 0x7fffeb7d3980 (LWP 28121) exited]
[Inferior 1 (process 28121) exited with code 0377]
Comments
What output does MuseScore give when run with the -d option?
As per https://musescore.org/en/node/286152 this is a version you build yourself, maybe something went wrong with that? Does the AppImage version from the musescore download page work properly?
In reply to What output does MuseScore… by Jojo-Schmitz
Yes AppImage works fine. You are right something is wrong, I can look in the code but I know anything about the MuseScore code.
In reply to mscore -d [1:17:0317/200948… by fabricesalvaire
When you built MuseScore, did you run the 'make install' step?
In reply to When you built MuseScore,… by Jojo-Schmitz
for sure, it is run in the RPM folks https://github.com/FabriceSalvaire/copr-mao/blob/master/musescore/mscor…
I gave a look in the code, would be hard for me to debug. Where comes from exit code 0377 ???
In reply to for sure, it is run in the… by fabricesalvaire
I am thinking about Appimage versus distribution build ...
I think we should only / mainly be annoyed by third-party libraries issues or missing files due to packaging mistakes.