http://bugs.winehq.org/show_bug.cgi?id=59668 --- Comment #4 from Jim Tinlin <jimtinlin@gmail.com> --- Created attachment 80782 --> http://bugs.winehq.org/attachment.cgi?id=80782 After clean Linux install and Wine v11.0 install This is the process I used to install Wine v11.0, in case there is something I missed: Wine v11.0 / Linux Mint 22.3 Enable 32-bit Architecture (Wine requires 32-bit support to function correctly) sudo dpkg --add-architecture i386 Download and Add the Repository Key sudo mkdir -pm755 /etc/apt/keyrings sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key Add the WineHQ Repository, for Linux Mint 22.3 (based on Ubuntu 24.04 "Noble"), add the repository: sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources Update Package Lists sudo apt update Install Wine 11 - Wine 11.0 is currently available in the stable, staging, or development branches. sudo apt install --install-recommends winehq-stable -or- sudo apt install --install-recommends winehq-staging -or- sudo apt install --install-recommends winehq-devel Verify Installation wine --version Initial Configuration Initialize Wine: Run winecfg in the terminal to create the .wine directory and set up the default Windows 10 environment. Install Components: Install Wine Mono (for .NET) and Gecko (for web content) when prompted. Run Apps: Right-click an .exe file and select Open With Wine Windows Program Loader. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.