https://bugs.winehq.org/show_bug.cgi?id=50914
Bug ID: 50914 Summary: Application specific dll overrides broken since Wine 6.5 Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says. There are a number of loader regressions in Wine 6.5. This one maybe not important for most users but important for me.
x64dbg debugger requires msvcr120 and msvcp120 overrides (bug 45916). Since you want the CRT of the debuggee to be builtin to debug Wine bugs, it has to be per-app override.
$ wine --version wine-6.5-130-g97b420224e7
Regards