http://bugs.winehq.org/show_bug.cgi?id=18303
Owen Rudge owen@owenrudge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |owen@owenrudge.net
--- Comment #10 from Owen Rudge owen@owenrudge.net 2012-08-01 07:56:07 CDT --- As far as I can see, this bug still occurs in Wine 1.5.10, and has not been fixed. I've just reproduced it right now. I did debug the issue a few weeks ago, and came up with this conclusion:
Acrobat is crashing trying to access the ITextRange pointer returned (or not returned, in our case) by ITextDocument_fnRange. It's possible that we can just stub out the ITextRange interface to fix this - it depends if Acrobat will be happy with stub methods or if it actually depends on this functionality.
There has been no work done in riched20 in recent weeks, and certainly ITextRange hasn't been implemented, so it seems strange that it should suddenly start working for you, Walther. Have you perhaps installed the native riched20.dll?