[Bug 38963] Multiple applications (Minko Engine v3 based custom application, Format Factory v3.7) crash on unimplemented function msvcp120.dll.??0_Pad at std@@QAE at XZ

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 23 10:51:52 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38963

--- Comment #9 from Jean-Marc Le Roux <jeanmarc.leroux at aerys.in> ---
> As the console output you posted in comment 5 says, you need a 32 bit
> wineprefix.

You are absolutely right.
Here is what I did:

rm -rf ~/.wine
WINEPREFIX=~/.wine wineboot
WINEPREFIX=~/.wine32 WINEARCH=win32 wineboot
WINEPREFIX=~/.wine32 WINEARCH=win32 winetricks vcrun2013

then:

WINEPREFIX=~/.wine32 WINEARCH=win32 ./minko-player.exe

but I still got the same error (the warning message you mentioned is gone
though):

fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:import_dll Loading library MSVCR120.dll (which is needed by
L"libssh2.dll") failed (error c000007b).
err:module:import_dll Library libssh2.dll (which is needed by L"libcurl.dll")
not found
err:module:import_dll Loading library MSVCR120.dll (which is needed by
L"libcurl.dll") failed (error c000007b).
err:module:import_dll Library libcurl.dll (which is needed by
L"minko-player.exe") not found
err:module:import_dll Loading library MSVCP120.dll (which is needed by
L"minko-player.exe") failed (error c000007b).
err:module:import_dll Loading library MSVCR120.dll (which is needed by
L"minko-player.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"minko-player.exe"
failed, status c0000135

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list