http://bugs.winehq.org/show_bug.cgi?id=14604
--- Comment #8 from Nicolas Le Cam niko.lecam@gmail.com 2008-09-06 10:07:11 --- I did investigate a little bit. I don't think the crash is related to wine. It crashes on a CView:PostNcDestroy() call which object seems to already have been destroyed. The real problem seems to be that it isn't able to set a hook (SetWindowsHookExA) on WH_KEYBOARD (see subroutine at 0x0041F590)
I haven't been able to go further. winedbg is new to me and I haven't been able to get traces that help me much.
Hope someone with more skills than me will find out the problem and explain how he has been able to point & fix it.