http://bugs.winehq.org/show_bug.cgi?id=19839
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2009-08-25 16:21:27 ---
From a +relay,+seh log:
0009:Ret window proc 0x1de06cb (hwnd=0x201a8,msg=WM_GETTEXT,wp=00000001,lp=0032ef54) retval=ffffffff 0009:Ret user32.SendMessageA() retval=7fffffff ret=0080e46c trace:seh:raise_exception code=c0000005 flags=0 addr=0x7da1dd ip=007da1dd tid=0009
The return value from WM_GETTEXT looks a little funny: it's returning -1. MSDN says the return value is the number of characters copied, excluding the NULL terminator. A little closer look reveals it's the statusbar control that's returning -1. I'll attach a patch in a sec, though it'll need a test to confirm it.