Loïc Paulevé

Results 161 comments of Loïc Paulevé

@elliotmartin this looks more like a XQuartz issue: in your log, the error is ``` 2020/05/31 20:33:01 socat[45095] E bind(5, {LEN=16 AF=2 192.168.0.225:6000}, 16): Address already in use ``` Have...

On macOS, you should consider using Wine directly, instead of using virtualization: https://github.com/pauleve/docker-mtgo/wiki/macOS:-installing-MTGO-using-Wine

Hi, sorry for the delay. Please do ``` ./run-mtgo --update --sound &>output.log ``` and attach the file to a comment.

It seems related to the "ARM" architecture.. could you please provide the complete output of run-mtgo, together with the output of `docker version`?

From what I understand, the ARM docker cannot run x86/amd64 images. Although there are ways to build images for arm, I'm quite sure it is a dead end in our...

Apparently there is now a way to do so: Run ``` docker run --rm --privileged aptman/qus -s -- -p i386 ``` Then, hopefully, `./run-mtgo` may work. Keep me in touch,...

Use sudo: ``` sudo docker run --rm --privileged aptman/qus -s -- -p i386 ```

Then try `sudo bash` and then the docker command.. Le 10 avril 2020 16:22:47 GMT+02:00, twilightsorcerer a écrit : >I tried that, it returns the same error: >cat ./qemu-binfmt-conf.sh |...

Damned.. Maybe worth asking at https://github.com/dbhi/qus with details on your OS and docker version.. Alternatively, you may try: ``` docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 ```

OK, so your best chance is to open an issue on the project I mentioned asking for help.. Too bad, it looked promising! Le 10 avril 2020 18:24:30 GMT+02:00, twilightsorcerer...