alinmear / docker-conanexiles

A docker container to easily provision and manage a conanexiles dedicated server using wine
MIT License
105 stars 74 forks source link

Wine stuck waiting at wine-mono install prompt #48

Closed sPOiDar closed 3 years ago

sPOiDar commented 3 years ago

Connecting via VNC shows wine is stuck at the prompt to install wine-mono, preventing the server from starting up successfully. If Mono is not required, it may be possible to add an override to avoid the prompt, otherwise a global mono install may need to be added to the image.

ETA: The server does eventually start, this just appears to add some delay.

Flow86 commented 3 years ago

Hi, the downloaded supplemental files do not match the current needed ones anymore. See https://github.com/Flow86/docker-conanexiles/commit/4108bb0d8d93c48e30996e20bd7503ac7f531359

(you can put them in the folder yourself, (i.e mount it somewhere) then it will use them from there and does not wait for user interaction)

alinmear commented 3 years ago

Merged update from @Flow86. Thank you for your work