musescore sttop with 'Mscore: fatal error: cannot load internal font' on openSuse 12.3 linux
Since an update of packages (I think less then 3 weeks ago), mscore stopped working. If started from the command line, It complains:
Mscore: fatal error: cannot load internal font
It seems to disagree with the version of some of the dynamic libraries. But which one? And what version should I have?
My musescore is MuseScore:
Music Score Editor; Version 1.3; Build 5702
Installed from musescore-1.3-7.18.src.rpm
Comments
It seems to disagree with the version of some of the dynamic libraries.
How do you know? Do you have more output that just the internal font error?
In reply to It seems to disagree with the by [DELETED] 5
Well, I don't *know*, but it seems, because most of the updates concern new versions of libraries, and the error message results from a failed library call.
In reply to library by Duk Bekema
which failed library? Can you run MuseScore on the command line and give the output?
In reply to which failed library? Can you by [DELETED] 5
Summary: my assumprtion is that I have an incompatible version of the library than contains the QFontDatabase::addApplicationFont routine.
If I start mscore without any argument, I get
I peeked in the source code and found the fatal error comes from the following lines:
(This also explains why it more or less works with the -d option.)
With the -d option, it says
Since a recent OpenSuse update, my musescore works again. So apparently one of the libraries has been fixed.