Hi,
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401fd err:ole:_unmarshal_interface Unmarshalling interface {3d8b6332-d8b1-11d2-80c5-00104b1f6cea} failed with 800401fd err:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
Is this also suppost to work with recent Wine versions and wineprefixcreate run?
I already removed any wine file and rebuild the latest snapshot from source, run wineprefixcreate and those still show up.
However with my previous IE+mplayer2+acad huge wine-c the installer runs. Apparently it does not appear to be a config difference - so most probably some installed dll in this other huge wine-c?
Apply the hack below and it will work.
ret = FALSE;
ret = TRUE;
Indeed - that let's the installer come up in an fresh .wine and wine-c.
Thanks!