https://bugs.winehq.org/show_bug.cgi?id=56339
--- Comment #10 from olav.magi@hotmail.com --- (In reply to joaopa from comment #9)
The first thing to do is to try with the latest vanilla wine (currently it is wine-9.3) without any bottles. If that works that means it is not a wine bug. If it does not work it a wine bug that needs to be fixed.
You mean I have to use the following commands in the following sequence:
sudo dpkg --add-architecture i386 sudo mkdir -pm755 /etc/apt/keyrings sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources sudo apt update sudo apt install --install-recommends winehq-devel
Please confirm that it is exactly the needed commands for Terminal of Ubuntu 22.04 LTS for trying the latest vanilla wine (currently it
is wine-9.3) without any bottles?
Also please confirm that installing the aforementioned version of Wine independentlt from Bottles, the Wine in Bottles and the independent installation of Wide does not conflict.