Create score plugin crash (0.9.6 regression)
Submitted by lasconic on January 22, 2010 - 1:48pm.
| Project: | MuseScore |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
r2637
Open MuseScore
Plugin -> Create score
-> Crash
According to plugin debugger , it's related to the setting of score.name
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.
Other plugins such as color notes cause also crashses
R2697 / Windows 7
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.
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.
Automatically closed -- issue fixed for 2 weeks with no activity.