how did you manage to have the Plugins menu being enabled without a score being open?
This, to the best of my knowledge, just isn't possible in MuseScore before 2.0
The Fix, however, is simple: add
if (typeof curScore === 'undefined') return;
to the script, right before it accesses curScore.
And that plugin does that already, so I'm even more confused?!?
That code is already in, so I'm absolutly flabbergasted how you got it to chrash.
Can you try the Script debugger and step thru the plugin code to find where exactly it crashes?
Comments
how did you manage to have the Plugins menu being enabled without a score being open?
This, to the best of my knowledge, just isn't possible in MuseScore before 2.0
The Fix, however, is simple: add
if (typeof curScore === 'undefined') return;
to the script, right before it accesses curScore.
And that plugin does that already, so I'm even more confused?!?
I'm on Mac, so I can see the menus ;).
Could you update the plug-in with that?
That code is already in, so I'm absolutly flabbergasted how you got it to chrash.
Can you try the Script debugger and step thru the plugin code to find where exactly it crashes?
Sorry, I can't reproduce now :D.
I could provide a log, but I don't know which one it is.
Closed?