[Bug 15696] New: Dragon NaturallySpeaking 10 will not install -- says needs IE5 or later
http://bugs.winehq.org/show_bug.cgi?id=15696 Summary: Dragon NaturallySpeaking 10 will not install -- says needs IE5 or later Product: Wine Version: 1.1.6 Platform: PC URL: http://nuance.com OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: susancragin(a)earthlink.net Created an attachment (id=16763) --> (http://bugs.winehq.org/attachment.cgi?id=16763) installation log Dragon NaturallySpeaking 10 stopped installing today, 20 Oct. 2008. A pop-up window right at the beginning of the installation identified the problem as not finding IE5 or later. Adding sh winetricks fakeie6 does not allow the program to install. The same error message comes up. ??It installed correctly yesterday. I have been asked to run a regression test, which I will do using the following parameters. good wine-1.1.6-314-g36d0140 bad wine-1.1.6-379-g07badc7 I hope to do that tomorrow, and post the results. I have also been asked to check a patch: http://winehq.org/pipermail/wine-patches/2008-October/063450.html First instance says the patch does not solve the problem. Logs coming shortly. -- 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=15696 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=15696 --- Comment #1 from Susan Cragin <susancragin(a)earthlink.net> 2008-10-21 06:53:54 --- susan(a)ubuntu:~/wine$ git bisect bad 6df69c6aaa202a9a43acd1f0539a3d975aac2bc9 is first bad commit commit 6df69c6aaa202a9a43acd1f0539a3d975aac2bc9 Author: James Hawkins <jhawkins(a)codeweavers.com> Date: Mon Oct 20 04:20:40 2008 -0500 msi: Fix a copy and paste error. :040000 040000 a54c5dcf300236d104b4766af031a9f7eb4f7762 560631efb139196a1b222d5ce29b1ecf3c44e5fe M dlls -- 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=15696 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-10-21 10:36:40 --- (In reply to comment #1)
susan(a)ubuntu:~/wine$ git bisect bad 6df69c6aaa202a9a43acd1f0539a3d975aac2bc9 is first bad commit commit 6df69c6aaa202a9a43acd1f0539a3d975aac2bc9 Author: James Hawkins <jhawkins(a)codeweavers.com> Date: Mon Oct 20 04:20:40 2008 -0500
msi: Fix a copy and paste error.
:040000 040000 a54c5dcf300236d104b4766af031a9f7eb4f7762 560631efb139196a1b222d5ce29b1ecf3c44e5fe M dlls
Does reverting that patch fix 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=15696 --- Comment #3 from Susan Cragin <susancragin(a)earthlink.net> 2008-10-21 11:25:06 ---
Does reverting that patch fix it?
ummm... how does one revert that patch, exactly? I have read the directions but see nothing for reverting just one patch that is not the most recent patch. -- 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=15696 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-10-21 12:01:45 --- (In reply to comment #3)
Does reverting that patch fix it?
ummm... how does one revert that patch, exactly? I have read the directions but see nothing for reverting just one patch that is not the most recent patch.
$ git show 6df69c6aaa202a9a43acd1f0539a3d975aac2bc9 | patch -p1 -R -- 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=15696 --- Comment #5 from Susan Cragin <susancragin(a)earthlink.net> 2008-10-21 13:52:38 ---
$ git show 6df69c6aaa202a9a43acd1f0539a3d975aac2bc9 | patch -p1 -R
Worked like a charm. Program installed successfully. -- 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=15696 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |msi Ever Confirmed|0 |1 --- Comment #6 from James Hawkins <truiken(a)gmail.com> 2008-10-21 16:16:53 --- Patch sent: http://winehq.org/pipermail/wine-patches/2008-October/063612.html -- 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=15696 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-10-22 13:33:49 --- Patch committed: http://winehq.org/pipermail/wine-cvs/2008-October/048983.html -- 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=15696 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-24 11:14:17 --- Closing bugs fixed in 1.1.7. -- 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=15696 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f18c6ba28dc677934e7bd977618 | |8759303ead278 -- 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=15696 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com Regression SHA1| |6df69c6aaa202a9a43acd1f0539 | |a3d975aac2bc9 Severity|enhancement |normal -- 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