Posted June 30, 2017
- if you haven't already, install current WINE
for example in current Ubuntu with the following console command which includes winetricks and the 32bit version:
sudo dpkg --add-architecture i386 && wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key && sudo apt-add-repository -y https://dl.winehq.org/wine-builds/ubuntu/ && sudo apt update && sudo apt install wine-devel winehq-devel winetricks && mv ~/.wine ~/winebck && export WINEARCH=win32 && winecfg
for Linux Mint 18.x
sudo dpkg --add-architecture i386 && wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key && sudo apt-add-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' && sudo apt update && sudo apt install wine-devel winehq-devel winetricks && mv ~/.wine ~/winebck && export WINEARCH=win32 && winecfg
- right click on the installer -> open with -> WINE windows program loader
- install wherever (will appear in your wine directory)
- ignore the error messages
- edit the appearing desktop icon with right click -> properties -> command
add "--disable-gpu" at the very end so that the end of it looks like this "Care.lnk --disable-gpu"
- run desktop shortcut
done
Kudos go to incognoscente for finding out and mentioning the essential fix.
for example in current Ubuntu with the following console command which includes winetricks and the 32bit version:
sudo dpkg --add-architecture i386 && wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key && sudo apt-add-repository -y https://dl.winehq.org/wine-builds/ubuntu/ && sudo apt update && sudo apt install wine-devel winehq-devel winetricks && mv ~/.wine ~/winebck && export WINEARCH=win32 && winecfg
sudo dpkg --add-architecture i386 && wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key && sudo apt-add-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' && sudo apt update && sudo apt install wine-devel winehq-devel winetricks && mv ~/.wine ~/winebck && export WINEARCH=win32 && winecfg
- install wherever (will appear in your wine directory)
- ignore the error messages
- edit the appearing desktop icon with right click -> properties -> command
add "--disable-gpu" at the very end so that the end of it looks like this "Care.lnk --disable-gpu"
- run desktop shortcut
done
Kudos go to incognoscente for finding out and mentioning the essential fix.
Post edited July 02, 2017 by Klumpen0815