MuseScore crashes while importing MusicXML file that was exported by Score Perfect 6
Hi,
today I tried MuseScore and I wonder if I can import MusicXML (version 1.1) created by ScorePerfect 6. Unfortunately, MuseScore crashes if I try to import such a file in most times. First I tried version 1.3, but also the newest nightly build version crashes. The XML parser of the nightly build version remarks some errors, but if I correct the XML code by hand (I know what I do, I am a devoloper too) MuseCore nightly build crashes in the same way.
I run the software under Windows 7 SP1 64 Bit.
I attached a very simple example XML file that kills the importer.
Best regards
Thomas
Attachment | Size |
---|---|
Song1.Xml | 10.69 KB |
Comments
Of course, MuseScore shouldn't crash but the MusicXML is weird.
First, the encoding date is not standard but that's not the cause of the crash.
Second, it's a SATB score but for each staff there are two clefs. The first staff has two G clef. The second one a G clef and a G 8vb clef etc... This causes the crash.
In reply to Of course, MuseScore by [DELETED] 5
Thank you for testing and your answer. I suspected that the XML is weird, and I will try to ask the authors of SPP for fixing. Unfortunately the founder and main programmer is dead since 2012 :-(
Nonetheless it helps you maybe to find where you have to catch the error to beware MuseScore for killing itself.
In reply to Thanks by foofighter2146
I fixed the crash issue and your sample file imports correctly after the warning about the bad encoding of the date. It should be in the next nightly build a83264e97e
MuseScore is alive and kicking and the code is available for anyone to fix!
Feel free to help keep it alive by donating
In reply to I fixed the crash issue and by [DELETED] 5
Very late answer, sorry. But I tried now the import of xml in Musescore 2 and it works very fine. Thank you very much for fixing.