http://bugs.winehq.org/show_bug.cgi?id=7875
Summary: Dragon Naturally Speaking 9 aborts on startup Product: Wine Version: CVS Platform: Other URL: http://nuance.com OS/Version: other Status: NEW Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
DNS9 doesn't install (bug 6764), but the install fails late enough that maybe the app will run. The first problem is that it aborts with the dialog box Could not find a valid dd10oem.dll http://www.winehq.org/pipermail/wine-devel/2005-June/037481.html mentioned a similar problem with dns7, and that got me thinking; turns out it's referring to the file with a relative path, and the problem goes away if you set the current directory to c:\Program Files\Nuance\NaturallySpeaking9 and start the app with wine Program/natspeak.exe
The next problem is it aborts with the dialog box Runtime Error! Program: ...ram Files\Nuance\NaturallySpeaking9\Program\natspeak.exe abnormal program termination It appears this is happening after a license check;
+relay shows0009:Call advapi32.RegOpenKeyExA(80000002,0037bea4 "Software\Licenses",00000000,00020019,0033ce3c) ret=003619ac ... 0009:Call kernel32.CreateFileA(0037aa38 "\\.\SCSI0:",c0000000,00000003,00000000,00000003,00000000,00000000) ... 0009:Call kernel32.CreateFileA(0037a9d4 "\\.\PHYSICALDRIVE0",00000000,00000003,00000000,00000004,00000000,00000000) ret=00354da8 ... 0009:Call ntdll.RtlUnwind(0033e74c,00000000,00000000,00000000) ret=7d1c55a8 ... 0009:Call kernel32.MultiByteToWideChar(00000000,00000000,00379768 "%08X:SIMULATEEXPIRED",ffffffff,00000000,00000000) ret=7d1dfae7
Hrmph. Guess I should check what's in that Software\Licenses key on a Windows system...