Plugins don't work
Hi,
I have compiled QT 5.4 and the latest Musescore version from source but when I try to run MS with the plugin enabled I get the following message:
QQmlComponent: Component is not ready
creating component failed
line 1: module "QtQuick" is not installed
QQmlComponent: Component is not ready
creating component failed
line 1: module "QtQuick" is not installed
Segmentation fault (core dumped)
When I use the enviroment variable QML2_IMPORT_PATH ( I point it to ~/qt5/qtbase/qml/ )
I get the following error:
Collect meta for
QQmlComponent: Component is not ready
creating component failed
line 1: a component declaration requires two or three arguments, but 1 were provided
QQmlComponent: Component is not ready
creating component failed
line 1: a component declaration requires two or three arguments, but 1 were provided
Segmentation fault (core dumped)
If I dont include QtQuick this happens:
Collect meta for
QQmlPropertyCache: QQuickItem has FastProperty class info, but has not installed property accessors
Aborted (core dumped)
Can someone tell me what I'm doing wrong?
Comments
Have you done the 'make install' step?
In reply to Have you done the 'make by Jojo-Schmitz
yes, also besides running plugins MS seems to work fine in CLI mode, I can convert files without problems
which plugin?
In reply to which plugin? by Jojo-Schmitz
They (the default plugins) all fail with the same error
In reply to They (the default plugins) by smowkey
OK, looks like a Linux issue then, Note Names for example works just find on Windows
You could try to set QT_PLUGIN_PATH and possibly also LD_LIBRARY_PATH so that you make sure that MuseScore is finding the right libraries to run.
See for example:
http://musescore.org/en/node/33061#comment-141496
In reply to You could try to set by ABL
that worked, thanks a lot!