MuseScore github-musescore-musescore-a78eec8 crash
When I try to delete the 6th voice in the score ("Tenor -- to be deleted") MuseScore crashes.
I'm running the latest Mac OS (Yosemite 10.10.1) on an iMac.
Attachment | Size |
---|---|
Der_er_et_yndigt_land_F.mscz | 25.66 KB |
Comments
Even on Vista.
Highlight all the measures of the 6th pentagram and delete;
Delete the instrument Tenor Del.
Check if it works for you (maybe the lyrics?)
In reply to Even on Vista. Highlight all by Shoichi
Yes, that works. Thank you.
In reply to Even on Vista. Highlight all by Shoichi
Pentagram == staff?
Anyway, shoudln't crash and that it does would be a bug that needs to get reported and fixed..
In reply to Pentagram == staff? Anyway, by Jojo-Schmitz
I can not file a claim to Google, it invents the terms ... but I do not check well (but the goal is reached) ;-)
In reply to I can not file a claim to by Shoichi
http://musescore.org/en/node/36036 ;-)
In reply to Pentagram == staff? Anyway, by Jojo-Schmitz
Should I report it else where? I thought bugs would be picked up here?
In reply to Should I report it else by Jwagner
I think Jojo refers to: http://musescore.org/en/project/issues
(Some explanation is here: http://musescore.org/en/node/36101 )
In reply to I think Jojo refers to: by Shoichi
right ;-)
In reply to Should I report it else by Jwagner
in the forum bugs may be discussed, determined whether it is a bug is a user problem, or an feature request etc. Or even a bug that had been reported already, and maybe even fixed in a later release.
And indeed sometimes bugs are picked from the forum directly and get fixed, but the formal way would be to submit an issue, (once it has been determined that indeed it is a bug and a new one)
In reply to in the forum bugs may be by Jojo-Schmitz
I fixed the bug in 8c2401f726
quick check, here's the stack trace:
0 Ms::ChordRest::undoUnlink chordrest.cpp 125 0x7f4050
1 Ms::Chord::undoUnlink chord.cpp 279 0x7d0343
2 Ms::Measure::cmdRemoveStaves measure.cpp 1044 0x774815
3 Ms::Score::undoRemoveStaff undo.cpp 785 0x71b6c1
4 Ms::Score::cmdRemoveStaff score.cpp 2470 0x72ff2e
5 Ms::Score::cmdRemovePart score.cpp 2291 0x72f32f
6 Ms::MuseScore::editInstrList instrdialog.cpp 255 0x44798f
7 Ms::MuseScore::cmd musescore.cpp 3889 0x47b36d
8 Ms::MuseScore::cmd musescore.cpp 3812 0x47ae36
9 Ms::MuseScore::qt_static_metacall moc_musescore.cpp 809 0x403911
10 ZN11QMetaObject8activateEP7QObjectiiPPv ...\MuseScore\win32install\bin\Qt5Core.dll 0x68a64351
11 ZN12QActionGroup7hoveredEP7QAction ...\MuseScore\win32install\bin\Qt5Widgets.dll 0x61dc4b95
12 ?? 0x27ea1c30
13 ZN7QAction8activateENS_11ActionEventE ...\MuseScore\win32install\bin\Qt5Widgets.dll 0x61dc3b6e
14 ?? 0x28cd78
15 ?? 0x24748b04
16 ?? 0x74f68510
17 ?? 0x89068b28
18 ?? 0xfff189cb
19 OpenComponentLibraryOnMemEx C:\Windows\syswow64\clbcatq.dll 0x74d83910
...
Reported now in #45266: crash on removing an instrument from a score
In reply to quick check, here's the stack by Jojo-Schmitz
Werner was quicker at fixing it than I on reporting it...
In reply to Werner was quicker at fixing by Jojo-Schmitz
JoJo-Schmitz and Werner... You guys are amazing! :-)
removes those last lyrics syllables in the last couple measures first (where you have lyrics in stanza 4 only), and it won't crash on deleting the score.
Not meant to be a fix, but a workaround and part of analyzing the bug ;-)