https://bugs.winehq.org/show_bug.cgi?id=20613
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
--- Comment #15 from Michael Müller michael@fds-team.de --- The problem is that ITextServicesImpl_QueryInterface doesn't support ITextDocument2. The application checks the return value and throws an exception. The exception handler also seems to be buggy and throws another exception, so that you finally end up with err:seh:setup_exception_record stack overflow.
Using native richedit20, as suggested in comment 14, hides the error but does not solve the problem since ITextDocument2 is supposed to be part of msftedit.dll. Wine does not have a msftedit implementation, but just relays everything to riched20.dll. In order to get the application working, you need to replace both dlls using:
winetricks riched20 msftedit