wine icon indicating copy to clipboard operation
wine copied to clipboard

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

Open iver3on opened this issue 7 years ago • 2 comments

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

iver3on avatar Jun 13 '18 02:06 iver3on

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

suchja avatar Jun 13 '18 08:06 suchja

@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

iver3on avatar Jun 14 '18 08:06 iver3on