Hi Leo,

The issue appears to be a segmentation fault caused by the premature deletion of an object, likely within the Qt6 event handling system. Jonas is correct that the backtrace doesn't clearly indicate the exact problem, and we need to take some steps to diagnose and potentially resolve the issue:

Gather More Information
Crash Timing: Does the crash occur during specific actions (e.g., changing songs, idle state, playlist interactions)?
Playback Context: Are there any specific file types or codecs involved when the crash happens?
Reproducibility: Can you reliably reproduce the crash? If yes, describe the steps.

System and Package Details
You mentioned you are using the Liquorix kernel. Did you install Strawberry from a package (e.g., a Debian/Ubuntu .deb) or build it from source? If from a package, specify its source.

Check for library mismatches:

Run

ldd $(which strawberry)

(to see if any library paths point to unexpected or mismatched versions)

Check Dependencies
Ensure that all the required dependencies, particularly libQt6Core and libQt6Widgets, are consistent with the Strawberry version. Use: dpkg -l | grep qt6

(to ensure they match the versions expected by Strawberry 1.2.2)

Workaround Suggestions

Switch to a Stable Kernel: Since you're on Liquorix, consider trying the default kernel of your distribution to rule out kernel-specific issues.
Downgrade Strawberry: Temporarily revert to the previous version if stability is critical while investigating further:

sudo apt install strawberry=1.2.1