plugin dialogs are empty on Windows XP SP3
See screenshot example for abc_import. It's sensitive in the sense that the buttons work if you're lucky enough to find them; it's just not rendered.
helloQml, scorelist and ScoreView are the same.
In contrast, built-in dialogs like e.g. File -> Open are fine.
Attachment | Size |
---|---|
musescore_abc_import_blank_dialog.JPG | 28.94 KB |
Comments
Quite possible that this is a compatibility issue, Windows XP is out of support (by Microsoft, and as such also by MuseScore and by Qt) since quite a while (April 8th, 2014, more than 3 years ago now, MuseScoere 2.0 got released almost a year later).
Our plugin system is built on top of Qt's QML language. For windows XP this means your graphics card needs to have its own OpenGL compliant driver and/or high enough DirectX support through ANGLE.
Many XP systems indeed do not handle this well, leading to non-visual contents of the windows. In my personal view, if you don't have a very good reason for staying with XP and that machine is the only one available, have a look at some of the lighter and still relative dummyproof linuxes such as Lubuntu. They do come with a software OpenGL renderer and chances are higher that MuseScore can run on those using the AppImage format.
Note that you are nearly guaranteed that MuseScore 3 won't work on Windows XP as a program as well, as we've moved on to a newer version of Qt, which has stripped a bunch of its old XP-supporting code away.
Thanks jeetee, I have a W7 box as well so I can work with that.