[MusicXML] Crash of MuseScore on Recordares DebuMandSample.xml MusicXML example

• Sep 3, 2014 - 07:41
Type
Graphical (UI)
Severity
S2 - Critical
Status
closed
Project
Tags

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.