https://bugs.winehq.org/show_bug.cgi?id=36496
Bug ID: 36496 Summary: Dragon NaturallySpeaking 12.x crashes on unimplemented function msvcr100.dll._wcslwr_l Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
continuation of bug 36050
Prerequisite: clean 32-bit WINEPREFIX (the app is 32-bit and doesn't install in 64-bit prefix at all).
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Nuance/NaturallySpeaking12/Program
$ wine ./natspeak.exe ... wine: Call from 0x7b83ac57 to unimplemented function msvcr100.dll._wcslwr_l, aborting err:seh:raise_exception Unhandled exception code e06d7363 flags 1 addr 0x7b83ac57 --- snip ---
'winetricks -q vcrun2010' works around and lets the app successfully start.
$ wine --version wine-1.7.19-27-gabea10f
Regards