http://bugs.winehq.org/show_bug.cgi?id=59623 Bug ID: 59623 Summary: Dishonored(DE) fails to load built-in (wine) 64bit msvcp90.dll / msvcr90.dll Product: Wine Version: 11.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@list.winehq.org Reporter: ikalvachev@gmail.com Distribution: Slackware Created attachment 80688 --> http://bugs.winehq.org/attachment.cgi?id=80688 trace of Dishonored.DE having issue loading built-in msvcp/r90.dll I got the Dishonored (Definitive Edition) game from the Epic Store. From the logs it seems that the game tries to load MSVCP90.DLL, in turn it tries to load MSVCR90.DLL (from winsxs/amd64*) and fails at init. Installing native (win64) libraries with `winetricks` workarounds the problem. Distribution is Slackware64-current. I'm compiling my own wine-11.6 with `--enable-archs=i386,x86_64` aka WoW64. The prefix is about a month old (wine-11.4 at the time). I've run `wineboot -u` to test 11.6. I do have the wine msvcp/r90.dll files in system32 and winsxs/amd64*/ and they are the same as the ones in `wine-11.6/lib/wine/x86_64-windows/` installation. I'm attaching log created with `WINEDEBUG=+timestamp,Dishonored.exe:+module` The log does not contain messages from the EpicLauncher. The relevant part is at the last page. It doesn't look like the problem is unimplemented or missing function/functionality/stub... I don't know what other debug options to use to trace the cause of the problem. -- 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.