Create score plugin crash (0.9.6 regression)

Project:MuseScore
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

r2637
Open MuseScore
Plugin -> Create score
-> Crash

According to plugin debugger , it's related to the setting of score.name

#1
Title:Create score plugin crash» Create score plugin crash (0.9.6 regression)
#2

This issue is marked as critical but since it's a plugin, we could also decide not to ship MuseScore with this plugin and provide it as a download on musescore.org.

#3

Other plugins such as color notes cause also crashses
R2697 / Windows 7

#4

The crashes are fixed. For unknown reasons assignments to properties do not work as expected:

note.pitch = 60 (does not work)
note.setPitch(60) (works)

After some changes in the script "color notes" and "create new score" now look ok.

#5

After a rewrite of the MuseScore script bindings things now work better.
This bug is fixed in rev. 2712. The problems described in #4 are solved.

#6
Status:active» fixed
#7
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

Syndicate content