Which git branch is the latest version?
Hi,
I'm experiencing a bug on 2.1.0. Before I report it, I'm checking if the bug exists in the latest nightly.
Which git branch is used for the latest nightly builds? I think it is master, but I'm not sure.
The bug I'm seeing exists on branch 2.2 but not on branch master. Does this mean it has been fixed?
The bug is that if the start screen is opened and there is an internet connection it crashes MuseScore with
*** Error in 'musescore': free(): invalid pointer: 0x00007fddedbd33c0 ***
Aborted (core dumped)
Thanks!
Comments
"master" is indeed where you'd want to check. It's the latest in the sense of still being in development, nowhere near ready for anything resembling real use, but will eventually become MuseScore 3.
However, I am not understanding your description of the problem. MuseScore has been started with an internwet connection available countless millions of times by now, so there must be something else going on triggering the crash you are seeing. More details would help us understand.
In reply to "master" is indeed where you… by Marc Sabatella
When the window titled "Start Center" opens it has two sections separated by a vertical bar. The one on the left shows Create a new score... , the one on the right starts out blank.
When the section on the right loads, it shows Online community, find sheet music, and Getting started and the one page interactive tutorial and the image for that. Shortly after that loads MuseScore crashes.
It also crashes with the same error if the Start Center isn't opened by default (for me this happens when it crashes and I restart it and choose restore session) but is opened manually using the menu View -> Start Center.
I have removed ~/.config/MuseScore but MuseScore still crashes.
I'm using Arch Linux. The 2.1 version is an official package (https://www.archlinux.org/packages/community/x86_64/musescore/) and has this error. The 2.2 branch is packaged in the arch user repository (https://aur.archlinux.org/packages/musescore-git/) which I compiled and also has this error.
I changed the AUR package to build from master and I don't get this error, so it's clearly been fixed already if master is the latest branch.
Other than a warning about "Ignore SSL error: 6 The certificate has expired", which refers to https://connect2.musescore.com/?version=2.1.0 (expired 501 days ago) , there's nothing else that looks like an error in the logs, even when musescore is run with
-d
.In reply to When the window titled … by alzeih
Try -w to prevent the internet access
In reply to Try -w to prevent the… by Jojo-Schmitz
Yes, that works to prevent the crash in MuseScore 2.1 (current stable). Thanks!
In reply to Yes, that works to prevent… by alzeih
Which version of Qt is used to build on arch ? The web panel in the start center, in 2.1 and 2.2 nightlies is powered by Qt Webkit. Maybe this module is not installed? or buggy?
In reply to Which version of Qt is used… by [DELETED] 5
MuseScore on ArchLinux is built and run with qt5 (5.10.0), with qt5-webkit (5.212.0alpha2).
It's definitely included as a dependency (https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=…)
It could be buggy, but I'm not sure how I would determine that.
in master the start center does not open any internet connection, that's probably why that problem doesn't show there.