http://bugs.winehq.org/show_bug.cgi?id=35359
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|-unknown |vbscript Resolution|--- |FIXED Summary|Kompas-3D v14: installation |Kompas-3D v14 installer |crashes |fails Severity|major |normal
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
--- snip --- fixme:vbscript:parse_script parser failed around L"= 'HASP Loader' " ,, wbemFlagReturnImmediately+wbemFlagForwardOnly)\r\nFor Each objService In colServices\r\nif objService.State="Running" then session.Property("HASPLMSERVICE") = "Running"\r\n objService.StopService\r\nNext \r\nSet colServices = objWMIService.ExecQuery("SELECT * FROM W"... ... err:msi:ACTION_InstallFiles compressed file wasn't installed (L"kAPI3D5COM.TLB") err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603 --- snip ---
This problem is already fixed in recent Wine version and likely a dupe of existing VBScript bugs.
Upgrade to at least Wine 1.7.15 which contains the necessary VBScript engine improvements needed to let the installer succeed.
You can work around by using 'winetricks -q wsh57'
Prerequisite: 'winetricks -q dotnet40'
There is one thing that won't work here: Hardlock/HASP driver (hardlock.sys accesses debug control register DR7, causing fault). Except for that part, the main GUI starts fine and I loaded some example projects.
Regards