Opening attached 1.1 score with parts causes crash
Open the enclosed score. Result: Crash:
Debug:
Debug: Segment::add(Chord) there is already an Chord at 42480 track 0
Crash location:
Segment::add(Element* el)
qDebug("Segment::add(%s) there is already an %s at %d track %d\n",
el->name(), _elist[track]->name(), tick(), track);
abort();
Attachment | Size |
---|---|
Concerto_Es_MWV641.mscz | 88.21 KB |
Comments
Still crashing while reading the part in bcc0170af4
If I save in 1.2 and open in the trunk, it'll crash too.
See crash log .
Using MuseScore 2.0 Nightly Build (bcc0170) - Mac 10.7.4.
FWIW, this score no longer crashes, although the debug trace still shows a series of messages of the form "Segment::add(Chord) there is already an Chord at 42480 track 0".
Tested again with f80dfa796c
Automatically closed -- issue fixed for 2 weeks with no activity.