https://bugs.winehq.org/show_bug.cgi?id=55344
Bug ID: 55344 Summary: Yuzu fails to start (needs MSVCP140_CODECVT_IDS.dll) Product: Wine Version: 8.12 Hardware: x86-64 URL: https://web.archive.org/web/20230727051938/https://git hub.com/yuzu-emu/yuzu-mainline/releases/download/mainl ine-0-1503/yuzu-windows-msvc-20230722-3dfaf1ff2.tar.xz OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs@winehq.org Reporter: lingm+winebz@posteo.org Distribution: ---
1. Download and extract the Windows version of Yuzu 1503. https://github.com/yuzu-emu/yuzu-mainline/releases/tag/mainline-0-1503 (see the URL field for a direct archived link) 2. Run `wine yuzu.exe` 3. No window even shows up. The full output is: ``` $ wine yuzu.exe 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00d8:err:module:import_dll Library MSVCP140_CODECVT_IDS.dll (which is needed by L"$snip_path$\yuzu.exe") not found 00d8:err:module:LdrInitializeThunk Importing dlls for L"$snip_path$\yuzu.exe" failed, status c0000135 ```
`winetricks vcrun2019` works around this problem and allows Yuzu to start properly.