MusicMXL crashes
I need a MusicMXL to send with my files up line. It crashes when I open it to do my final checks against the original score. I've Reset to Factory settings. It hasn't made a difference. Other suggestions?
Thanks, wizards. <3
Attachment | Size |
---|---|
music388_389.mscz | 30.49 KB |
music388_389.mxl | 3.9 KB |
Comments
Interesting, 4.1.1 (as well as the latest development build) crashes on it, 3.6.2 does not.
My 3.7 crashes on ot too :-(
In reply to Interesting, 4.1.1 crashes… by Jojo-Schmitz
3.7 crashes in
bool MusicXMLParserNotations::skipCombine(const Notation& n1, const Notation& n2)
atIn reply to 3.7 crashes in bool… by Jojo-Schmitz
Thanks, Jojo. It's all over my head as usual. Will the program be fixed right away? Or will it be fixed in the next update? I may have to apologize and send my files without MusicMXL. Not preferred, but allowed.
As usual, you are the BEST! <3
In reply to Thanks, Jojo. It's all over… by judeeylander
Haven't found the bug yet. If and when I find it, it would be fexed in the next release at the earliest, sure not right away
Dropping the marcatos fixes the crash.
In reply to Haven't found the bug yet… by Jojo-Schmitz
All's good. I'll move forward. When it gets fixed, I'll start adding them again.
Thanks again! <3
In reply to Interesting, 4.1.1 crashes… by Jojo-Schmitz
In 3.7 via https://github.com/musescore/MuseScore/pull/8190 resp. my 'backport' of that.
Same (or at least very similar code in master/4.x via https://github.com/musescore/MuseScore/pull/16828
Seems MuseScore's MusicXML import tries to combine 3 articulations, Marcato, Tenuto and Staccato, but the code is only expecting to combine 2 of these, Marcatop + Tenuto, or Marcato + Staccato
In reply to Seems MuseScore's MusicXML… by Jojo-Schmitz
I removed the Tenuto, increased the tempo a bit, got a score that sounds okay, and produced an MXL file. Works for me! Thanks Jojo. <3
In reply to I removed the Tenuto,… by judeeylander
Yes it is the 3 articulations combo that causes the issue, reducing it to 2 works around it
Now reported in https://github.com/musescore/MuseScore/issues/19186
4.0.2 doesn't have that issue, came into 4.x with 4.1.0