[ Solved ] can't launch musescore 2.0
Hi,
As I've reported here :http://musescore.org/fr/node/18382
and even removing files as indicated by lasconic, I still can't load musescore 2.0.
I juste updated my git repository, and compile again, but it doesn't solve the problem, musescore stay blocked on the slpash screen until I kill it in a terminal
What can I do ?
Comments
does a nightly build work for you?
In reply to does a nightly build work for by Jojo-Schmitz
No, because path to various lib doesn't seem to be the good ones :
mscore: error while loading shared libraries: libQtDesigner.so.4: cannot open shared object file: No such file or directory
but the file exists
In reply to No, because path to various by Daeavelwyn
I don't think I can shed any light on the original problem you saw but surely the error you get with the nightly build is due to the directory containing libQtDesigner.so.4 not being in the library path? Have you checked that and/or tried adding the path to libQtDesigner.so.4 to your library path?
In reply to Nightly build by brod
I know where this kind of error come from, but if I compile sources from git repository (and compilation succeed wihtout problem) I can't load musescore.
I gonna remove my musescore compilation folder and my settings and start with musescore sources form the beginning
thanks for the reply :)
In reply to I know where this kind of by Daeavelwyn
Ok, i've removed every musescore sources folder, and it seems to have solved the problem. Don't where it cames from...