Crash when running in converter mode

• Feb 11, 2015 - 22:58
Type
Functional
Severity
S2 - Critical
Status
closed
Project

Ubuntu 14.04, GIT commit: 06bc0f1

I thought I ahd reported this, but guess I didn't.

1) run "mscore foo.mscz -o foo.png" for any file you have available

Result: crash

There is a message output to console about initializing the help system, and the crash started right around the time of the new help system, so I'm guessing that's why. When I run under debugger, the crash appears to happen in the exit() call, so not very helpful.


Comments

Step 1) above is the only step you need :-). I'm talking about running MuseScore from the command line, not starting up the program normally. If you are on Windows, I think you might need to type "MuseScore2" instead of "mscore"; not sure. But in any case, I am talking about running MuseScore from the command line, using the "-o" option to convert file from MSCZ to some other format, like PNG as in my example.