[Bug 20613] PVSYST 5 crashed when launched

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 17 18:03:38 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=20613

Michael Müller <michael at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael at fds-team.de

--- Comment #15 from Michael Müller <michael at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list