How to Install the Ladbrokes Poker Client on Linux using Wine
July 26th, 2006It has been my aim to get rid of Microsoft Windows entirely from my computer. The only thing that stopped me was the Ladbrokes Poker client which is only supported on Windows. However, I now have it working under wine. It is a little bit fiddly but here’s how I did it.
- Install wine
- Configure wine
- Install Mozilla
- Install Mozilla ActiveX Control
- Install Shockwave plugin
- Install Ladbrokes Poker Client
1. Install wine
I have installed wine version 0.9.8. My distribution is Gentoo and so as root I simply typed
emerge -av wine
2. Configure Wine
Wine has a new configuration tool since the last time I used it.
winecfg
This launches a gui and sets up a folder structure under ~/.wine. You can choose the correct sound drivers at this point and which version of Windows you want to emulate. I chose Windows XP.
3. Install Mozilla
Download the latest version of the Mozilla browser (I used version 1.7.12) and install this in wine.
wine mozilla-win32-1.7.12-installer.exe
At this point you may be wondering why you are installing Mozilla under wine. The Ladbrokes Poker Client needs to use some ActiveX controls and therefore we must use the Mozilla ActiveX Controls for the client to finish its install.
4. Install Mozilla ActiveX Control
Before installing Mozilla ActiveX Control we must first install runtime60.zip. Unzip the contents of this file and put them in .wine/windows/system32.
unzip runtime60.zip
cp MSVC* ~/.wine/drive_c/windows/system32/
Now we can download the Mozilla ActiveX Control and install using wine.
wine MozillaControl1712.exe
5. Install Shockwave plugin
Download the latest version of the Shockwave plugin amd install it using wine.
wine Shockwave_Installer_Slim.exe
6. Install Ladbrokes Poker Client
wine LadbrokesPokerSetup.exe
And that is it. You can now login and play Ladbrokes poker on linux. Here is the proof.
Useful Links