Musescore crashes while Playback
OS: Manjaro Linux, Arch.: x86_64, MuseScore version (64-bit): 3.6.2, revision: github-musescore-musescore-
Qt Version 5.15.2.
When I'm starting the playbackk, Musescore crashes. Unfortunately I don't understnand the error message from the terminal. Can somebody help me?
unknown:unknown: AlsaDriver::write: snd_pcm_avail_update() (Datenübergabe unterbrochen (broken pipe))
unknown:unknown: AlsaDriver: recover: stat = 00, xrun of at least 3313.228 ms
unknown:unknown: changeState NORMAL -> PLAY
/build/musescore/src/MuseScore/libmscore/rendermidi.cpp:unknown: ASSERT: "!graceNotesMerged(chord)" in file /build/musescore/src/MuseScore/libmscore/rendermidi.cpp, line 317
Abgebrochen (Speicherabzug geschrieben)
Attachment | Size |
---|---|
Ludwig van Beethoven - 1st from Three Duets for Clarinet and Bassoon - Trumpet and Tuba.mscz | 56.92 KB |
Comments
So this got to be a selfbuilt version and compiled in Debug mode, right?
Only version build in Debung mode rather then in Release mode would crash on an assert.
It does not crash in the released version of 3.6.2 (and uses Qt 5.9.9 there) on Windows 10
In reply to So this got to be a… by Jojo-Schmitz
It's build from the ARCH community repository.
The Apimmage-Version MuseScore-3.6.2.548021370-x86_64 is working indeed…
At now I use this build: https://archlinux.org/packages/community/x86_64/musescore/
Ist das Appimmage die einizge Möglichkeit den offiziellen Release zu verwenden oder müsste ic Musescore selbst kompilieren, wenn ich Appimage nicht verwenden möchte?
In reply to It's build from the ARCH… by tubajoe
Than, once again, the communits packeg has not been build properly. No git SHA on the version string and in Debug mode.
And yes, the only official version (officialy from the musescore developers) is the AppImage.
And yes, another option is to build it yourself. Or to get the maintainer of the community build to do it right.
In reply to It's build from the ARCH… by tubajoe
Please report a bug to ARCH Linux to build for Release rather than Debug
I can confirm the crash (due to a failed assertion) in the latest 3.x development version (build in Debug mode). The code here is:
that
Q_ASSERT()
is in the code since more than 5 years (so ever since MuseScire 3.0), since 10ecb8bb, to fix #111346: "Grace note after" doesn't sound during playback.