http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #11 from Walther Bans waltherbans@yahoo.de 2012-08-12 13:30:35 CDT --- (In reply to comment #10)
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?
Well, I don't know what you're talking about. When does Acrobat crash?
I used a fresh wine 1.5.x and installed Acrobat without any native dll's
The only native dll I had to add was msvcp60.dll to get Distiller working. But Acrobat itself didn't need any extra files.