[Bug 18197] New: AutoCAD 2008: .chm files aren't rendered correctly
http://bugs.winehq.org/show_bug.cgi?id=18197 Summary: AutoCAD 2008: .chm files aren't rendered correctly Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=20679) --> (http://bugs.winehq.org/attachment.cgi?id=20679) Image showing the problem I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) ) on Fedora 10 i386. The problem is that .chm files aren't rendered (attachment) when: -run from AutoCAD 2008 by help->help -run by 'wine hh acad171.chm' Maybe it is because of this error in terminal err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed -- 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=18197 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-24 14:45:05 --- Created an attachment (id=20680) --> (http://bugs.winehq.org/attachment.cgi?id=20680) WINEDEBUG=+shdocvw,+urlmon,+mshtml,+relay part1 log from 'wine hh acad171.chm' -- 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=18197 --- Comment #2 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-24 14:45:33 --- Created an attachment (id=20681) --> (http://bugs.winehq.org/attachment.cgi?id=20681) WINEDEBUG=+shdocvw,+urlmon,+mshtml,+relay part2 -- 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=18197 max(a)veneto.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |max(a)veneto.com --- Comment #3 from max(a)veneto.com 2009-04-26 10:47:33 --- I did some regression testing, the bug appeared first when gecko 0.9.0 was introduced : 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Dec 30 06:48:59 2008 +0100 mshtml: Wine Gecko 0.9.0 release. :040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9 a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls This broke completely AutoCAD help system, which was indeed already far from perfect. As it is an huge commit, I'll not try to find a workaround :-) Ciao Max -- 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=18197 --- Comment #4 from max(a)veneto.com 2009-04-26 10:51:28 --- Btw, here the workaround : install native mshtml :-) Whith that one the help system is back as before (with all its problems too). Ciao Max -- 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=18197 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-26 14:25:33 --- *** This bug has been confirmed by popular vote. *** -- 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=18197 --- Comment #6 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-26 14:50:58 --- (In reply to comment #4)
Btw, here the workaround : install native mshtml :-) [...]
It does not work with native mshtml with size 2.7 MB ; 2.9 or 7.6 on Wine-1.1.20 -- 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=18197 --- Comment #7 from max(a)veneto.com 2009-04-26 14:57:37 --- (In reply to comment #6)
(In reply to comment #4)
Btw, here the workaround : install native mshtml :-) [...]
It does not work with native mshtml with size 2.7 MB ; 2.9 or 7.6 on Wine-1.1.20
Well, sorry, that one was for 2005.... I'm testing it on 2008 right now.... And it works. You DO need another dll, it's a dependency of mshtml. It should be msls31.dll Put all as just NATIVE, not NATIVE+BUILTIN. Ah, last stuff... for registration you MUST take mshtml away. Ciao Max -- 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=18197 --- Comment #8 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-04-26 15:05:23 --- (In reply to comment #7) It works. There are no images but it works. Thank you for the tip. Soon i'll test if your hack enables me to register AutoCAD. Thankk you that you devote your time to this issue. -- 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=18197 --- Comment #9 from max(a)veneto.com 2009-04-26 15:08:40 --- (In reply to comment #8)
(In reply to comment #7)
It works. There are no images but it works. Thank you for the tip. Soon i'll test if your hack enables me to register AutoCAD. Thankk you that you devote your time to this issue.
I'd like to see autocad just "install and run", but stuffs are quite difficult... Many people I know is waiting for it before switching to Linux. But we'd need the DIB engine, better html and a couple of bugfixes for that. Ciao Max -- 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=18197 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #10 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-26 16:09:41 --- Adding author of the patch. Good luck, it might be fixed in the next 10 years. Or completely broken by the next gecko version. -- 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=18197 --- Comment #11 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-04-26 17:34:08 --- (In reply to comment #8)
(In reply to comment #7)
It works. There are no images but it works. Thank you for the tip. Soon i'll test if your hack enables me to register AutoCAD. Thankk you that you devote your time to this issue.
The missing images is bug 13015 -- 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=18197 --- Comment #12 from max(a)veneto.com 2009-04-27 06:34:01 --- (In reply to comment #10)
Adding author of the patch.
Good luck, it might be fixed in the next 10 years. Or completely broken by the next gecko version.
I begins to think so.... from 1.1.5 the html regressions are huge, at least from AutoCAD point of view... They span from help contents up to registration pages. They make it almost unusable. Max -- 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=18197 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:26:36 --- Is this still an issue in current (1.1.32 or newer) wine? -- 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=18197 --- Comment #14 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-11-11 06:09:38 --- Created an attachment (id=24670) --> (http://bugs.winehq.org/attachment.cgi?id=24670) AutoCAD 2008 help window Situation has changed a bit wine-1.1.32-499-gffb2cfc. Now help window is displayed but soon as I click on e.g. "Get Information", window from attachment #20679 appears. -- 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=18197 --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2010-12-23 19:06:58 CST --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) wine? -- 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=18197 nathan.n <saturn_systems(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saturn_systems(a)yahoo.com -- 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=18197 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #16 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2012-01-03 12:34:01 CST --- (In reply to comment #15)
This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) wine?
I would say they are rendered quite good with Wine 1.3.36 -- 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=18197 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-13 13:51:22 CST --- Closing bugs fixed in 1.3.37. -- 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.
participants (1)
-
wine-bugs@winehq.org