Open Terminal on the mac, then copy each line in:
cd "/Users/$USER/Library/Application Support/World of Tanks/Bottles/worldoftanks/drive_c"
ln -s "/Users/$USER/Library/Application Support/World of Tanks/Bottles/worldoftanks/drive_c" "c:"
cd /tmp
As I don’t have wget installed on the mac, the following line will not work:
wget "
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
Instead go to the
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks in safari, then copy and paste into a new text file called wine tricks.sh
I used vi in terminal todo this but textedit should work if saved as txt then renamed.
chmod +x wintricks.sh
export PATH=$PATH:"/Applications/World of Tanks.app/Contents/SharedSupport/worldoftanks/bin"
env WINEPREFIX="/Users/$USER/Library/Application Support/World of Tanks/Bottles/worldoftanks/drive_c" ./winetricks.sh -q vcrun2015
Download vc2015 from here:
https://www.microsoft.com/en-us/download/details.aspx?id=48145 to /tmp then run this in wine by doing:
"/Applications/World of Tanks.app/Contents/SharedSupport/worldoftanks/bin/wine" cmd
Then at the DOS prompt simply type:
./vc_redist.x86.exe
Then use repair and click ok. It will exit back to the prompt after installing the libraries
Add the following to winecfg/libraries by typing:
"/Applications/World of Tanks.app/Contents/SharedSupport/worldoftanks/bin/wine" winecfg
Then go to the libraries tab and add these two libraries as native, builtin
msvcp140
api-ms-win-crt-math-l1-1-0.dll
ucrtbase.dll
To run the game just run:
"/Applications/World of Tanks.app/Contents/SharedSupport/worldoftanks/bin/wine" cmd
Then at the DOS prompt:
c:
cd Games
cd World_of_Tanks
WorldOfTanks.exe
If you see anything like this in the window when running the game (example with ucrtbase.dll not being found):
wine: Call from 0x7b42c099 to unimplemented function ucrtbase.dll._except1, aborting
Simply add the dll name to the library tab in winecfg as you did above.