Magic the Gathering: Arena current version
Application Details:
Version: | Current |
License: | Free to use |
URL: | https://magic.wizards.com/en/m... |
Votes: | 10 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 8.4 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Able to install and run the game after remving fedora's built in wine-mono and replacing it with version 7.4.0.
What does not
Installer fails using the built-in wine-mono on Fedora 37.
Workarounds
On Fedora 37 with wine 8.4 and applying the workaround from https://dl.winehq.org/wine/win... I am able to install and run the game.
export WINEPREFIX=~/.winemtga
rm -rf $WINEPREFIX
WINEPREFIX=~/.winemtga wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
WINEPREFIX=~/.winemtga wine ~/Downloads/wine-mono-7.4.0-x86.msi
wine start Downloads/MTGAInstaller.exe
Then run with:
cd ~/.winemtga/drive_c/Program\ Files/Wizards\ of\ the\ Coast/MTGA/MTGALauncher/
WINEPREFIX=~/.winemtga wine start MTGALauncher.exe
What was not tested
Any paid features.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 37 x86_64 | Apr 08 2023 | 8.4 | Yes | Yes | Yes | Gold | m8ram | |
Show | Fedora 37 x86_64 | Mar 07 2023 | 8.2 | Yes | No | Yes | Garbage | m8ram | |
Show | Fedora 36 x86_64 | Mar 04 2023 | 8.1 | Yes | No | No | Garbage | m8ram | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Oct 24 2022 | 7.19-staging | No, but has workaround | No | Yes | Garbage | Janek | |
Show | Debian GNU/Linux 11.x "Bullseye" x86_64 | Aug 17 2022 | 7.15 | Yes | Yes | Yes | Silver | rofustus |
Bug # | Description | Status | Resolution | Other apps affected |
32342 | Multiple applications and games using 'Webkit' or 'Blink' web browser engine crash on startup ('Arial' and 'Times New Roman' font face name validation) | STAGED | View | |
47753 | Magic The Gathering: Arena (MTGA) issue crashing on start | UNCONFIRMED | View | |
48121 | Unity games do not fire OnApplicationFocus/OnApplicationPause events on focus regain | STAGED | View | |
49627 | Magic The Gathering: Arena Update manager needs Windows.Foundation.Diagnostics.AsyncCausalityTracer | RESOLVED | NOTOURBUG | View |
50537 | Magic the gathering Arena Installer: shows a grey background instead of black | UNCONFIRMED | View | |
50588 | Magic the gathering Arena: Game crashes after a game finished | UNCONFIRMED | View | |
50696 | Magic: The Gathering Arena shows a white window when trying to add fund | UNCONFIRMED | View | |
50903 | Magic the gathering Arena (MTGA) crashes when launching the game | UNCONFIRMED | View |
Make sure you use a wine version > 5.9. Prior versions suffer from a bug that causes the client to constantly crash when downloading the initial assets (https://bugs.winehq.org/show_b...). This has been fixed in wine versions > 5.9.
Other wine versions with known issues for MTGA:
After you moved your mouse outside the client or switched to a different virtual desktop, MTGA will not regain focus if you get back to the application.
To fix this focus issue you can add a registry key by running:
wine reg ADD 'HKEY_CURRENT_USER\Software\Wine\X11 Driver' /v UseTakeFocus /d 'N' /f
Comments for this application have been disabled because there are no maintainers.