Crash when run some plugins have statement "pluginType"

• May 9, 2015 - 16:59

I have window 7 ultimate 32 bit and MuseScore 2.0.1
I see that the plugins have statement "pluginType",
they're always crash when I start them.
Ex: view.qml, scorelist.qml, helloqml.qml, random2.qml

Window notify:

plugin-crash.png

The plugins is such as random.qml, notenames.qml, createscore.qml what are OK.

Is there anybody that has this problem?


Comments

After trying follow guide of development page, I ran debug and saw that debugger pointed to ig4icd32.dll
Next, I searched on internet. The problem seem to relate to OpenGL, I'm not sure too.
If yes, what features of OpenGL does MuseScore need to run plugin?

In reply to by Jojo-Schmitz

More info: After I start debug, join to MuseScore, and run plugin, to appear immediately notification below

//------------------------------------------------------------------------------------------------------------------
The inferior stopped because it received a signal from the Operating System.

Signal name : SIGSEGV
Signal meaning : Segmentation fault
//------------------------------------------------------------------------------------------------------------------

I haven't tried on windows, but I was running into same problem on CentOS 6.7 (see issue #101171: Crash when execute plugins that bring up window in Linux AppImage (i686 & x86-64, including CentOS 6.7)). If you notice console output along the lines of:

QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled

then you might be able to resolve this issue as I did by making sure the qt5 library libqxcb-egl-integration or libqxcb-glx-integration are in the library load path.

Do you still have an unanswered question? Please log in first to post your question.