Install 32 bit Version of Wine on AMD64 machine - nothing is lost b/c Wine is 32 bit.
Here is a link to the tutorial that I found:
http://ubuntuforums.org/showthread.php?t=185557
NOTE: If you want to run WoW on then read through the entire tutorial and make sure you download the special Wine deb that includes patches that allow for playing WoW. The regular deb won't work.
1.
download libxxf86dga1_1.0.0-0ubuntu3_i386.deb
wine_0.9.33~winehq0~ubuntu~6.10-2_i386.deb
(you will want to download the latest stable versions of the programs(
2.
cd ~/Desktop
dpkg -x libxxf86dga1_1.0.0-0ubuntu3_i386.deb libs
sudo cp ~/Desktop/libs/usr/lib/* /usr/lib3
3.
sudo apt-get install ia32-libs
4.
sudo dpkg --force-architecture -i wine_0.9.33~winehq0~ubuntu~6.10-2_i386.deb
5.
sudo apt-get install lib32asound2 ia32-libs-sdl
Font configuration, once a nasty problem, is now much simpler. If you have a collection of TrueType fonts in Windows it's simply a matter of copying the .ttf files into c:\windows\fonts.
Test Wine:
1.
Download HJSplit.exe, put in
/home/jski23/.wine/drive_c/Program Files/hjsplit/hjsplit.exe
2.
wine c:\\Program\ Files\\hjsplit\\hjsplit.exe
NOTE: you have to escape backslashes and spaces, hence the path looks as it does, above.
---------------------
Remove wine:
sudo dpkg -r wine
Good luck!