http://bugs.winehq.org/show_bug.cgi?id=58880
Bug ID: 58880 Summary: Winecfg in wine 10.17 can not create controls(buttons,links ...) in some configurations Product: Wine Version: 10.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: galdralag@bk.ru Distribution: ---
Created attachment 79542 --> http://bugs.winehq.org/attachment.cgi?id=79542 Running winecfg with WINEDEBUG=warn+all on WINEPREFIX from previous wine version
When wine 10.17 compiled not in wow64 mode can't create controls (buttons,links). So winecfg is not working on WINEPREFIX'es from previous versions. Running winecfg with WINEDEBUG=warn+all shows error: 0124:warn:dialog:DIALOG_CreateControls32 control L"Button" L"OK" creation failed
When creating winecfg new WINEPREFIX it shows window but exits when switching to "About" tab with error: 0120:warn:dialog:DIALOG_CreateControls32 control L"SysLink" L"<a href="https://www.winehq.org%5C%22%3Ehttps://www.winehq.org</a>" creation failed
After some investigations I found that problem in comctl32 and new component comctl32_v6 that appeared in 10.17. When I replace comctl32 from 10.16 all works as earlier.
When wine compiled in wow64 mode winecfg shows main window and switching on About tab also ok.