[Bug 28648] New: unable to run HelpNDoc - A program that helps you create chm files
http://bugs.winehq.org/show_bug.cgi?id=28648 Bug #: 28648 Summary: unable to run HelpNDoc - A program that helps you create chm files Product: Wine Version: unspecified Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: writetosethu(a)gmail.com Classification: Unclassified Created attachment 36816 --> http://bugs.winehq.org/attachment.cgi?id=36816 The dump produced when I try to run HelpNDoc You can find HelpNDoc on this link: http://www.helpndoc.com/ Its a very good chm file creator. I am unable to get it working on wine. I was able to sintall it ok, but it doesnt run though. I have attached a dump. Please let me know if theres any chance that I can make it work on my Mac machine. -- 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=28648 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.helpndoc.com/ CC| |00cpxxx(a)gmail.com --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-11 11:35:02 CDT --- What wine version? If not 1.3.30, please retest in it =) -- 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=28648 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000(a)yahoo.co.uk Ever Confirmed|0 |1 --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-11 12:04:07 CDT --- confirming. It seems to crash into missing entrypoint GetThreadPreferredUILanguages I'll attach a stub for that , that works around that bug After that crashes somewhere because of a bug in gdiplus. After winetricks gdiplus the app starts for me. -- 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=28648 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-11 12:06:28 CDT --- Created attachment 36820 --> http://bugs.winehq.org/attachment.cgi?id=36820 quick hacked up stub for GetThreadPreferredUILanguages I'll also attach a debugtrace after this patch applied. -- 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=28648 --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-11 12:29:46 CDT --- Created attachment 36825 --> http://bugs.winehq.org/attachment.cgi?id=36825 +relay,+seh,+tid,+gdiplus debug log Attached bzipped2 debuglog. Looks like this is where the trouble start: 0009:Call gdiplus.GdipGetImageEncodersSize(0032fdf4,0032fdf0) ret=00922e77 0009:trace:gdiplus:GdipGetImageEncodersSize 0x32fdf4 0x32fdf0 0009:Ret gdiplus.GdipGetImageEncodersSize() retval=00000000 ret=00922e77 0009:Call gdiplus.GdipGetImageEncoders(00000003,000000e4,01bb0470) ret=00922eb4 0009:trace:gdiplus:GdipGetImageEncoders 3 228 0x1bb0470 0009:Ret gdiplus.GdipGetImageEncoders() retval=00000000 ret=00922eb4 0009:Call user32.LoadStringW(00400000,0000fe02,0032ddb0,00001000) ret=0040cba2 0009:Ret user32.LoadStringW() retval=00000024 ret=0040cba2 0009:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0032fde4) ret=009230b6 0009:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b839db2 ip=7b839db2 tid=0009 -- 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=28648 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32 Version|unspecified |1.3.30 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-10-11 12:44:07 CDT --- The gdiplus problem is a separate bug. -- 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=28648 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e24438c1d1f68ae84f7570b53b8 | |d5e7c24680fc6 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-10-12 14:38:28 CDT --- (In reply to comment #2)
confirming. It seems to crash into missing entrypoint GetThreadPreferredUILanguages
I'll attach a stub for that , that works around that bug
http://source.winehq.org/git/wine.git/commitdiff/e24438c1d1f68ae84f7570b53b8... -- 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=28648 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joelcsalomon(a)gmail.com --- Comment #7 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-12 16:34:37 CDT --- *** Bug 23675 has been marked as a duplicate of this bug. *** -- 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=28648 --- Comment #8 from Sethuraman <writetosethu(a)gmail.com> 2011-10-12 21:54:47 CDT --- Thank you for your swift responses. Could someone please tell me what I would need to do get this working on my system please? I understand there is a patch, but if someone could point me to a help article on how to apply the patch I would be very grateful. -- 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=28648 --- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-12 22:12:37 CDT --- Sethuraman, the patch is already in wine tree, there is no need to apply it. You can wait for the launch of the next wine version in 2 weeks or compile wine yourself by following the instructions in: http://wiki.winehq.org/FAQ#head-719d19ccbd20c36445e065d0f46f80c2a301ce52 -- 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=28648 --- Comment #10 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-13 10:09:58 CDT --- also remember that there is still a workaround needed: 'winetricks gdiplus' (if you want you could open a new bugreport for that) -- 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=28648 --- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-10-13 16:02:37 CDT --- I've opened a new bugreport for the gdiplus problem: http://bugs.winehq.org/show_bug.cgi?id=28709 -- 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=28648 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-21 13:49:37 CDT --- Closing bugs fixed in 1.3.31. -- 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