pauleve/docker-mtgo

After GRN update UI glitches

Closed this issue · 6 comments

After GRN client update can't continue due to UI glitches - impossible to accept updated Rules&Terms. Found on latest docker-mtgo, MacBook Pro (Retina, 13-inch, Early 2015), HighSierra 10.13.6.

I've updated the image to include latest wine version ; can you try with ./run-mtgo --update?

Hi,
sorry for a late response. So I found that with a recent update got the same situation: https://imgur.com/h6jSYjA

The workaround resolution is to clear local files and docker stuff with --reset option.

Thanks for the feedback - good to know about the workaround. Maybe that using --winecfg option to tick "emulate desktop" option in the Graphics tab might also help..

@pauleve does docker image set ddr=gdi for the wine prefix?
I'm not using docker image but some time ago noticed that I had UI rendering issues with MTGO unless I force that.

@pauleve I was also experiencing this issue. Both the --reset option and using the --winecfg option to tick "emulate desktop" seem to both work.

From what I understood, wine should select GDI by default as there is no OpenGL/directX capability in the Docker image. But I just pushed an image with wine 3.20 with an explicit ddr=gdi call.
You can try with ./run-mtgo --update; let me know if it happens again..