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: Call from 0x7bc4a9c9 to unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table, aborting #15

Open iver3on opened 6 years ago

iver3on commented 6 years ago

wine: Call from 0x7bc4a9c9 to unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table, aborting

suchja commented 6 years ago

@iver3on Thanks for bringing this up! A little bit of context would be helpful. What is your environment? Which command did you execute last? ...

iver3on commented 6 years ago

@suchja Thanks. Let me describe my problem first I have a python packaged Windows exe application, and I want to run it in the docker image of Linux,

I searched for wine and didn't know wine could realize my appeal.

When I run wine *****.exe, problem happens like Call from 0x7bc4a9c9 to unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table, aborting


and I encapsulate it in Java, using Java calls. Process process = new ProcessBuilder("wine","xxxxxx.exe")

it ouput like this: Can't attach process 002c: error 5