http://bugs.winehq.org/show_bug.cgi?id=18303
Summary: Adobe Acrobat Pro 7: Crashes when selecting the "edit" menu while having a file open. Product: Wine Version: 1.1.20 Platform: PC-x86-64 URL: http://ardownload.adobe.com/pub/adobe/acrobat/win/7x/7.0 /misc/AcTR7EFG.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: waltherbans@yahoo.de
Created an attachment (id=20834) --> (http://bugs.winehq.org/attachment.cgi?id=20834) This it what is printed out when I started Acrobat via Terminal, opened a pdf-file and clicked on "edit" menu
Selecting the "edit" menu when Acrobat has a file open causes it to crash.
http://bugs.winehq.org/show_bug.cgi?id=18303
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=18303
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20834|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2009-05-01 15:42:44 --- Please attach the full console output, including a backtrace.
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #2 from Walther Bans waltherbans@yahoo.de 2009-05-02 13:31:25 --- The consule output is complete. I tried to make a backtrace, but I'm a noob doing that. Gdb failed saying "not in executable format: File format is ambiguous". Could you please help me with the right commands to make a backtrace for Acrobat 7?
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-02 19:35:05 --- http://wiki.winehq.org/FAQ#get_log
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #4 from Walther Bans waltherbans@yahoo.de 2009-05-04 09:47:57 --- I made a backtrace according to <a href="http://wiki.winehq.org/FAQ#head-16da35b6327024d6ea576e3678488b16862d0f5e">this</a> example. The output.txt was about 130 MB,so I compressed it with bzip2, but it's still to big to attach it. That's why I uploaded it <a href="http://www.megaupload.com/?d=RDCUE91E">here</a>.
Thanks for your support!
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #5 from Austin English austinenglish@gmail.com 2010-09-22 21:06:42 CDT --- Installer fails for me in wine-1.3.3-148-gbb0cefd: wine: configuration in '/home/austin/.wine' has been updated. wine: Unhandled page fault on read access to 0x00007ffc at address 0xb749da8d (thread 001e), starting debugger...
and hangs, no backtrace appears.
Someone bored/interested should run a regression test.
http://bugs.winehq.org/show_bug.cgi?id=18303
Caron caron@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20834|0 |1 is obsolete| | Status|UNCONFIRMED |NEW AssignedTo|wine-bugs@winehq.org |caron@codeweavers.com Ever Confirmed|0 |1
--- Comment #6 from Caron caron@codeweavers.com 2012-06-27 08:18:29 CDT --- Created attachment 40752 --> http://bugs.winehq.org/attachment.cgi?id=40752 Updated Terminal Output from Acrobat when "edit" is clicked with a PDF document open
Adobe Acrobat Pro 7.0 is now installing with Wine (wine-1.5.7-114-gd079b66) but this problem persists. Updated terminal output is attached.
Installation with no additional components on an Ubuntu 10.04 32bit system.
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #7 from Walther Bans waltherbans@yahoo.de 2012-07-21 07:35:43 CDT --- (In reply to comment #6)
Created attachment 40752 [details] Updated Terminal Output from Acrobat when "edit" is clicked with a PDF document open
Adobe Acrobat Pro 7.0 is now installing with Wine (wine-1.5.7-114-gd079b66) but this problem persists. Updated terminal output is attached.
Installation with no additional components on an Ubuntu 10.04 32bit system.
That's strange. I've tried to open the "edit" menu again and it works, including the settings dialog! I use the latest version of wine (1.5.9).
http://bugs.winehq.org/show_bug.cgi?id=18303
Walther Bans waltherbans@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #8 from Walther Bans waltherbans@yahoo.de 2012-07-21 07:37:14 CDT --- The bug is fixed
http://bugs.winehq.org/show_bug.cgi?id=18303
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2012-07-31 14:19:22 CDT --- Closing bugs fixed in 1.5.10.
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?
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.
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #12 from Owen Rudge owen@owenrudge.net 2012-08-20 09:50:34 CDT --- Created attachment 41436 --> http://bugs.winehq.org/attachment.cgi?id=41436 Crash log after applying deadbeef patch
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #13 from Owen Rudge owen@owenrudge.net 2012-08-20 09:51:05 CDT --- Created attachment 41437 --> http://bugs.winehq.org/attachment.cgi?id=41437 Patch to demonstrate crash reason
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #14 from Owen Rudge owen@owenrudge.net 2012-08-20 09:55:04 CDT --- I've tested again with a fresh install of Wine 1.5.11 (49550c647d80de74362aaa27ba2f60da5d90a85b), and a clean, fresh install of Adobe Acrobat Professional 7.0 (no native DLLs). I haven't upgraded it to Acrobat 7.1.0.
I can go into the Edit menu without a PDF loaded and it works fine. When I open a PDF, go into the Edit menu, and a crash still occurs.
If I apply the attached patch (deadbeef.diff), you can see that the page fault occurs as a result of Acrobat trying to read from the output pointer from the ITextDocument_fnRange function. If I have time, I will try to see if I can actually fix this bug. :)
If somebody could change the status of this bug back to open, it would be appreciated.
http://bugs.winehq.org/show_bug.cgi?id=18303
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED CC| |dank@kegel.com Resolution|FIXED |
--- Comment #15 from Dan Kegel dank@kegel.com 2012-08-20 22:19:43 CDT --- Walther, did you use a clean .wine directory?
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #16 from Walther Bans waltherbans@yahoo.de 2012-09-16 15:49:39 CDT --- Sorry for this delayed answer :/
Yes, I used a clean .wine directory.
And I can reproduce Owen Rudge's observation: Acrobat crashes when choosing "edit" in the menu while a PDF is opened. I didn't notice this earlier because there was no need to open edit/ settings with a pdf opened.
http://bugs.winehq.org/show_bug.cgi?id=18303
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jactry92@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18303
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #17 from Qian Hong fracting@gmail.com --- Could you test this bug with both native riched20.dll and native msftedit.dll?
See also http://bugs.winehq.org/show_bug.cgi?id=29769#c20
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #18 from Jactry Zeng jactry92@gmail.com --- (In reply to Qian Hong from comment #17)
Could you test this bug with both native riched20.dll and native msftedit.dll?
Native msftedit makes it works. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=18303
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |richedit Assignee|caron@codeweavers.com |wine-bugs@winehq.org
--- Comment #19 from Qian Hong fracting@gmail.com --- Setting component to richedit because msftedit works around this bug. Caron, I re-assigned this bug to default because nobody is currently working on it. If you'd like to work on it please feel free to assign to yourself again, thanks!
http://bugs.winehq.org/show_bug.cgi?id=18303
--- Comment #20 from Jactry Zeng jactry92@gmail.com --- Created attachment 49207 --> http://bugs.winehq.org/attachment.cgi?id=49207 Implementations of ITextRange, ITextFont and ITextPara
Hi folks,
This patch can let it work. It includes implementations of ITextRange interface, ITextFont interface, ITextPara interface and some functions of them.
Thanks for testing!
https://bugs.winehq.org/show_bug.cgi?id=18303
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |jactry92@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=18303
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com --- I sent some patches starting with this one https://www.winehq.org/pipermail/wine-patches/2015-May/139244.html. That covers some missing parts Acrobat needs.
https://bugs.winehq.org/show_bug.cgi?id=18303
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e6e16eb6323fe7d4c52012df742 | |21d2fcb18ab43 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #22 from Nikolay Sivov bunglehead@gmail.com --- Last commit that fixed a crash is e6e16eb6323fe7d4c52012df74221d2fcb18ab43.
https://bugs.winehq.org/show_bug.cgi?id=18303
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #23 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.44.
https://bugs.winehq.org/show_bug.cgi?id=18303
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL|http://ardownload.adobe.com |https://web.archive.org/web |/pub/adobe/acrobat/win/7x/7 |/20061114115407/http://ardo |.0/misc/AcTR7EFG.exe |wnload.adobe.com/pub/adobe/ | |acrobat/win/7x/7.0/misc/AcT | |R7EFG.exe