https://bugs.winehq.org/show_bug.cgi?id=44483 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- Hi, Lorenzo. Thanks for the report and bisecting. This is already fixed in git, commit 0de689f41560208bbc14fb1a6b9f7dfe154326c1. Please retest with latest wine-git. Relevant log part is: --- 002e:trace:win:WIN_CreateWindowEx L"" L"Edit"->L"6.0.2600.2982!Edit" ex=00000204 style=50010080 12,34 228x23 parent=0x1007c menu=0x6f inst=0x400000 params=(nil) 002e:trace:win:dump_window_styles style: WS_CHILD WS_VISIBLE WS_TABSTOP 00000080 002e:trace:win:dump_window_styles exstyle: WS_EX_NOPARENTNOTIFY WS_EX_CLIENTEDGE 002e:warn:win:create_window_handle error 6 creating window --- The issue is that redirection is applied but implementation module is not loaded yet -> class is not registered -> window creation fails. In case of this installer failure to create dialog control most likely is fatal. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.