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

Freezing when calling wine from a Python script #13

Open Daniel-Gherard opened 6 years ago

Daniel-Gherard commented 6 years ago

I'm using this image as bases for a project of mine.

In my container I simply install Python (and libraries that I use in my script). Then from my script I do a system call and run: wine myProgram.exe

After that my computer starts running the exe program but becomes really slow and freezes after some time.

Anybody had a similar problem of is there any suggestions?