-
-
Notifications
You must be signed in to change notification settings - Fork 34
macOS: installing MTGO using Wine
Loïc Paulevé edited this page May 3, 2018
·
23 revisions
On macOS, depending on your configuration, the Docker image may not work properly.
Instead of using Docker and virtualization, you can try to install Wine directly to execute MTGO. The following instructions are inspired both by https://appdb.winehq.org/objectManager.php?sClass=version&iId=32007 and https://it.toolbox.com/blogs/jeffhoogland/howto-install-mtgo-on-ubuntu-linux-010718
- In a Terminal, using Homebrew, execute the following command:
brew install cabextract
- Download and execute installer for "Wine Development" at https://dl.winehq.org/wine-builds/macosx/download.html.
- Launch "Wine Devel" application, it will open a Terminal
- Execute
wine wineboot
you will be prompted for installing Mono and Gecko, choose Install in both cases.
- Execute the following commands:
curl -O https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
./winetricks corefonts dotnet461 ddr=gdi win7
Follow the instructions, note that the installation of .Net can take some time.
- Execute the following commands:
curl -o mtgo.exe http://mtgoclientdepot.onlinegaming.wizards.com/setup.exe
wine mtgo.exe
- Launch "Wine Devel" application
- In the opened Terminal, execute
wine mtgo.exe