[Bug 9395] New: Wine Explorer crashes before first screen of Dragon Naturally Speaking 7

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 20 22:37:51 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9395

           Summary: Wine Explorer crashes before first screen of Dragon
                    Naturally Speaking 7
           Product: Wine
           Version: CVS
          Platform: Other
               URL: http://scansoft.com
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: wine-programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


[This is a simplified repeat of part of bug 8279, which was getting unwieldy.]
To repeat:
  rm -rf ~/.wine
  sh winetricks fakeie6
  wine /media/cdrom/autorun.exe  (and do default install)
  cd ~/".wine/drive_c/Program Files/ScanSoft/NaturallySpeaking"
  wine Program/natspeak.exe
The crash happens before the first real screen (probably after the splash
screen).
It's in wine's explorer, and does not terminate the app.

Oddly, it seems to crash during a server call.  Here's
a simplified log:

trace:explorer:desktop_wnd_proc got msg 8 wp 1008c lp 0
...
trace:hook:call_hook calling hook 0x2b002210 WH_GETMESSAGE code 0 wp 1 lp
34f76c module L""
trace:seh:raise_exception code=c0000005 flags=0 addr=0x2b002210
=>1 0x2b002210 (0x0034f3f8)
  2 0x7ebd5944 HOOK_CallHooks+0x164(id=0x3, code=0x0, wparam=0x1,
lparam=0x34f76c, unicode=0x1) [dlls/user32/hook.c:429] in user32 (0x0034f748)
  3 0x7ebf5b6b PeekMessageW+0x16b(msg_out=0x34f8fc, hwnd=0x0, first=0x0,
last=0x0, flags=<register EDI not in topmost frame>)
[dlls/user32/message.c:2897] in user32 (0x0034f798)
  4 0x7ebf5c98 GetMessageW+0xd8(msg=0x34f8fc, hwnd=0x0, first=0x0, last=0x0)
[dlls/user32/message.c:2938] in user32 (0x0034f858)
  5 0x7ecb382c manage_desktop+0x3ac(arg=<is not available>)
[programs/explorer/desktop.c:208] in explorer (0x0034f988)
  6 0x7ecb4ab5 WinMain+0x2e5(hinstance=0x7ecb0000, previnstance=0x0,
cmdline=0x11084a, cmdshow=0x1) [programs/explorer/explorer.c:136] in explorer
(0x0034fe58)

Line 429 of user32/hook.c in HOOK_CallHooks is the server call:

427     ret = call_hook( &info, code, wparam, lparam );
428 
429     SERVER_START_REQ( finish_hook_chain )
430     {
431         req->id = id;


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list