suchja / wine

Docker image providing the latest stable version of Wine. Can be used with suchja/x11server.
Creative Commons Zero v1.0 Universal
128 stars 38 forks source link

wine: Install Mono for Windows to run .NET applications. #16

Open yesir1006 opened 6 years ago

yesir1006 commented 6 years ago

Hi suchja,

Thank you for your great docker image.

I am using your headless image to run my c# console application programed in VS2010. The application runs well in Parallels Ubuntu 14.04 wine 1.6.2 with mono0.0.8. I noticed that your image has installed wine, winetricks, dotnet40, mono0.0.8, however, I got error said "wine: Install Mono for Windows to run .NET applications.". I tried to reinstall wine, but it doesn't work. Is there anything I miss that cause the problem. I have been stuck for several days. Any suggestions are appreciated. Thank you very much.

YE

suchja commented 6 years ago

@yesir1006 I'm very sorry, but I haven't used wine for several years now 😞. So I can't really remember any details. Especially this "error" message is very unclear to me. It "should" work out of the box. However, there have been plenty of updates to the base images and the applications so it might be some problems with those.

Sorry!