Edit arpeggios and spacers causes a crash
335777d / Windows7
1) SATB template, or "Untitled" score (and add a bracket or brace)
2) Double-click for edit the bracket
3) Drag a handle for extend, or hit arrow up/down
Result: crash
- Same behaviour with arpeggios
Lines seems work (and ties-slurs too)
Comments
July, 26.
This nightly works: a8efa6d
Not this one: 6d301fb
Frames edition is impacted too.
Spacers and stems too.
Frames edit is solved since this nightly: 7365542 (rather between 180ad68 and 7365542)
Frames edit actually got resolved in 2c854b1e
It was I thought, indeed
In my Nightly Build 180ad68 adding a Slur crashes MS....
The slur is added (drawed), but when you want to select the slur, or doing something else, MS is crashing...
Theo
First, be sure you are using the very lastest nightly. In this matter, the “truth” of a day is really not always that of the day after :)
The nightly you mentioned goes back to three days: 180ad68
I checked with this nightly. I cannot reproduce (with this nightly still).
It is needed to be precise in the steps you doing. Entering slurs how ? By drag and drop from the Lines palette, double-click (or "S" shortcut), and what you are doing exactly after that ? Double-click for edit mode, or something else?
Image capture tool impacted also.
With 6c735b8, I cannot reproduce this issue with Stems and Image Capture.
Always active for Arpeggios, Brackets and Spacers.
Edit bracket fixed in rev 3f57552, crash cannot be reproduced.
In reply to Edit bracket fixed in rev… by JLWaltener
See: https://musescore.org/en/node/267689#comment-817434
In reply to See: https://musescore.org… by cadiz1
Right, I had only checked with a system bracket on a SATB choir score.
Therefore, it's quite better.
For completing (3f57552/Windows7):
1) Arpeggios: at first glance, seems fixed. But I get always some sporadic crashes ("Untitled score", Page view), but I don't found yet why its works "almost" always. Below, a crash after adding a second arpeggio (usually, it works!)
2) Spacers: better too. But I get always some crashes when attempting to edit (SATB template) eg a spacer up after doing that for the spacer down. If its continues to work with two spacers, I achieve to receive crash by adding and editing other spacers.
In reply to For completing:… by cadiz1
On my SATB score I do not receive crash after add 3 spacers, 1 between each staff and edited each.
Therefore, I receive a crash while I forgot to leave the edit mode of one spacer.
Fixed in branch master, commit 922e384585
fix #240831
50ddb57 / Windows10
I cannot reproduce the issue with the brace in Jazz Big Band template. Observe nevertheless you cannot, as expected, edit the brackets/handles with the Up/Down arrows. Only with the mouse.
Otherwise, I can always reproduce with the spacers. Eg: SATB template -> add and edit a spacer down -> without leaving edition (don't Escape, so, the handle is always highlighted) -> drag and drop a spacer up (image below) -> Double-click for edit this spacer up -> Result: crash
And it remains too a problem somewhere with arpeggios. I get always some sporadic crashes (two after about twenty various tests by editing arpeggios of two chords). But no coherence to receive these crashes.
I'll have a look. Also related to #267689: Edit bracket lead to crash.
See https://github.com/musescore/MuseScore/pull/3452. It is supposed to fix all the crashes here.
Fixed in branch master, commit f1c36a6ed9
fix #240831, fix #267689: crash on editing arpeggios, spacers, brackets and stems
Added required call to the super startEdit() method to initialize ElementEditData for further usage in startEditDrag.
Removed nullptr check since it is actually useful to have crashes on master to find incorrect program states, but not just avoid occasional crashes.
Fixed in branch master, commit 902ae54ccb
Merge pull request #3452 from anatoly-os/240831_spacersEditCrash
fix #240831, fix #267689: crash on editing arpeggios, spacers, brackets and stems
Automatically closed -- issue fixed for 2 weeks with no activity.