https://bugs.winehq.org/show_bug.cgi?id=36050
Bug ID: 36050 Summary: Dragon NaturallySpeaking 12.x crashes on unimplemented function msvcr100.dll._wcsupr_l Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
split off from bug 36001
--- snip --- Unhandled exception: unimplemented function msvcr100.dll._wcsupr_l called in 32-bit code (0x7b83acfe). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7b83acfe ESP:0032e914 EBP:0032e988 EFLAGS:00200283( - -- I S - - -C) EAX:7b826bf9 EBX:7b8b6000 ECX:f6a8b6bf EDX:0032e93c ESI:80000100 EDI:001b0c20 ... Backtrace: =>0 0x7b83acfe in kernel32 (+0x2acfe) (0x0032e988) 1 0xf6a878e8 in msvcr100 (+0x678e7) (0x0032e9c8) 2 0xf6a2d77d in msvcr100 (+0xd77c) (0x0032eaf0) 3 0x220847de in dd10shrd (+0x847dd) (0x0032eaf0) 4 0x00010052 (0x00010052) 0x7b83acfe: subl $4,%esp Modules: Module Address Debug info Name (175 modules) PE 370000- 380000 Deferred lhsp01 PE 380000- 3af000 Deferred lhcom02w PE 400000- c40000 Deferred natspeak PE 1000000- 10d7000 Deferred ipworksssl8 PE 10000000-100e1000 Deferred ipworks8 PE 20000000-20012000 Deferred dd10scrp PE 21000000-21020000 Deferred dd10trob PE 22000000-222de000 Export dd10shrd PE 24000000-24690000 Deferred dd10renx PE 2b000000-2b04c000 Deferred dd10hook ... ELF f6a06000-f6ac5000 Dwarf msvcr100<elf> -PE f6a20000-f6ac5000 \ msvcr100 ... Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Program Files (x86)\Nuance\NaturallySpeaking12\Program\natspeak.exe 00000028 0 00000024 0 00000009 0 <== ... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=36050
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thenewwes123999@yahoo.com
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 36180 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=36050
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Patch commited: http://source.winehq.org/git/wine.git/commitdiff/277eb987396881fb3efa297965b...
http://bugs.winehq.org/show_bug.cgi?id=36050
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |277eb987396881fb3efa297965b | |505e63b027748 Status|NEW |RESOLVED CC| |piotr.caban@gmail.com Resolution|--- |FIXED
--- Comment #3 from Piotr Caban piotr.caban@gmail.com --- The function is implemented. Marking as fixed.
http://bugs.winehq.org/show_bug.cgi?id=36050
--- Comment #4 from thenewwes123999@yahoo.com --- First I would like to say thank you for promptly fixing this bug, next I was so bothered by this problem that I went to my dean and switched my major from liberal studies to computer science. I have been learning python and c++ in my spare time on my own but is there a specific language that I need to know for wine? I would rather be the guy writing patches than the guy begging for patches.
https://bugs.winehq.org/show_bug.cgi?id=36050
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.18.
http://bugs.winehq.org/show_bug.cgi?id=36050
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com --- (In reply to thenewwes123999 from comment #4)
<snip> but is there a specific language that I need to know for wine? I would rather be the guy writing patches than the guy begging for patches.
Wine is mostly written in C. See http://www.winehq.org/devel/ for development information.