In this tutorial I'll tell you how to launch EmuCoach in Ubuntu using Wine. I've tested this guide in Ubuntu 16.04.1 x32 and Ubuntu 16.04.1 x64 with repacks EmuCoach v. 5 and EmuCoach v. 6.1. All is working fine.
So, let's begin:
1. Download all components of EmuCoach to your computer and place them into one folder
2. Install the latest Wine version: run the commands (separately, no matter from where)
3. Unpack _Server/Required Software.rar to _Server folder
4. Install vcredist_x86.exe and Win32OpenSSL-1_0_1h.exe: run the command (from _Server folder)*
Complete the installation (like on Windows) using default options. After that run the next command in Terminal (from _Server folder)
And complete the installation using default options...
5. Launch MySQL by running the command (from _Server folder)
5. Now you can launch the server, open the new terminal and run the command (from folder with your authserver.exe and worldserver.exe)
There will be some windows that asking about insatlling software, click "Install"
6. After authserver.exe is started, open the new Terminal and run the command (from folder with your authserver.exe and worldserver.exe)
If you have something like that:
Then you have successfully run EmuCoach on Ubuntu!
If you have any questions, feel free to ask me here)
So, let's begin:
1. Download all components of EmuCoach to your computer and place them into one folder
2. Install the latest Wine version: run the commands (separately, no matter from where)
Code:
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds && sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
4. Install vcredist_x86.exe and Win32OpenSSL-1_0_1h.exe: run the command (from _Server folder)*
Code:
wine vcredist_x86.exe
Code:
wine Win32OpenSSL-1_0_1h.exe
5. Launch MySQL by running the command (from _Server folder)
Code:
wine mysql/bin/mysqld.exe --defaults-file=mysql\\bin\\my.cnf --standalone --console
Code:
wine authserver.exe
6. After authserver.exe is started, open the new Terminal and run the command (from folder with your authserver.exe and worldserver.exe)
Code:
wine worldserver.exe
If you have something like that:

Then you have successfully run EmuCoach on Ubuntu!
If you have any questions, feel free to ask me here)
Last edited: