Crash playing score with ties and tremolo
Ubuntu 14.04, GIT commit: c73eb49
1) load attached score
2) play
Result: crash
Somehow the recursive code dealing with ties and notes with multiple play events is not doing well
Attachment | Size |
---|---|
tie-tremolo.mscz | 3.61 KB |
Comments
I added this code last summer to fix #26381: Playback of supported ornaments incorrect if note is tied. But I suspect it would have worked then on this same example, as I discovered this bug today while playing a score I created after that fix. Perhaps other more recent tie changes have broken this. It seems to play fine in the RC.
Well, here, it works fine with 2.0 (and Windows7)
The change is on April 8.
- It works with this Nightly: a741f0d
- Not with this one: a318752
I haven't watch all, but maybe here? : https://github.com/musescore/MuseScore/commit/953c0faec2b50c124a4d5e600…
Or/and here: https://github.com/musescore/MuseScore/commit/aa15e788453c5185ca9d020d3…
Yes, those are the relevant changes - thanks as always. The second one appears to be trying to fix a related problem, but it doesn't work if there are more than two notes tied. I've added a comment here with a proposed fix:
https://github.com/musescore/MuseScore/commit/aa15e788453c5185ca9d020d3…
Fixed in c4ec1295dc
Automatically closed -- issue fixed for 2 weeks with no activity.