Export to MusicXML and MIDI doesn't work
See https://musescore.org/en/node/165336
Confirmed with a self-built 9a9dedf, Windows 7
Export to xml, mxl, mid doesn't work, it brings up the file selcetor and pretends to work, i.e. no error message, but no file gets created.
Exporting to png, pdf, svg, wav, flac, ogg, mp3 and mscx works though.
Debug messages on the failed formats:
Ms::MuseScore::saveAs(Ms::Score*, bool, const QString&, const QString&))
Debug: Internal error: unsupported extension (...\MuseScore\mscore\file.cpp:1861, virtual bool Ms::MuseScore::saveAs(Ms::Score*, bool, const QString&, const QString&))
Debug: Internal error: unsupported extension
(...\MuseScore\mscore\file.cpp:1861, virtual bool Ms::MuseScore::saveAs(Ms::Score*, bool, const QString&, const QString&)) Debug: Internal error: unsupported extension <mxl> (...\MuseScore\mscore\file.cpp:1861, virtual bool Ms::MuseScore::saveAs(Ms::Score*, bool, const QString&, const QString&)) Looking at the code shows that these formats have been disabled by an `#ifdef 0`, see //github.com/musescore/MuseScore/blob/9a9dedf774763f2f7108da571aa70bc32f1d5e61/mscore/file.cpp#L1815-L1828]mscore/file.cpp. lines 1815-1828 . `git blame` shows that this happened in 5433d719
Comments
see https://github.com/musescore/MuseScore/pull/2971
With that the export works again, but the subsequent MusciXML Import has issues with text styles.
Like Title and Composer get read in with texter style.
And MIDI import even crashed. But I can't reproduce that anymore, happened only once, after that it worked just fine.
This issue occurs on last January 16.
- This nigthly works :eb4455c
- Not this one: 1079395
A side effect of: https://github.com/musescore/MuseScore/commit/5433d719d9f3543d06478fed3…
or? https://github.com/musescore/MuseScore/commit/c745526cfe1225abaaeb4963f…
fixed by Werner in c82b63b
Automatically closed -- issue fixed for 2 weeks with no activity.