http://bugs.winehq.com/show_bug.cgi?id=616
*** shadow/616 Fri May 10 14:40:55 2002 --- shadow/616.tmp.15271 Wed May 22 12:38:13 2002 *************** *** 22,24 **** --- 22,52 ----
------- Additional Comments From jakob@vmlinux.org 2002-05-10 14:40 ------- Was that the last version it worked fine in? + + ------- Additional Comments From sean@mess.org 2002-05-22 12:38 ------- + I've downloaded all wine releases since wine-20010418, and the last version it + works in is wine-20010510. It does not work in any release since. If I run wine + with --debugmsg +trace=dinput, in the older versions where it does work, I see + messages like: + + trace:relay:WINPROC_CallWndProc + (wndproc=0x45eeb0,hwnd=00000138,msg=WM_KEYDOWN,wp=00000047,lp=00220001) + trace:relay:WINPROC_CallWndProc + (wndproc=0x45eeb0,hwnd=00000138,msg=WM_KEYDOWN,wp=00000047,lp=00220001) + retval=00000000 + trace:relay:WINPROC_CallWndProc + (wndproc=0x45eeb0,hwnd=00000138,msg=WM_KEYUP,wp=00000047,lp=c0220001) + trace:relay:WINPROC_CallWndProc + (wndproc=0x45eeb0,hwnd=00000138,msg=WM_KEYUP,wp=00000047,lp=c0220001) + retval=00000000 + trace:relay:WINPROC_CallWndProc + (wndproc=0x45eeb0,hwnd=00000138,msg=WM_PAINT,wp=00000000,lp=00000000) + trace:relay:WINPROC_CallWndProc + (wndproc=0x45eeb0,hwnd=00000138,msg=WM_PAINT,wp=00000000,lp=00000000) + + When I press a key. This does not happen with the later versions, where the + keyboard doesn't work (when I press a key). + + Evidently keyboard messages aren't being sent. A diff between the dinput + directories shows no difference at all (except for comments). +