Install Mtgo Wine

The following instructions are heavily inspired by @pauleve. I modified his instructions and then added details about how to make a shortcut and support Retina/HiDPI displays.

Install mtgo wine glass

The Wine Mono package installs its files in c:windowsmonomono-2.0. In modern Wine (= 1.5.6), without Wine Mono installed it will appear to Windows applications that.NET is not installed, so the only real option is to use that package. On macOS, depending on your configuration, the Docker image for MTGO (Magic Online) may not work properly. We would like to show you a description here but the site won’t allow us.

Installing MTGO (and Wine and Homebrew and Xquartz and ...)

  1. Install Homebrew by opening Terminal and executing the following command:
  1. In Terminal, execute the following command:
  1. Download and run the Installer for 'Wine Development'.
  2. Open the 'Wine Devel' application, which creates a Terminal window.
  3. In the new Terminal window, execute:
Install Mtgo Wine

You may be asked to install Mono and Gecko. Install both.

Install mtgo wine fridge
  1. Again, in Terminal, execute these three commands:

Follow the instructions. The installation of .Net can take some time and may require you to install multiple versions of .Net (e.g. 4.0, 4.5, and 4.6).

  1. Once complete, execute these two commands in Terminal:

Adding Retina/HiDPI Support

Install Mtgo Wine Free

  1. In Terminal, execute the following command:
  1. A registry editor window will appear. In the tree structure to the left, navigate to HKEY_CURRENT_USER -> Software -> Wine and then select Edit -> New -> Key from the menu. This creates a new folder/key, which you should name 'Mac Driver'.
  2. Open Mac Driver in the tree structure and then select Edit -> New -> String Value from the menu. This creates a new value, which you should name 'RetinaMode'.
  3. Double click RetinaMode, set its value to 'y', and then click 'OK'.
  4. Close the registry editor and restart wine by typing wineboot into Terminal.
  5. Open Wine's configuration dialog by typing winecfg into Terminal.
  6. Click on the Graphics tab, enter the correct dpi under 'Screen resolution', and click 'OK'. You can find your screen's dpi on Apple Support or via DPI Love.
  7. Restart Wine again by typing wineboot in Terminal.
Mtgo

Playing MTGO

Option 1: Launching through Wine Devel (the gross way)

Install Mtgo Wine Bar

  1. Open the 'Wine Devel' application
  2. In the new Terminal window, execute:

Option 2: Creating a shortcut (the sexy way)

  1. Open TextEdit and make sure it is in plain text mode (Shift + Command + T).
  2. Assuming you followed the directions above, paste the following into TextEdit:

If you installed mtgo.exe elsewhere, replace ~ with the path to the mtgo.exe file.

Install Mtgo Wine Box

  1. Save this file as 'MTGO' (or anything, really). The important part is ensuring that you save the file without an extention (uncheck 'If no extension is provided, use '.txt'.' in the save window).
  2. Open Terminal and execute the following:

Replacing path/to/file with the path to wherever you saved the file and MTGO with the name of the file.

  1. From now on, all you have to do is double click the file to launch MTGO!
  2. Optional: You can replace the icon for the MTGO file with something nicer.