https://bugs.winehq.org/show_bug.cgi?id=51165
Bug ID: 51165 Summary: All programs fail to find libraries Product: Wine Version: 6.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ilkka.prusi@gmail.com Distribution: ---
Wine versions from 6.6 to newest 6.9 all programs fail to find system libraries.
Failing programs include wine-programs like winecfg.
Returning to 6.5 all works well again.
System is Debian 11 (testing), gcc (Debian 10.2.1-6) 10.2.1 20210110, kernel version 5.11.22
For example, running winecfg gives:
0024:err:module:import_dll Library sechost.dll (which is needed by L"C:\windows\syswow64\advapi32.dll") not found 0024:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\syswow64\shlwapi.dll") not found 0024:err:module:import_dll Library sechost.dll (which is needed by L"C:\windows\syswow64\advapi32.dll") not found 0024:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\syswow64\gdi32.dll") not found