File crashes upon startup
I have worked so hard on the file attached. At one point, it crashed and now I can't open it without crashing. I reported the crash (which is useless), restarted my computer, reverted the factory settings, copied the file...I don't know what else to do besides start over, which I am not going to do! Any advice would be fabulous :) I have MuseScore 3.1 on a Windows 10 64-bit computer.
Attachment | Size |
---|---|
19._Transformation_Finale.mscz | 85.32 KB |
Comments
Take heart that your score can be fixed. Someone who know how will no doubt see this in the next several hours, find the problem and fix it for you.
In reply to Take heart that your score… by mike320
Fatal error: line 2 column 26 No definition for element museScore available.
Did you use different sounfonts?
Search the backup copy: https://musescore.org/en/handbook/3/file-formats#msczcomma
See: https://musescore.org/en/node/52116
Confirmed, latest development build crashes on it too.
The score uses MDL
Stack trace:
1 Ms::Rest::checkDots rest.cpp 434 0x8e18b8
2 Ms::Rest::layoutDots rest.cpp 408 0x8e1681
3 Ms::Rest::layout rest.cpp 399 0x8e1650
4 Ms::layoutSegmentElements layout.cpp 96 0x87aa11
5 Ms::Score::layoutChords1 layout.cpp 573 0x87c2a7
6 Ms::Score::getNextMeasure layout.cpp 2753 0x885b7b
7 Ms::Score::collectSystem layout.cpp 3555 0x889cb2
8 Ms::LayoutContext::collectPage layout.cpp 4334 0x88e889
9 Ms::LayoutContext::layout layout.cpp 4644 0x8905c5
10 Ms::Score::doLayoutRange layout.cpp 4629 0x8904c6
11 Ms::Score::update cmd.cpp 221 0x99486f
12 Ms::readScore file.cpp 2348 0x649475
13 Ms::MuseScore::readScore file.cpp 349 0x63799e
14 Ms::MuseScore::openScore file.cpp 327 0x637864
15 Ms::MuseScore::loadFiles file.cpp 304 0x637512
16 Ms::MuseScore::cmd musescore.cpp 5950 0x4f622a
17 Ms::MuseScore::cmd musescore.cpp 5758 0x4f53e5
18 Ms::MuseScore::qt_static_metacall moc_musescore.cpp 855 0x40a1d6
19 ZN11QMetaObject8activateEP7QObjectiiPPv 0x68c82085
20 ZN12QActionGroup7hoveredEP7QAction 0x264b4ee5
...
Now reported in #290929: crash with negative number of dots for rests
Fixed score attached.
How did you manage to get -85 dots to 2 of the rests?
In reply to Fixed score attached. How… by Jojo-Schmitz
You are a literal life saver, thank you so much!!!! and idk how I get bugs, they just happen
In reply to Fixed score attached. How… by Jojo-Schmitz
Hi Jojo, I'm exactly in this same position, is there any way I can fix it myself? Any steps I can follow to quickly find invalid elements or should I attach here?
In reply to Hi Jojo, I'm exactly in this… by opatachibueze
You could extrace the mscx from the mscz zsunf WinZIP or 7ZIP and hand-edit it to find and fix the issue.
It it is exactly the same issue, this should not be too difficult, searching for
<dots>-85</dots>
and just remove that.In reply to You could extrace the mscx… by Jojo-Schmitz
Great thank you, working fine now.