[Bug 18302] New: Adobe Acrobat Pro 7: Preferences-Window is broken
http://bugs.winehq.org/show_bug.cgi?id=18302 Summary: Adobe Acrobat Pro 7: Preferences-Window is broken 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: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: waltherbans(a)yahoo.de When you clicking on "Edit"->"Preference" in Adobe Acrobat Professional 7 a grey box will pop up, listing the Preference's categories in the left. Clicking on an item gives a message box saying: "The value of the magnification must be "Actual Size", "Fit Page", "Fit Width", "Fit Visible", "Automatic", or a value between 8,33% and 6400%." Noting else happens. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #1 from Walther Bans <waltherbans(a)yahoo.de> 2009-04-30 09:33:22 --- Created an attachment (id=20832) --> (http://bugs.winehq.org/attachment.cgi?id=20832) This it what is printed out when I started Acrobat via Terminal and open preferences -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #2 from Walther Bans <waltherbans(a)yahoo.de> 2009-04-30 09:34:44 --- Created an attachment (id=20833) --> (http://bugs.winehq.org/attachment.cgi?id=20833) This it what is printed out when I started Acrobat via Terminal, open preferences and click on an item -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20832|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20833|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-30 09:58:16 --- (In reply to comment #1)
Created an attachment (id=20832) --> (http://bugs.winehq.org/attachment.cgi?id=20832) [details] This it what is printed out when I started Acrobat via Terminal and open preferences
It's about missed oleacc classes. Try to override oleacc with native module: - add entry using winecfg to native only; - register it properly with: --- regsvr32 oleacc.dll --- And post new traces here of course. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #4 from Walther Bans <waltherbans(a)yahoo.de> 2009-04-30 12:01:26 --- As I'm not very good in this, but I did my best to follow your instructions: - added an entry for "oleacc" in winecfg's library, editing it to "Native (Windows)", clicked on "apply" and "OK" - executed "regsvr32 oleacc.dll" in a terminal, but it says: "Failed to load DLL oleacc.dll" What am I doing wrong? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-04-30 14:01:32 --- (In reply to comment #4)
What am I doing wrong?
You forgot to copy the dll to .wine/drive_c/windows/system32. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #6 from Walther Bans <waltherbans(a)yahoo.de> 2009-04-30 14:34:34 ---
You forgot to copy the dll to .wine/drive_c/windows/system32.
Okay... but where do I find the dll to copy? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-04-30 15:36:57 --- (In reply to comment #6)
You forgot to copy the dll to .wine/drive_c/windows/system32.
Okay... but where do I find the dll to copy?
From native system, XP is preferred.
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #8 from Walther Bans <waltherbans(a)yahoo.de> 2009-04-30 16:59:15 ---
From native system, XP is preferred.
Ups - as Acrobat runs pretty good with Wine I didn't remember it was programmed for Win ;-) So I put XP's oleacc.dll to .wine/drive_c/windows/system32 and tried to register it but got the error message "Failed to load DLL oleacc.dll" again. Any idea what could be wrong? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2010-09-22 21:00:05 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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #10 from butraxz(a)gmail.com 2013-06-15 04:14:07 CDT --- This has not been updated for over 900 days. Is this still an issue in 1.6-rc2 or higher or is this abandoned ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #11 from super_man(a)post.com --- The program does install with no issues. I couldnt figure out how to reproduce the error message given here. I browsed various settings and changed them. I couldnt see the pop up message. wine 1.7.50(git) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |dimesio(a)earthlink.net, | |winetest(a)luukku.com --- Comment #12 from winetest(a)luukku.com --- I don't know how to replicate the issue. I have opened preference window and clicked on various pages but I don't get such a message. Maybe it's just fixed? wine 2.0.rc1. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 Ralph <winebugs(a)q51.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winebugs(a)q51.org --- Comment #13 from Ralph <winebugs(a)q51.org> --- This bug is a duplicate of the long-fixed bug 12659. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 --- Comment #14 from winetest(a)luukku.com --- (In reply to Ralph from comment #13)
This bug is a duplicate of the long-fixed bug 12659.
Should be marked as fixed then. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #15 from Jeff Zaroyko <jeffz(a)jeffz.name> --- (In reply to Ralph from comment #13)
This bug is a duplicate of the long-fixed bug 12659.
Marking duplicate. *** This bug has been marked as a duplicate of bug 12659 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Jeff Zaroyko <jeffz(a)jeffz.name> --- Closing duplicate. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18302 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- 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 CC| |focht(a)gmx.net Component|-unknown |oleacc -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla