https://bugs.winehq.org/show_bug.cgi?id=45605
supercoolemail@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #62870|0 |1 is obsolete| |
--- Comment #9 from supercoolemail@seznam.cz --- Created attachment 62872 --> https://bugs.winehq.org/attachment.cgi?id=62872 Hack 2
With this path everything looks correct, but nothing gets queued in queue_event, because "ofs" is negative (nothing gets traced, queue length is 16 and no mentions of overflow anywhere, ofs is only remaining condition). I have absolutely no idea what is going on. But it at least fixes keypad numbers (now they work with both Czech and Russian layout).
US layout first: 003a:trace:dinput:LL_hook_proc calling 0x1724e608->0x7e4057eb (100 1804fbb4) 003a:trace:dinput:KeyboardCallback (0x1724e608) wp 00000100, lp 1804fbb4, vk 58, scan 2d 003a:trace:dinput:KeyboardCallback setting 2D to 80 003a:trace:dinput:queue_event queueing 128 at offset 45 (queue head 4 / size 16) 003a:trace:dinput:LL_hook_proc calling 0x17250880->0x7e4070cc (100 1804fbb4)
Russian layout first: 003a:trace:dinput:LL_hook_proc calling 0x1724e428->0x7e4057eb (100 1804fbb4) 003a:trace:dinput:KeyboardCallback (0x1724e428) wp 00000100, lp 1804fbb4, vk 58, scan 79 003a:trace:dinput:KeyboardCallback setting 2D to 80 003a:trace:dinput:LL_hook_proc calling 0x1724e700->0x7e4070cc (100 1804fbb4)