mycophobia
Chieftain
- Joined
- Oct 14, 2017
- Messages
- 96
I'm putting this here because every time I do a fresh install of Debian and I want to install my GOG copy of Civ 4 I have to dig and experiment and do all sorts of dumb stuff for hours to figure out exactly what to do to make it run in wine, so here's a concise sequence of commands that makes it work for me in hopes that it will assist a fellow weary Googler. I'm assuming this would work in other Debian-based distributions like Ubuntu as well:
First, add the non-free repository to your sources.list if it's not there already.
To get everything installed and ready:
sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install wine32 winetricks
export WINEPREFIX=~/.wine32
export WINEARCH=win32
export LC_ALL=C
wineboot
winetricks msxml3 d3dx9
cd ~/wherever_the_gog_installer_is/
wine setup_civilization4_complete_2.0.0.4.exe
Run this in the game folder to play:
WINEPREFIX=~/.wine32 WINEARCH=win32 LC_ALL=C wine [insert game exe here]
First, add the non-free repository to your sources.list if it's not there already.
To get everything installed and ready:
sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install wine32 winetricks
export WINEPREFIX=~/.wine32
export WINEARCH=win32
export LC_ALL=C
wineboot
winetricks msxml3 d3dx9
cd ~/wherever_the_gog_installer_is/
wine setup_civilization4_complete_2.0.0.4.exe
Run this in the game folder to play:
WINEPREFIX=~/.wine32 WINEARCH=win32 LC_ALL=C wine [insert game exe here]
Last edited: