http://bugs.winehq.org/show_bug.cgi?id=14041
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net 2008-08-24 13:44:39 --- Hello,
that relay log snippet is unfortunately not that useful.
The problem might be related to richedit component. Can you try the following and see if it changes something (goes further/prevents crash/lets crash happen later).
Set load order of "riched20.dll" to "native-then-builtin". Don't use winetricks riched20 step, because Office 200X has it's own RichEdit in private load path - just change the load order.
Another problem domain could be msi when it comes to "on demand" install of features which are locally not present (standard install /w missing features). That's something wine msi doesn't handle properly yet (install source handling), James is working on this.
Regards