https://bugs.winehq.org/show_bug.cgi?id=45509
Bug ID: 45509 Summary: MSI installer error Product: Wine Version: 3.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hildogjr@gmail.com Distribution: ---
Created attachment 61885 --> https://bugs.winehq.org/attachment.cgi?id=61885 Installation dialog shown the button that clicked create the error
I am trying to install a Windows software using Wine3.13. During the installation I have to click on "Configure (setting...) network license version" (see attached figure), but this not open the dialog and got the followed log error/warnings: I see a lot of "fixme" that, until now, not affect me. But start with the line 63 of the log (":err:") is relative to my installation problem.
wine Psim11.0.3_64bit_setup.exe > wine.log 002a:fixme:plugplay:build_report_descriptor Clamping joystick to 6 axis 002a:err:hid_report:process_hid_report Device reports coming in too fast, last report not read yet! 002a:err:hid_report:process_hid_report Device reports coming in too fast, last report not read yet! 002a:err:hid_report:process_hid_report Device reports coming in too fast, last report not read yet! 0030:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"UpdateProperties", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog", clsid {000c109e-0000-0000-c000-000000000046} 0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog", clsid {000c109e-0000-0000-c000-000000000046} 0030:err:richedit:ReadStyleSheet missing style number 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"UpdateProperties", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog", clsid {000c109e-0000-0000-c000-000000000046} 0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog", clsid {000c109e-0000-0000-c000-000000000046} 0063:err:msi:custom_start_server Failed to connect to custom action server: 6 0063:err:msi:custom_client_thread Failed to write to custom action client pipe: 6 0030:err:msi:custom_get_thread_return Invalid Return Code 6 0066:err:msi:custom_client_thread Failed to write to custom action client pipe: 6 0030:err:msi:custom_get_thread_return Invalid Return Code 6 0065:err:msiexec:custom_action_server Failed to create custom action server pipe: 231 0030:err:msi:ITERATE_Actions Execution halted, action L"Welcome_Dialog" returned 1602
If matters, the installation is a 64-bits software.