Store not working
The MTG arena store will not let me purchase gems. I am trying to either purchase the $20 or $50 gems option to participate in the Decathlon pauper event. When I click on the button to bring me to payment, the store just gets stuck on the loading screen.
My username is f3_kf2#92968 and I am playing on the Mac app.
Since I cannot play the event during the work week, I would like to be either given the token for the event or a significant discount on the store if this issue is not resolved today.

-
Cicerox2112#42290 commented
I am having this issue to. On mac.
-
Pip#02084 commented
I have made plenty of purchases on the Mac previously, but today I got stuck on "Waiting for the Server..." during a purchase. Restarting the application, logging out and back in, nothing helped.
This is an extremely poor bug to have not fixed. It's Wizard's income, after all! ...I would think it would have the highest priority. 8P
A workaround would have been if Wizards provided a web store for MTGA purchases. I guess they do not have much incentive to maintain a platform independent store.
-
Eggwich#30426 commented
This is not fixed, nor do any of the workarounds work for me. I have an Intel Mac and an Apple silicon Mac, and can't make purchases on either of them.
Doesn't matter if I launch from the Epic launcher, doesn't matter if I reinstall Arena.
-
MC28#11821 commented
I confirm what @LarterStyles said: Try launching Arena from the Epic Games Launcher; this temporarily resolves the store timeout issues on macOS.
This worked for me!!! Using MBP M1 Pro
-
yvantriloque#42401 commented
Can' purchase gems since yesterday. I'm stuck on the loading screen after authentification with my bank.
i'm on windows. -
LarterStyles commented
Try launching Arena from the Epic Games Launcher; this temporarily resolves the store timeout issues on macOS.
-
User commented
Just another comment to say that this issue continues to cost wotc money.
I just tried to spend $15 on the mastery pass for Foundations but the game just repeatedly gets stuck waiting on the server, so I'll just save the money and buy the pass with gems if I end up playing enough to justify it. Using an M2 macbook air. -
zaphod 9#89411 commented
As a workaround, you can also uninstall + reinstall (presumably after every update).
-
void#02223 commented
At the end of a longer conversation with a Customer Service Representative, she wrote:
"If you do find a solution, please let us know so that we can update our Technical Support articles and agent training with that solution."I referred to the workaround, which I posted in this thread down below, and I didn't even receive a "thank you". Needless to say, operations is of uttermost importance, but I do have the impression that certain departments are heavily understaffed.
Having said that, I can only suggest to try the proposed workaround.
If I'd have found an arm64 version of this library, I'd have attached it here, so that players with Apple silicon devices have a permanent fix and can enjoy native performance. -
gorfou#57720 commented
Same issue in oct 2024
Tried card and paypal but the in game browser is stuck
Logs show error parsing...
It's impossible to open a ticket
searching this issue show that it has been around for years for many users I guess wizard does not care about MTG Arena ans people are spending their money elsewhere -
void#02223 commented
I experienced the same issue on my MacBook Pro with Apple silicon a few days before the DSK release.
Recently, I've just figured out a workaround and I'd like to share it here, because many Mac users are affected.First of all, the problem should not occur if you're launching the game via the Epic Games Launcher.
If you launch MTGA.app directly from the Dock or by any other means, then you can do the following:
You can tell macOS to launch MTGA.app using Rosetta 2. This is a "compatibility layer", which enables a Mac with Apple silicon to use apps built for a Mac with an Intel processor.
One way to do this is described in the official Apple Support article: https://support.apple.com/en-us/102527
Follow the instructions under the section "Does your app need Rosetta?" and apply them to the /Users/Shared/Epic Games/MagicTheGathering/MTGA.app (instead of Safari, of course).Alternatively, you can launch MTGA.app from the terminal by switching to x86_64 architecture first:
% arch -x86_64 open -a /Users/Shared/Epic\ Games/MagicTheGathering/MTGA.appThere are only three minor issues:
- Applications in x84_64 mode need more CPU. Then the Activity Monitor.app clearly shows higher CPU utilization (and the "Kind" column contains "Intel").
- When exiting the application, the error "MTGA quit unexpectedly." might occur. Nothing to worry about...
- And last but not least, personally, I feel bad for doing the job of the company, solving their problems and enabling players to spend their money on a product, where the support has room for improvement.Having said that, I hope that some of the affected users stumble upon this info and consider it helpful.
Kind regards,
voidPS: For the interested reader, here are some technical details:
The main executable inside the app is built for both, arm64 (Apple silicon) and x86_64 (Intel, AMD). This can be checked in the terminal as follows:% file /Users/Shared/Epic\ Games/MagicTheGathering/MTGA.app/Contents/MacOS/MTGA
/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/MacOS/MTGA: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]Hence, a Mac with an Apple silicon will launch the arm64 version. Unfortunately, the library libZFProxyWeb.dylib, which is used for displaying a web browser window inside the game, was built only for x86_64.
% file /Users/Shared/Epic\ Games/MagicTheGathering/MTGA.app/Contents/PlugIns/libZFProxyWeb.dylib
/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/PlugIns/libZFProxyWeb.dylib: Mach-O 64-bit dynamically linked shared library x86_64When initiating any monetary payment, the library cannot be loaded and the following error occurs and is logged to the Player.log:
Uploading Crash Report
DllNotFoundException: ZFBrowser failed to load /Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/Plugins/libZFProxyWeb.dylib: dlopen(/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/Plugins/libZFProxyWeb.dylib, 0x0001): tried: '/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/Plugins/libZFProxyWeb.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/Plugins/libZFProxyWeb.dylib' (no such file), '/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/Plugins/libZFProxyWeb.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/PlugIns/libZFProxyWeb.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/PlugIns/libZFProxyWeb.dylib' (no such file), '/Users/Shared/Epic Games/MagicTheGathering/MTGA.app/Contents/PlugIns/libZFProxyWeb.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))By knowing that, it is pretty simple to bypass this obstacle. Once an application switches to x86_64 mode, then this application (and also all child processes) are executed as x86_64 binaries. Since all other libraries support both CPU architectures, the order process can be initiated properly.
-
gbjandys#41876 commented
I have the same issue on MacOS with an Intel MacBookPro
-
harri673#29883 commented
what the h&#$ is wrong with you wizards? We're only asking to be exploited! JFC
-
LarterStyles commented
I tried contacting Customer Service about this issue, but couldn't get past the automated bot responses.
There's nothing about this in the Known Issues list (https://mtgarena-support.wizards.com/hc/en-us/articles/360000091646-Known-Issues-List), so I'm not holding out hope for a fix (especially given the huge volume of macOS-related issues that have also gone unacknowledged for the last year or two).
-
Wuuscht#12504 commented
Since I've switched to Apple Silicon and to a newer OS a month or 2 ago, I've had the same Issue. Worked fine on Intel with the older OS
-
dlh#27610 commented
I am also blocked still, this is a bit ridiculous. I tried giving Arena as many permissions as possible in the Services settings, but still nno luck.
-
Bauk#81583 commented
This is an old thread but it still does not work on my MAC so I am bumping.. Anyone with resolution to the store problem?
-
GoodGuy#68714 commented
I tried multiple times to purchase the Modern Horizons 3 Tamiyo Play Bundle, but the screen gets stuck on the "Waiting for the Server..." message. The Xsolla purchase window never appears. I'm using an iMac 3.2 GHz 6-Core Intel Core i7 running Sonoma 14.5. Staying on the message for too long causes my computer fans to turn on.
-
Tom#73447 commented
Here is my screen with the same problem
-
f3_kf2#92968 commented
I come back 4 moths later and there's still been no response LOL
My wallet is very happy that I've chosen to uninstall arena and play other things that don't cost $500/year to enjoy
it truly is bonkers to me that wizards would just shut down their entire revenue stream for mac users for months as per the other comment.