https://bugs.winehq.org/show_bug.cgi?id=54437
Bug ID: 54437 Summary: ntoskrnl.exe:ntoskrnl breaks test_rawinput() in user32:input for non-English locales on Windows 7 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntoskrnl.exe:ntoskrnl breaks test_rawinput() in user32:input for non-English locales on Windows 7:
input.c:2921: Test failed: 15: expected WM_INPUT message input.c:2924: Test failed: 15: expected RIM_INPUT message
See https://test.winehq.org/data/patterns.html#user32:input
These failures happen in the w7u-de, w7u-el, w7u-es and w7y-pt-PT locales but not in the English test configurations (w7u, w7u-2qxl).
Also they only happen if ntoskrnl.exe:ntoskrnl was run before. And a bisect shows that they started with the commit below:
commit fb0f8fe54712541790944f24ad61f662ddb92155 Author: Tim Clem tclem@codeweavers.com Date: Thu Jan 12 11:30:23 2023 -0800
user32/tests: Test GetRawInputBuffer header fields more thoroughly.
Exposes an alignment issue under WoW64.