InstallShield error 5009

Questions about Wine on Linux
Locked
Kakao
Newbie
Newbie
Posts: 4
Joined: Sat Aug 25, 2012 8:20 am

InstallShield error 5009

Post by Kakao »

Trying to install Civilization 4 and got error 5009 from InstallShield. Image attached. Fedora 17 64 bits. Wine 1.5.11 from repository.

Code: Select all

$ wine setup.exe
wine: cannot find L"C:\\windows\\system32\\wineboot.exe"
err:process:start_wineboot failed to start wineboot, err 2
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:create_storagefile Storage share mode not implemented.
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040154
err:ole:CoMarshalInterface Failed to marshal the interface {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}, 80040154
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6494206f-23ea-11d3-88b0-00c04f72f303}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040154
err:ole:CoMarshalInterface Failed to marshal the interface {6494206f-23ea-11d3-88b0-00c04f72f303}, 80040154
Attachments
InstallShield_Error_5009.png
Kakao
Newbie
Newbie
Posts: 4
Joined: Sat Aug 25, 2012 8:20 am

Re: InstallShield error 5009

Post by Kakao »

The problem is this bug in Fedora 17 64 bits:

https://bugzilla.redhat.com/show_bug.cgi?id=842820
Locked