http://bugs.winehq.org/show_bug.cgi?id=12743
--- Comment #5 from Austin English austinenglish@gmail.com 2008-04-23 16:19:56 --- (In reply to comment #4)
(Sorry about that, I'll clarify).
No, it only needs DLL overrides if the combustion plugin is left in place. I slowly narrowed it down over the past few days to which DLL's are needed to get past the splash screen, and they would be the two mentioned in the attachment: ole32.dll and riched20.dll. Using native riched20 makes the messages about richedit functions that haven't been implemented yet go away, and ole32 keeps the program from locking up
If all you're doing is silencing messages in terminal, please don't use native DLLs. Only use them to workaround *actual* problems.
Sounds like an OLE error, a +ole,+oledlg trace would probably be useful.