I don't know what to do, and it's very annoying, especially since I used to use WineHQ almost every day. Clip Studio Paint, which I used to use via WineHQ, is a real work tool for me, and now I can't draw.
Thanks in advance for your help!

Did you upgrade your system to Ubuntu 22.04?I upgraded to the latest version of the distribution
Wine developers are currently working hard on a new version of Wine Stable. When it is ready, there will be a Wine Stable version for Ubuntu 22.04.but the stable version doesn't seem to exist
Maybe we can solve this problem. Probably an old package is in the problem, or a package from an unofficial Ubuntu repository.and the other branches of WineHQ are impossible to install on my distribution, it puts an incomprehensible error message talking about dependencies and incoming.
Code: Select all
# Update the package information
sudo apt update
# Remove all old WineHQ packages
sudo apt remove winehq-stable wine-stable wine-stable-amd64 wine-stable-i386:i386
# Check if there are other old packages installed
LC_ALL=C apt list --installed | grep installed,local
# Remove the old packages if necessary with:
# sudo apt remove <package name>
# Try to install Wine step-by-step
sudo apt install --install-recommends wine-devel-i386:i386
sudo apt install --install-recommends wine-devel-amd64
sudo apt install --install-recommends winehq-devel
Code: Select all
apt-cache policy