Hi, I tried to install Duke Nukem Manhattan Project (which should just run fine according to wine's appdb and frank's corner) but while loading the msi-installer wine gets stuck and prints out these messages: fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues" fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders" err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for interface {00000131-0000-0000-c000-000000000046}, error 0x80040155 err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155 err:ole:CoGetClassObject no class object {a52d1d8e-bcca-11d4-ab7d-00b0d02332eb} could be created for context 0x4 err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} How do I have to interpret them? I already tried to set up some ole-dlls from my windows-xp partition as native overrides but that just gives my a bunch of other errrors. I use debian sarge and wine 0.9.20. Thank you.
Maurice <mauricex@gmx.net> wrote:> I tried to install Duke Nukem Manhattan Project (which should just > run fine according to wine's appdb and frank's corner) but while > loading the msi-installer wine gets stuck and prints out these > messages:Both have entries saying that wine 0.9.0 worked. A lot has changed since then.> fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled > fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled > fixme:ole:ITypeInfo_fnRelease destroy child objects > fixme:ole:ITypeInfo_fnRelease destroy child objects > fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues" > fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders" > err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} > err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} > err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for interface {00000131-0000-0000-c000-000000000046}, error 0x80040155 > err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155 > err:ole:CoGetClassObject no class object {a52d1d8e-bcca-11d4-ab7d-00b0d02332eb} could be created for context 0x4 > err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} > err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}> How do I have to interpret them? > I already tried to set up some ole-dlls from my windows-xp partition > as native overrides but that just gives my a bunch of other errrors.If you want to try the native OLE dlls, you should install DCOM98. See here: http://wiki.winehq.org/NativeDcom Daniel