MuscScore CRASHES on startup
Reported version
3.3
Type
Functional
Frequency
Many
Severity
S3 - Major
Reproducibility
Always
Status
needs info
Regression
No
Workaround
No
Project
Running Windows 10. When clicking the ICON to start the program it crashes immediately. Downloaded the latest version, 3.3.3.8992, and the result was the same...crashes on starting the program.
If I keep clicking the ICON with repeated crashes eventually the program will start. It generally will take about 3-4 crashes on starting the program before the program will actually start so that it can be used.
I have reported this same issue a few weeks ago.
Comments
Does it work for you if you start by double-clicking a score file rather than the program icon? There is also a known incompatibilty with certain graphics drivers that can be solved by setting the environment variable "QT_OPENGL" to "angle" (type "environment" into the taskbar search on WIndows to learn how to set environment variables. Let us know if either of these works around the problem. If not, it's some other problem unique to your system so we'd need to understand more yet.
In reply to Does it work for you if you… by Marc Sabatella
Marc,
Thanks for your response. My responses to your questions are:
Your suggestions are appreciated.
Thanks,
Nick
The suggestion is to set that environment variable, not to check whether it is set.
@echo off
rem set QT_OPENGL=desktop
set QT_OPENGL=angle
rem set QT_OPENGL=software
start "" "%ProgramFiles%\MuseScore 3\bin\MuseScore3.exe"
You could also try the development builds from https://musescore.org/en/node/296682#comment-962491