http://bugs.winehq.org/show_bug.cgi?id=14604
--- Comment #9 from Nicolas Le Cam niko.lecam@gmail.com 2008-09-06 10:12:48 --- (In reply to comment #8)
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)
Sorry I didn't finished my sentence. IMHO, the crash in CView:PostNcDestroy() is a consequence of the inability of setting this hook added to a bad error handling in LOADER.EXE.