pauleve/docker-mtgo

Crash right after launch, EULA related

Closed this issue · 6 comments

Hi all,
I've installed a fresh docker image, reboot computer, and then I get a crash after lauch, when EULA window showing.

./run-mtgo > log2.txt
Log is attached :
log2.txt

Error seems to be here :

008a:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8004020e
008a:err:eventlog:ReportEventW L"Application: MTGO.exenFramework Version: v4.0.30319nDescription: The process was terminated due to an unhandled exception.nException Info: exception code c0000005, exception address F441CB14n"
wine: Unhandled page fault on read access to 0x00000000 at address 0xf441cb14 (thread 008a), starting debugger...

Do you have an idea how to fix this ?

Thanks !

On a fresh install you need to run the docker twice to get the fix. Does it still occurs if you try again (without any reset)?

Already ran it 3 times before log. Tried one more time, but still crashing after EULA window showing

And if you add panard/mtgo:pr73 to the command line?

This is a duplicate of #83, let's continue the discussion there. I'll add the workaround to bypass EULA later today, might actually help..

Thanks, it works with ./run-mtgo --update panard/mtgo:pr73
Sorry for the duplicate

Thanks for the feedback!