[MusicXML] Crash of MuseScore on Recordares DebuMandSample.xml MusicXML example
Trying to import files DebuMandSample.xml or Dichterliebe01.xml typical examples from MusicXML Recordare/MakeMusic web site results in a crash of MuseScore. The other examples dont't crash.
Direct links to these examples:
//downloads2.makemusic.com/musicxml/DebuMandSample.xml
//downloads2.makemusic.com/musicxml/Dichterliebe01.xml
This is MuseScore 2.0 beta 1, running on Windows 7.
A propos gives: future version 2.0.0, revision 1efc609
Comments
DebuMandSample.xml crashes due to incorrect error handling of a slur start without slur stop in the first part. Should be easy to fix.
Dichterliebe01.xml crashes in Score::tick2segment(int tick, bool first, Segment::Type st, bool useMMrest) when tick2measureMM(tick) returns a null pointer, which is not handled.
As the two sample files mentioned cause crashes for different reasons, I'll split this issue into two separate issues.
See #32251: [MusicXML] Crash of MuseScore on Recordares Dichterliebe01.xml MusicXML example
Simple file attached that triggers this issue.
Fixed in aafac2efdc
Automatically closed -- issue fixed for 2 weeks with no activity.