http://bugs.winehq.com/show_bug.cgi?id=1122
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 07:45 ------- Bug comments restored from Gmane.org:
Since "cvs up -D 2002-10-30" the game Neverwinter Nights does not longer accept keyboard inputs in the main game window (it works e.g. in dialogs).
My settings in the config that might be of interest DXGrab: NO! Managed: YES! Desktop: YES!
A cvs diff shows some changes in the hook management for windows - guess the problem came with this patch. BTW: assigned it to wine-user, because parts of the changed for the hooks took place their.
------- Additional Comments From lazytodd <at> hotmail.com 2002-11-13 13:06 ------- *** This bug has been confirmed by popular vote. ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-13 15:54 ------- Could you find the exact patch please?
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
------- Additional Comments From frick <at> sc-networks.de 2002-11-19 04:50 ------- I just want to let you knwo, that i am working on it - but i usually can not do more than 3 compile runs on my box per evening; i think i am close to the patch - but have not found it yet (still surrender it per hour - binary search works fine for computers; but not humans, because there is this guy named Murphy :))
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-19 10:27 ------- I have had dealings with Murphy myself. However as your time frame narrows compile time _should_ go down since there are less changes.
I do regression testing on my 300 mhz machine a fair amount and I have a wine tree and a regression tree. That way I can go from regression testing to an up-to-date CVS in a matter of minutes.If you do development as well you could have a development tree as well.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-23 12:51 ------- Patch has been submitted to wine-patches on 20021123 which is supposed to fix this.
------- Additional Comments From frick <at> sc-networks.de 2002-11-25 16:41 ------- Well now i can say it definetly - this is the patch:
http://www.winehq.com/hypermail/wine-cvs/2002/10/0469.html
I did an cvs up yesterday and the bug was _not_ gone - assuming the patch Andreas mentioned was already in this version i used.
------- Additional Comments From hoffmajs <at> gmx.de 2002-11-27 09:21 ------- Yes that patch was the culprit. Are you sure that the fix for it was in the cvs update you checked? just look at dlls/dinput/dinput_main.c around line 58 the line should read ..."KeyboardCallback, inst, 0 );" instead of "KeyboardCallback, 0, 0 );". If its the latter just change the first zero to "inst" and im sure it will work :)
------- Additional Comments From frick <at> sc-networks.de 2002-12-01 07:51 ------- I guess i checked out the "current version" before your patch made it to my cvs host or something like that. In the version i "update"ed the lines you mentioned where in the source. The annotate shows, that the lines made it in the cvs on 20021024.
Long story short: I tested it some minutes ago and i can confirm, that the problem is gone! Thanx gentleman!
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-01 08:36 ------- Closing bug.