Skip to content
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

MTGO slow and freezes after every action #121

Closed
ralacerda opened this issue May 18, 2021 · 3 comments
Closed

MTGO slow and freezes after every action #121

ralacerda opened this issue May 18, 2021 · 3 comments

Comments

@ralacerda
Copy link

ralacerda commented May 18, 2021

Hi Guys,
I tried to play with this version of MTGO, I'm currently on Linux. I get a good performance out of Magic Arena, so I don't think MTGO being slow is due to my hardware.

So the game is slow to open tabs, but that is okay, the real problem is that in game, everything freezes for 10-20 seconds after every action. If my opponents plays a card, I see the card in chat, but it takes 10-20 seconds to show up, while everything is freezed. I played a best of three, and I noticed it gets better during game 2, but it will still randomly freeze for the 10-20 seconds.

Kind of a pain to play like this (specially for my opponent), when the game starts, it takes 30 seconds before I can pick if I want to play first or not.

Here is the logs of running
./run-mtgo --debug &>output.log

https://gist.github.com/ralacerda/8b97718b840df5705064d767df9a4b08

Thanks everyone

@pauleve
Copy link
Owner

pauleve commented May 18, 2021

Probably duplicate of #107. You can try a few things from the comments there, but this is indeed a known issue on some systems. The first thing to try is using an older image:
./run-mtgo panard/mtgo:wine-4.9

It seems unrelated to the performance of the system, and it is difficult to reproduce on different machines (in my case I cannot reproduce it although I tried on 3 different machines..).
If you post your docker info and details on your setup (linux distribution, window manager), it may help finding a rational.

@pauleve
Copy link
Owner

pauleve commented Oct 12, 2021

Do you have an nvidia graphics card? If so, #132 may be worth a try:

  1. install nvidia-container-toolkit, aka nvidia-docker2
  2. update the run-mtgo script
wget -O run-mtgo https://raw.githubusercontent.com/pauleve/docker-mtgo/master/run-mtgo
chmod +x run-mtgo
  1. use ./run-mtgo -- --gpus all panard/mtgo

@pauleve
Copy link
Owner

pauleve commented Oct 19, 2022

Closing old inactive bugs. Feel free to open a new issue if still occurring, with info on Linux distribution, window manager, graphics card, and docker info

@pauleve pauleve closed this as completed Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants