You are not logged in.
Pages: 1
I've been having issues with musescore crashing for the last few versions. I am experiencing this on an X11 qtile system as well as a wayland KDE system. I have been using the appimage to get around some of these issues but was wondering if someone here could provide some insight into how or if I can run this a bit better natively.
First, is anyone not having this issue on an up-to-date arch install? If so, it must be something common between my installs.
When performing an action that crashes it, mscore (MuseScore binary) throws the following:
/usr/include/c++/14.2.1/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = muse::PointX<double>; _Alloc = std::allocator<muse::PointX<double> >; reference = muse::PointX<double>&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Aborted (core dumped)Any thoughts?
Offline
Looks like this is an issue with the flags used to build:
https://github.com/musescore/MuseScore/issues/20878
https://github.com/musescore/MuseScore/issues/20792
Offline
Pages: 1