http://bugs.winehq.org/show_bug.cgi?id=15698
--- Comment #8 from Bob Hepple bhepple@freeshell.org 2009-04-21 18:53:57 --- (In reply to comment #7)
(In reply to comment #6)
No - I think that's correct. It works on real windows (without the "wine" prefix, of course).
With all forward slashes? From the cmd.exe?
Hi Vitaly,
Thanks for the suggestion - I tried it out on a freah installation but it made no difference. For completeness I ran this from bash and from cmd.exe:
From bash:
pacific:drive_c/ $ wine 'Program Files\Nuance\Dragon SDK Server Edition9\Program\trscribe_ftof.exe' -username='US1_lm2' -topicname='US English | Large | General' -wavefile='C:\dss_utts\s5.wav' -outfile='C:\dss_trans\s5.txt' -useconfidence -indexfile='C:\dss_trans\s5.xml' Parsing command line... Command line was parsed successfully.
Initializing transcription objects... fixme:winstation:GetUserObjectInformationW not supported index 4 fixme:winstation:GetUserObjectInformationW not supported index 4 err:ole:CoGetClassObject class {edb0e980-90bd-11d4-8599-0008c7d3b6f8} not registered err:ole:CoGetClassObject no class object {edb0e980-90bd-11d4-8599-0008c7d3b6f8} could be created for context 0x1 err:ole:CoGetClassObject no class object {dd100006-6205-11cf-ae61-0000e8a28647} could be created for context 0x7 IDgnEngine::SpeakerTopicSelect() failed. Error Code: 0x8000ffff Error Description: A serious error occurred while initializing the NaturallySpeaking speech engine. Please try reinstalling to correct this problem.
From cmd.exe:
C:>Program Files\Nuance\Dragon SDK Server Edition9\Program\trscribe_ftof.exe -username=US1_lm2 -topicname="US English | Large | General" -wavefile=C:\dss_utts\s5.wav -outfile=C:\dss_trans\s5.txt -useconfidence -indexfile=C:\dss_trans\s5.xml Parsing command line... Command line was parsed successfully.
Initializing transcription objects... fixme:winstation:GetUserObjectInformationW not supported index 4 fixme:winstation:GetUserObjectInformationW not supported index 4 err:ole:CoGetClassObject class {edb0e980-90bd-11d4-8599-0008c7d3b6f8} not registered err:ole:CoGetClassObject no class object {edb0e980-90bd-11d4-8599-0008c7d3b6f8} could be created for context 0x1 err:ole:CoGetClassObject no class object {dd100006-6205-11cf-ae61-0000e8a28647} could be created for context 0x7 IDgnEngine::SpeakerTopicSelect() failed. Error Code: 0x8000ffff Error Description: A serious error occurred while initializing the NaturallySpeaking speech engine. Please try reinstalling to correct this problem.