Musescore 4.5.1 shuts down when opening Musicxml file exported from Scanscore

• Apr 14, 2025 - 23:42

Musescore shuts down when I try to open a MusicXML created in Scanscore on WIndows 10.
Attached diagnostic files and the xml in question

Attachment Size
crash.zip 2.07 MB
Aint Nobody.xml 523.05 KB

Comments

The culprit in the .xml seems to be this:

    <part-list>
        <score-part id="P1">
            <part-name>Electric Bass(Finger)</part-name></score-part>
        <part-group type="stop" number="0"/>
        <part-group type="start" number="1"/>
        <part-group type="stop" number="1"/></part-list>
 

Changing to

    <part-list>
        <score-part id="P1">
            <part-name>Electric Bass(Finger)</part-name></score-part>
        <part-group type="stop" number="0"/>
        <part-group type="stop" number="1"/></part-list>
 

makes it load (but with a corruption warning "Measure 75, staff 1 incomplete. Expected: 65/64; Found 1958/1920)

Attachment Size
Aint Nobody.xml 523.04 KB

Do you still have an unanswered question? Please log in first to post your question.