Installer hangs with fixme:wbemdisp/vbscript error

Questions about Wine on Linux
Locked
wavexx
Newbie
Newbie
Posts: 2
Joined: Sat Aug 14, 2021 10:31 am

Installer hangs with fixme:wbemdisp/vbscript error

Post by wavexx »

Hi everyone. I'm trying to install a trial version of "Creo Parametric 8.0" in a new wine instance with the latest wine 6.15 release (winehq packages).

I can't get past the installer with this program. Seems to run for a while, until it gets stuck displaying the following:

Code: Select all

0338:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0338:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0338:fixme:wbemdisp:object_Invoke flags 1 not supported
0338:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"msiMessageTypeInfo", clsid {000c109e-0000-0000-c000-000000000046}
0338:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"msgrec", clsid {000c109e-0000-0000-c000-000000000046}
0338:fixme:wbemdisp:object_Invoke flags 1 not supported
0338:fixme:vbscript:assign_ident array assign on type 0
0338:fixme:wbemdisp:object_Invoke flags 1 not supported
0338:err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_BSTR from 002D8408 {VT_VARIANT|VT_BYREF: 002D5430 {VT_DISPATCH: 00000000}}
0338:fixme:vbscript:assign_ident array assign on type 0
0338:fixme:wbemdisp:object_Invoke flags 1 not supported
0338:err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_BSTR from 002D8408 {VT_VARIANT|VT_BYREF: 002D5430 {VT_DISPATCH: 00000000}}
where

Code: Select all

0338:fixme:vbscript:assign_ident array assign on type 0
0338:fixme:wbemdisp:object_Invoke flags 1 not supported
0338:err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_BSTR from 002D8408 {VT_VARIANT|VT_BYREF: 002D5430 {VT_DISPATCH: 00000000}}
gets repeated over and over. I've attached the complete log file.
Any idea in what to do?
Attachments
log.zip
(2.63 KiB) Downloaded 91 times
Locked