https://bugs.winehq.org/show_bug.cgi?id=37511
Bug ID: 37511 Summary: Multiple games and applications need 'msvcp120.dll' (PPSSPP 0.9.x) Product: Wine Version: 1.7.30 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
since commit http://source.winehq.org/git/wine.git/commitdiff/c8c810c21020bd0079ff0adcfee... ("msvcr120: Added VS2013 CRT dll.") there is initial support for VS2013 C runtime in Wine.
It might be useful to start with VS2013 VC++ runtime support too.
--- snip --- $ wine ./PPSSPPWindows.exe err:module:import_dll Library MSVCP120.dll (which is needed by L"Z:\home\focht\Downloads\ppsspp\PPSSPPWindows.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\focht\Downloads\ppsspp\PPSSPPWindows.exe" failed, status c0000135 --- snip ---
'winetricks -q vcrun2013' obviously works around.
$ sha1sum ppsspp_win.zip 089937c33c400e1cd3d2d153d95b25261a5a0c35 ppsspp_win.zip
$ du -sh ppsspp_win.zip 13M ppsspp_win.zip $ wine --version wine-1.7.30-58-g9e4590f
Regards