http://bugs.winehq.org/show_bug.cgi?id=29665
Bug #: 29665 Summary: hquote.exe bombs, Fedora 16 x86_86 Product: Wine Version: 1.3.36 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thumbtack2007@verizon.net Classification: Unclassified
Running Fedora 16 version 3.1.9-1.fc16.x86_64 on machine with Intel Quad Processor.
wine version is 1.3.36 installed from Fedora package wine-1.3.36-1.fc16
used install-gecko shell script (see attached) to install gecko as recommended by winetricks
hquote is version 7.4.0; trial version can be downloaded from www.hquotes.com
It is a 32 bit program, gets installed to Program Files (x86).
I am running registered hquote version, but except for some features I cannot even get to, there is no difference between the unregistered and registered versions.
hquote runs with no problems on VirtualBox Windows 7 installation as a guest in the Fedora 16 x86_64 box.
hquote runs under wine 1.3.24 with no problems on a 32bit Fedora 14 installation.
When I run it on this Fedora 16 installation, it starts up and then bombs. The mfc42.dll which is neeeded for it to run has been used for years and was taken from an old Windows XP installation. Could that be the problem?
Using the WINEDEBUG suggestion, I produced the attached hquote.log.txt file. Hopefully it tells you what it going wrong. Would like to get it working under wine once again.
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #1 from Michael Parkinson thumbtack2007@verizon.net 2012-01-20 15:44:11 CST --- Created attachment 38471 --> http://bugs.winehq.org/attachment.cgi?id=38471 Two parts: lines 1-33 stdout from execution; lines 34-105 install.gecko script
Although gecko installation should not be the problem, I have included it as part of the file (lines 604734 to end of the file). The debug output I tried to attach was too big. So, although the bug report indicated that you were going to see the full debug output, you are not. You are only going to see the stdout from "wine hquote.exe"
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #2 from Michael Parkinson thumbtack2007@verizon.net 2012-01-20 15:46:36 CST --- Created attachment 38474 --> http://bugs.winehq.org/attachment.cgi?id=38474 last 100 lines of the full debug output
In case it will prove useful, I have also attached the last 100 lines of the full debug output
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #3 from Austin English austinenglish@gmail.com 2012-01-20 15:48:07 CST --- Works fine here in wine-1.3.37-254-g14b790a.
http://bugs.winehq.org/show_bug.cgi?id=29665
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.hquotes.com/ CC| |00cpxxx@gmail.com
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2012-01-20 17:52:59 CST --- Works fine here too. Debian x86_64 wine64 1.3.37-196-g3665729.
http://bugs.winehq.org/show_bug.cgi?id=29665
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|hquote.exe bombs, Fedora 16 |hquote.exe crashes on start |x86_86 |
--- Comment #5 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-01-20 19:59:47 CST --- Please attach complete terminal output as described here: http://wiki.winehq.org/FAQ#get_log Don't set WINEDEBUG flags unless explicitly asked to.
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #6 from Michael Parkinson thumbtack2007@verizon.net 2012-01-20 23:38:45 CST --- Created attachment 38477 --> http://bugs.winehq.org/attachment.cgi?id=38477 stdout from executing hquote.exe under wine 1.3.37, Fedora 16
wine hquote.exe &>hquote.1.3.37.log.txt
45 lines of outout
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #7 from Michael Parkinson thumbtack2007@verizon.net 2012-01-20 23:43:53 CST --- upgraded to wine 1.3.37 in testing for Fedora 16
ran wine hquote.exe &>hquote.1.3.37.log.txt
same frame error
Using nvidia Quadro FX540 card with nvidia driver as kernel mod (nouveau driver causes Fedora 16 to bomb with this card). Ran internet explorer just to be that video driver was not the problem. It came up and looked beautiful. Possible that hquote uses some unusual video feature that could cause the problem, but unlikely.
http://bugs.winehq.org/show_bug.cgi?id=29665
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Status|UNCONFIRMED |NEW CC| |gyebro69@gmail.com, | |jacek@codeweavers.com Component|-unknown |mshtml Ever Confirmed|0 |1 Regression SHA1| |f86abedb40417c358f6ba85f51f | |6d6544c90bd73
--- Comment #8 from GyB gyebro69@gmail.com 2012-01-21 02:06:01 CST --- I can reproduce the problem here on Fedora 16 32-bit and with wine-1.3.37-254-g14b790a.
With Wine-1.3.32 the application starts fine and regression testing resulted:
f86abedb40417c358f6ba85f51f6d6544c90bd73 is the first bad commit commit f86abedb40417c358f6ba85f51f6d6544c90bd73 Author: Jacek Caban jacek@codeweavers.com Date: Tue Nov 15 13:29:59 2011 +0100
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.
:040000 040000 56e06f39977809049c9edeab378892ec3cb96694 0d096fc2265aaae98df81a4ff06c0d81ce46277d M dlls
git checkout f86abedb40417c358f6ba85f51f6d6544c90bd73 >>hquote.exe crashes git reset --hard HEAD^ >>hquote.exe starts fine
Fedora 16 x86 gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC)
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #9 from GyB gyebro69@gmail.com 2012-01-21 02:09:23 CST --- Created attachment 38478 --> http://bugs.winehq.org/attachment.cgi?id=38478 +mshtml,+ieframe,+tid log
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #10 from Jacek Caban jacek@codeweavers.com 2012-01-25 07:01:48 CST --- I couldn't reproduce it here, but this patch will probably help:
http://source.winehq.org/patches/data/83184
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #11 from GyB gyebro69@gmail.com 2012-01-25 09:41:56 CST --- (In reply to comment #10)
I couldn't reproduce it here, but this patch will probably help:
The patch doesn't help here...the application still crashes as before (patch was applied on wine-1.3.37-378-gdfa9f4b).
I noticed that the application crashes when Wine was compiled with GCC-4.6.2 (this is the default here on Fedora 16). The crash also occurs if I compile Wine with GCC-4.6.0 (this GCC version was compiled from source on my system). If I compile Wine with GCC-4.5.3 or with GCC-3.4.3, the application starts fine.
Does that make any sense to you?
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #12 from Jacek Caban jacek@codeweavers.com 2012-01-25 09:44:03 CST --- (In reply to comment #11)
Does that make any sense to you?
Yes. Please attach ieframe,mshtml,seh logs with the patch applied.
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #13 from GyB gyebro69@gmail.com 2012-01-25 09:54:14 CST --- Created attachment 38550 --> http://bugs.winehq.org/attachment.cgi?id=38550 +tid,+mshtml,+ieframe,+seh log (patch applied)
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #14 from Jacek Caban jacek@codeweavers.com 2012-01-25 10:01:04 CST --- Thanks. The bug was copy&pasted, here is similar fix for another place:
http://source.winehq.org/patches/data/83185
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #15 from GyB gyebro69@gmail.com 2012-01-25 10:16:46 CST --- Thanks, the two patches together made the problem go away and the application started.
http://bugs.winehq.org/show_bug.cgi?id=29665
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a031473b1f87b67fbe94d751a61 | |0e85e2badaae3 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #16 from GyB gyebro69@gmail.com 2012-01-25 21:46:48 CST --- The patches have been committed as http://source.winehq.org/git/wine.git/commit/1f03cbf2817dd48981f540b5b83cac0... and http://source.winehq.org/git/wine.git/commit/a031473b1f87b67fbe94d751a610e85...
Thank you for fixing this.
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #17 from Michael Parkinson thumbtack2007@verizon.net 2012-01-26 10:35:21 CST --- Thanks for figuring it out. Does this mean I should update to latest 1.3.37 version (and the bug will go away)? Or do I need to download the source code and compile?
http://bugs.winehq.org/show_bug.cgi?id=29665
--- Comment #18 from Austin English austinenglish@gmail.com 2012-01-26 13:36:46 CST --- (In reply to comment #17)
Thanks for figuring it out. Does this mean I should update to latest 1.3.37 version (and the bug will go away)? Or do I need to download the source code and compile?
Either download source and compile, or wait for the next release (should be tomorrow).
http://bugs.winehq.org/show_bug.cgi?id=29665
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2012-01-27 14:16:55 CST --- Closing bugs fixed in 1.4-rc1.