Loïc Paulevé
Loïc Paulevé
Interesting - the pacat in the docker container seems rather happy.. but you don't hear anything, do you? For the second case, that's an annoying bug with wine and gstreamer.....
I've just updated the related image. You can try with ``` ./run-mtgo --sound --update ``` let me know how it works (with full console output).
Good to hear! Do you still experience slowness? Is the sound working consistently?
I cannot reproduce it here... Maybe give a try to `./run-mtgo panard/mtgo:pr157` I'll try on another machine tonight.
You can add the `--debug` option. Also, you may try the emulate desktop option of wine you can set using `--winecfg` (graphics tab)
I cannot reproduce it on two 2 machines I have... Have you tried doing a `--reset`? What is your window manager ?
I do get the freeze, although not consistently.. it may be related to file i/o. Could anybody try running wine directly (without docker), installing wine, and following the instructions at...
I have the same issue using wine directly...
On my side, doing the following helps quite consistently, however, it feels slower: ``` ./run-mtgo --shell taskset -c 0 wine /opt/mtgo/mtgo.exe ``` ⚠️ there is still a freeze after login...
> 0258:err:winediag:NtCreateFile Too many open files, ulimit -n probably needs to be increased That's interesting and shows a potential bug in MTGO.exe which might explain the freezes. Not sure why...