http://bugs.winehq.org/show_bug.cgi?id=8350
--- Comment #16 from Dan Kegel dank@kegel.com 2007-08-22 00:29:30 --- With today's git, I'm having trouble. I did roughly
1. rm -rf ~/.wine 2. wine /media/cdrom/setup.exe 3. when the installer prompts for the 2nd disc, go to another window and run "wine eject", then insert disc, wait for it to mount, and click 'retry'. At very end, you'll need to hit ^C (see below) (Then make sure you have 2GB of space, and do "cp -a .wine .wine-dns9" so you never have to reinstall) 4. rm .wine/dosdevices/z: 5. download word 97 viewer from http://www.pcworld.com/downloads/file/fid,6314-order,1-page,1-c,wordprocessi... rename it, copy it to .wine/drive_c, and install it. 6. ln -s / .wine/dosdevices/z: 7. wget http://kegel.com/wine/winetricks sh winetricks fakeie6 gdiplus dcom98 8. finally, do wine natspeak.exe
Install lacked all progress bars, which was bad, because it took soooo long. There were a few missing DLL errors during install: err:module:import_dll Library REGAPI.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking9\Program\wfapi.dll") not found err:module:import_dll Library WINSTA.dll (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking9\Program\wfapi.dll") not found err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Nuance\NaturallySpeaking9\Program\ereg.exe") not found
Annoyingly, install didn't seem to finish. Right after the MFC42 problem, the drive light stopped flashing, so I pressed ^C after a few minutes. Happily, this caused the installer to decide it was complete, and it put up its happy finish dialog. The process didn't terminate, so I then did wineserver -k.
After all that, trying to start up the app didn't get too far; it put up the splash screen, thought for a minute, said
err:module:import_dll Library REGAPI.dll (which is needed by L"Z:\home\dank\.wine\drive_c\Program Files\Nuance\NaturallySpeaking9\Program\wfapi.dll") not found err:module:import_dll Library WINSTA.dll (which is needed by L"Z:\home\dank\.wine\drive_c\Program Files\Nuance\NaturallySpeaking9\Program\wfapi.dll") not found wine: Call from 0x7ee1cf20 to unimplemented function oleacc.dll.GetRoleTextA, aborting
and hung, chewing up all the CPU time. Hmm, have we had a regression since June?