Installing LuckyAcePoker software on Linux with Wine


LuckyAcePoker doesn't provide binaries that run natively on Linux. But with the free software Wine it is possible to execute LuckyAcePoker on Linux. And here you will find a step by step tutorial of how to do that. It is not as straightforward as the installation of PokerStars or Full Tilt Poker, but let's begin.
What do you need?
- Get the latest Wine version
- Get the latest Winetricks
- Download the LuckyAcePoker Setup for Windows
Hint
We installed LuckyAcePoker with Wine 1.1.9 on OpenSuse 11.1 with KDE Version 4.1.3. But other distributions and of course newer Wine versions should also work.
Nine steps to run LuckyAcePoker on Linux with Wine
- Open your shell
- Execute "Winetricks", choose "gecko" and press OK (We needed to install the Gecko engine in order to finish the setup. Otherwise the setup crashes during installation.)
:~> winetricks
- Go to your Wine directory
:~> cd .wine
- Copy the LuckyAcePoker setup file to your Wine directory
:~> cp /home/user/luckyacepoker.exe /home/user/.wine
- Start the setup with Wine. All necessary files will be downloaded.
:~> wine ./luckyacepoker.exe&
- Follow the instructions of the LuckyAcePoker setup. After the setup is complete, LuckyAcePoker starts the first time. Now you can create a new account or sign in if you already have an account.
- But, as we wanted to close LuckyAcePoker, the client freezes and we had to kill the process. So we had to search for the PID (Process IDentifier) of the application (LuckyAcePokerSetup.exe) and terminate it.
:~> ps aux | grep LuckyAcePokerSetup.exe
:~> kill 'pID'
- For any further start of LuckyAcePoker, you can start the poker client from the shell:
:~> wine "C:\Programme\LuckyAcePoker.com\bin\luckyacepoker.exe"
- or from the KDE menu (see screencast below)
That's it! Have fun and good luck!
Screencast of installing LuckyAcePoker on Linux
In the screencast below, you can see the installation of LuckyAcePoker on OpenSuse 11.1.
High quality movies
If you want to see the screencast in a higher quality, just download it in your favorite file format.
The movies should work fine on Linux with Kaffeine or MPlayer and on Windows with the VLC media player.