[Bug 32518] New: Foxit Reader crashes
http://bugs.winehq.org/show_bug.cgi?id=32518 Bug #: 32518 Summary: Foxit Reader crashes Product: Wine Version: 1.5.20 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jactry92(a)gmail.com Classification: Unclassified Created attachment 42897 --> http://bugs.winehq.org/attachment.cgi?id=42897 The log reproduce it follow this: 0. download and install it 76a7b74365712756004738020ee4050c FoxitReader510.1117_chs_Setup.exe 1. ~/.wine/drive_c/Program Files/Foxit Software/Foxit Reader$ wine Foxit\ Reader.exe I found there is a workaround: 'winetricks -q ie7' And 'winetricks -q msxml3' also seem help a lot, but in this way the the program will hangs whitout crashes. --- snip --- Backtrace: =>0 0x7ca27737 httprequest_get_responseText.isra+0x37() in msxml3 (0x0032b328) 1 0x7ca27a6f XMLHTTPRequest_get_responseText+0x6e(iface=0x5a65cc0, body=0x32b4e8) [/home/jactry/workspace/wine-git/dlls/msxml3/httprequest.c:1413] in msxml3 (0x0032b368) 2 0x7e150012 call_method+0x21() in oleaut32 (0x0032b388) 3 0x7e161cf6 DispCallFunc+0x235(pvInstance=0x5a65cc0, oVft=0x40, cc=CC_STDCALL, vtReturn=0xa, cActuals=0x1, prgvt="?", prgpvarg=0x5aa21d8, pvargResult=0x32b4d8) [/home/jactry/workspace/wine-git/dlls/oleaut32/typelib.c:6198] in oleaut32 (0x0032b418) --- snip --- -- 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=32518 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://cdn04.foxitsoftware. | |com/pub/foxit/reader/deskto | |p/win/5.x/5.1/chs/FoxitRead | |er510.1117_chs_Setup.exe -- 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=32518 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-12-22 10:37:32 CST --- So I don't need anything from winetricks to reproduce it? And it crashes just on launch or I need to do something? -- 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=32518 --- Comment #2 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-22 10:41:15 CST --- (In reply to comment #1)
So I don't need anything from winetricks to reproduce it? And it crashes just on launch or I need to do something?
Hi Nikolay, You can reproduce it without anything from winetricks, it will crashes after launch and the UI display. -- 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=32518 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-12-23 02:13:59 CST --- Created attachment 42911 --> http://bugs.winehq.org/attachment.cgi?id=42911 patch The problem is that script's calling methods from readystate event callback and bind status callback data is not assigned to request yet. This patch attaches callback data on completion and fixes it for me, please confirm. -- 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=32518 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msxml3 -- 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=32518 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-12-23 02:14:50 CST --- Confirming. -- 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=32518 --- Comment #5 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-23 03:13:43 CST --- (In reply to comment #3)
Created attachment 42911 [details] patch
The problem is that script's calling methods from readystate event callback and bind status callback data is not assigned to request yet. This patch attaches callback data on completion and fixes it for me, please confirm.
I retested with this patch, it fixed the bug. Thanks Nikolay :-) -- 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=32518 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f445da0afa493dfaa2d6b79250c | |956995fd5ce64 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Jactry Zeng <jactry92(a)gmail.com> 2012-12-24 18:51:20 CST --- Fixed:http://source.winehq.org/git/wine.git/?a=commit;h=f445da0afa493dfaa2d6b79250... -- 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=32518 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |32540 -- 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=32518 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2013-01-04 15:00:47 CST --- Closing bugs fixed in 1.5.21. -- 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=32518 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Foxit Reader crashes |Foxit Reader 5.1 crashes on | |startup URL|http://cdn04.foxitsoftware. |https://web.archive.org/web |com/pub/foxit/reader/deskto |/20121005121437/http://cdn0 |p/win/5.x/5.1/chs/FoxitRead |4.foxitsoftware.com/pub/fox |er510.1117_chs_Setup.exe |it/reader/desktop/win/5.x/5 | |.1/chs/FoxitReader510.1117_ | |chs_Setup.exe CC| |focht(a)gmx.net -- 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