-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Docker image on Mac M1 #116
Comments
See #71 |
I followed the comments on #71 and ran command
that looks promising. I run command I get a lengthier output. notice it complains about the architecture mismatch again but also complains about wine tricks package manager needing an update - I'm not sure how to do that. I do thank you for your time and attention to it. I just find it's more fun when computers can be humanized. Apple really screwed us with these M1s huh?
|
That looks really promising :-) The |
I did a restart of the computer, I get the familiar output if I
So I went back and did |
Ok, so the issue may be related to network between the container and the host. export DISPLAY=$ip:0 to export DISPLAY=host.docker.internal:0 (around line 211) |
and if it is not enough, try changing
to
|
Here's my output after trying updated the display code and updating socat TCP I think it might be losing it on the arm64 platform emulation
|
Did this ever get resolved? I'm stuck in the same place. |
I've managed to get to an XQuartz window with the MTGO Setup dialogs, can accept EULA but hangs on downloading required file 1/1 (DotNet framework) install.log contents in case you find this interesting
|
fwiw Docker logs show this complaint around the same time as the hangup before segfault
|
I installed Docker for M1 because x86 won't install or run on it
https://www.docker.com/blog/download-and-try-the-tech-preview-of-docker-desktop-for-m1/
I followed the instructions on your GitHub and did the home-brew Xquartz dance.
Yet at the end of it, this is the result I get running the mtgo image.
The text was updated successfully, but these errors were encountered: