https://bugs.winehq.org/show_bug.cgi?id=46631
Bug ID: 46631 Summary: winecfg fails to load Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: brendan@redmandi.com CC: julliard@winehq.org Regression SHA1: 9839bb7691a1b1c57a4ca501d03825420c1609d7 Distribution: ---
Created attachment 63532 --> https://bugs.winehq.org/attachment.cgi?id=63532 Output of WINEDEBUG=+module
When running winecfg with the latest git commit (currently d0727decdedb5aba250038458e0a28dec5687e50) - winecfg fails to load.
I get the following: $ winecfg 002d:err:module:import_dll Loading library comctl32.dll (which is needed by L"C:\windows\system32\comdlg32.dll") failed (error c000007b). 002d:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\windows\system32\winecfg.exe") not found 002d:err:module:import_dll Loading library comctl32.dll (which is needed by L"C:\windows\system32\winecfg.exe") failed (error c000007b). 002d:err:module:attach_dlls Importing dlls for L"C:\windows\system32\winecfg.exe" failed, status c0000135
When reverting commit 9839bb7691a1b1c57a4ca501d03825420c1609d7, winecfg loads correctly again.
I've attached the output of WINEDEBUG=+module.