These are the steps I took to install Fallout3 on my laptop, using latest patch from Bethesda (1.5) and wine 1.1.20.
First of all, enable 3rd party apps and do:
Code:
sudo apt-get install libglut-dev libglu-dev xorg-dev build-essential
These should be all the libraries you need.
Next: Follow the instructions at http://www.winehq.org/download/deb
Code:
sudo apt-get update && sudo apt-get upgrade
Now, download the wine source from
HTML Code:
http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=77449
Then, get this patch:
HTML Code:
http://bugs.winehq.org/attachment.cgi?id=20312
File, save page as --> to desktop or wine-* directory.
cd to the wine-* directory and do:
Code:
patch -p1 < filename.diff
Now, you can go ahead and do a ./configure, make depend && make then go ahead and sudo make install.
This will install the patched version of wine, which is what we need.
After this, you should be able to run the launcher to set video settings, then cd to your Fallout3 install directory and you should be able to run wine Fallout3.exe no problems with no crashes after selecting New Game from the menu.
If this doesn't work for you, let me know, I forgot exactly what packages I had installed for compiling wine with OpenGL.
Bookmarks