https://bugs.winehq.org/show_bug.cgi?id=44428
Bug ID: 44428 Summary: x64dbg needs unimplemented function msvcr120.dll.??0_NonReentrantPPLLock@details@Concurren cy@@QEAA@XZ Product: Wine Version: 3.0 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
follow-up of bug 43538
--- snip --- $ wine ./x64dbg.exe 002c:fixme:file:FindFirstFileExW flags not implemented 0x00000002 002c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x23f890 0x23f7d0 0x23f898) returning a dummy value (current locale) Adjust scroll bars for new size 002c:fixme:file:FindFirstFileExW flags not implemented 0x00000002 wine: Call from 0x7b490a78 to unimplemented function msvcr120.dll.??0_NonReentrantPPLLock@details@Concurrency@@QEAA@XZ, aborting ... --- snip ---
'winetricks vcrun2013' works around.
Download: https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_2018-01-28_...
$ sha1sum snapshot_2018-01-28_12-18.zip 8ff850f135ff1f3e185c1fd3e1fb2c4de661bd06 snapshot_2018-01-28_12-18.zip
$ du -sh snapshot_2018-01-28_12-18.zip 33M snapshot_2018-01-28_12-18.zip
$ wine --version wine-3.0-180-g85635db0ea
Regards