http://bugs.winehq.org/show_bug.cgi?id=25123
Summary: Dragon NaturallySpeaking 11 does not run Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: susancragin@earthlink.net
Created an attachment (id=31871) --> (http://bugs.winehq.org/attachment.cgi?id=31871) startup log
Dragon NaturallySpeaking 11 installs (albeit imperfectly) and then runs through startup. Setup options such as recognising the microphone, and training, appear to work well. The program appears to work all the way to the point where it actually needs to recognise some dictation. Then it freezes or crashes. Subsequent attempts to restart the program are not successful. I have run logs from the restart attempts: a startup log, a relay log, and an ole log. The relay log may not be trustworthy. The program froze after a short time.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #1 from Susan Cragin susancragin@earthlink.net 2010-11-12 05:17:57 CST --- Created an attachment (id=31872) --> (http://bugs.winehq.org/attachment.cgi?id=31872) relay log
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #2 from Susan Cragin susancragin@earthlink.net 2010-11-12 05:19:49 CST --- Created an attachment (id=31873) --> (http://bugs.winehq.org/attachment.cgi?id=31873) ole log
I should add that my wine version is wine-1.3.6-421-gc138970
My linux version is Natty Narwhal pre-alpha, but it runs well and when compiling wine I had no dependency problems.
http://bugs.winehq.org/show_bug.cgi?id=25123
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-12 05:52:14 CST --- Please read the severity descriptions at: http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Did the application run before? I.e. is this a regression?
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #4 from Susan Cragin susancragin@earthlink.net 2010-11-12 07:00:34 CST ---
Did the application run before? I.e. is this a regression?
No. This particular application has never run. It is a new version of the product. DNS10 (the old version) runs pretty well.
You are right that the importance should be "normal."
I have heard that DNS11 runs differently than DNS10, and that this may be a difficult bug to solve.
One problem MIGHT be that DNS11 aggressively attempts to run on multiple cores, and DNS10 did not. (I got this idea from a friend who runs DNS11 on windows.)
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #5 from Susan Cragin susancragin@earthlink.net 2011-05-21 06:17:18 CDT --- As of wine-1.3.20-230-g456e48e this bug has changed, and I am therefore adding a new startup log attachment. Any prior logs should be considered suspect. The log... I started with the last terminal output line that runs normally, then there is a long delay, then the terminal spits out the rest. The whole log isn't very long. I took out a lot of duplicates. I don't think the problem has anything to do with REGAPI or WINSTA. Just my hunch.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #6 from Susan Cragin susancragin@earthlink.net 2011-05-21 06:18:22 CDT --- Created an attachment (id=34820) --> (http://bugs.winehq.org/attachment.cgi?id=34820) terminal output after dramatic slowdown
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #7 from Jeff Zaroyko jeffz@jeffz.name 2011-05-21 07:28:05 CDT ---
err:module:import_dll Library REGAPI.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking11\Program\wfapi.dll") not found err:module:import_dll Library WINSTA.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking11\Program\wfapi.dll") not found
They're called by the program for a reason, so something will be going wrong even if it's minor. Plus they ship with windows, so they should be at least stubbed in Wine now.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #8 from Susan Cragin susancragin@earthlink.net 2011-05-21 09:01:29 CDT --- You're of course right, but here's my candidate for the problem. fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported In any event, how can I help? WINEDEBUG plus ole, or start with relay, seh? Or go for broke and do ALL?
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #9 from Austin English austinenglish@gmail.com 2011-05-21 11:56:00 CDT --- I'd start with getting those dlls, registering them, and trying again.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #10 from Susan Cragin susancragin@earthlink.net 2011-05-21 13:05:17 CDT --- Created an attachment (id=34830) --> (http://bugs.winehq.org/attachment.cgi?id=34830) after installing regapi wfapi and winsta
Well, this is different. This is the entire registry log.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #11 from Austin English austinenglish@gmail.com 2011-05-21 20:30:54 CDT --- (In reply to comment #7)
err:module:import_dll Library REGAPI.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking11\Program\wfapi.dll") not found err:module:import_dll Library WINSTA.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking11\Program\wfapi.dll") not found
They're called by the program for a reason, so something will be going wrong even if it's minor. Plus they ship with windows, so they should be at least stubbed in Wine now.
http://source.winehq.org/patches/data/74401 http://source.winehq.org/patches/data/74402
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #12 from Austin English austinenglish@gmail.com 2011-05-23 13:39:38 CDT --- (In reply to comment #11)
(In reply to comment #7)
err:module:import_dll Library REGAPI.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking11\Program\wfapi.dll") not found err:module:import_dll Library WINSTA.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking11\Program\wfapi.dll") not found
They're called by the program for a reason, so something will be going wrong even if it's minor. Plus they ship with windows, so they should be at least stubbed in Wine now.
http://source.winehq.org/patches/data/74401 http://source.winehq.org/patches/data/74402
http://source.winehq.org/git/wine.git/commitdiff/d8d7780981cdd2c630e69c641b4...
http://source.winehq.org/git/wine.git/commitdiff/14067ac17fb4b48cea4b63b4169...
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #13 from Susan Cragin susancragin@earthlink.net 2011-05-23 16:03:50 CDT --- Created an attachment (id=34878) --> (http://bugs.winehq.org/attachment.cgi?id=34878) log of running Dragon 11 today with subs added
I just compiled wine and tried to run NatSpeak. Looking at what message pops up just when the program failed, I would guess the following. fixme:shell:IShellLinkA_fnGetPath (0x6820bf8): WIN32_FIND_DATA is not yet filled.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #14 from Jeff Zaroyko jeffz@jeffz.name 2011-05-23 18:16:48 CDT ---
err:service:service_send_start_message service L"DragonSvc" failed to start
Figuring out if you can get a terminal log for this service might be an idea. Does `net start DragonSvc` produce any output?
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #15 from Susan Cragin susancragin@earthlink.net 2011-05-24 07:57:55 CDT --- $ wine net start DragonSvc err:service:service_send_start_message service L"DragonSvc" failed to start fixme:iphlpapi:NotifyAddrChange (Handle 0xd3e90c, overlapped 0xd3e8f0): stub wine: configuration in '/home/susan/.wine' has been updated. The Dragon Service service is starting. Service already running
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #16 from Susan Cragin susancragin@earthlink.net 2011-05-31 22:12:31 CDT --- Created an attachment (id=34977) --> (http://bugs.winehq.org/attachment.cgi?id=34977) log of today's attempt to run Natspeak after almost-successful installation
I compiled wine today, and installed DNS11. The program installed fine, and it trained fine, and then it got hung up later, in the dialogues about setting up data collection, and so on. So the program closed, but I was able to re-start it about where it had left off. wine-1.3.21-61-gfd543f5 On one computer I got the program to run, briefly, and dictated some words into it. On my second computer, this one, I was not so lucky, and I'm not sure what the difference is. I think it is because, with the "successful" run, I used the program's DragonPad, and with the unsuccessful one, I tried to use Notepad. Anyway, here is the terminal output for the unsuccessful one.
http://bugs.winehq.org/show_bug.cgi?id=25123
--- Comment #17 from Susan Cragin susancragin@earthlink.net 2011-06-08 19:23:18 CDT --- Might this bug have been fixed today? My initial response has been good. wine-1.3.21-290-gd9fb7b9
http://bugs.winehq.org/show_bug.cgi?id=25123
Susan Cragin susancragin@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #18 from Susan Cragin susancragin@earthlink.net 2011-07-15 19:24:46 CDT --- As of 1-3-23 definitely fixed.
http://bugs.winehq.org/show_bug.cgi?id=25123
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2011-07-22 12:44:21 CDT --- Closing bugs fixed in 1.3.25.