Open Source @lemmy.ml const_void @lemmy.ml 12mo ago Strawberry Music Player 1.1 released! github.com Release Strawberry 1.1.0 · strawberrymusicplayer/strawberry
Looks like classic case of trying to dereference an invalid pointer? Fix was an early return, returning a default Qvariant(). I'm not an expert in Qt, I just like following this stuff to learn.
Same although I found the reason at the bottom of the downloads page: https://www.strawberrymusicplayer.org/#download
I’m sorry, but ‘crash when pressing Ctrl+C’ is a hilarious bug.
Looks like classic case of trying to dereference an invalid pointer? Fix was an early return, returning a default Qvariant().
I'm not an expert in Qt, I just like following this stuff to learn.