flathub / org.musescore.MuseScore

https://flathub.org/apps/details/org.musescore.MuseScore
8 stars 8 forks source link

Update to 4.4.1 #133

Closed THS-on closed 1 week ago

THS-on commented 1 week ago

This seems to start. I needed to clear ~/.var/app/org.musescore.MuseScore/, but did not investigate why.

Needs a bit more testing if everything works as expected. (Note that I'm not a MuseScore user that can fully evaluate that)

flathubbot commented 1 week ago

Started test build 144714

flathubbot commented 1 week ago

Build 144714 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/127791/org.musescore.MuseScore.flatpakref
hfiguiere commented 1 week ago

The crash is

/usr/include/c++/13.2.0/array:211: constexpr const std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) const [with _Tp = mu::engraving::PropertyValue; long unsigned int _Nm = 1532; const_reference = const mu::engraving::PropertyValue&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.

It's a known one they still haven't fixed. Probably because their QA process doesn't include building with assertions which detect genuine programming errors.

There are a few:

https://github.com/musescore/MuseScore/issues?q=is%3Aissue+is%3Aopen+mu%3A%3Aengraving%3A%3APropertyValue

But this is #123

hfiguiere commented 1 week ago

Close #132 This also close #119

hfiguiere commented 1 week ago

re: crash. I started it a second time and it worked.

flathubbot commented 1 week ago

Started test build 144823

flathubbot commented 1 week ago

Build 144823 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/127901/org.musescore.MuseScore.flatpakref
hfiguiere commented 1 week ago

Thank you so much!