https://bugs.winehq.org/show_bug.cgi?id=53281
Bug ID: 53281 Summary: d3d9:d3d9ex - test_wndproc() sometimes gets an unexpected WM_WINDOWPOSCHANGED on Windows 8+ Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3d9:d3d9ex - test_wndproc() sometimes gets an unexpected WM_WINDOWPOSCHANGED on Windows 8+:
d3d9ex.c:3117: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. (also happens with i=1)
https://test.winehq.org/data/patterns.html#ddraw:ddraw1
Note that a similar failure seems to happen with KDE in Wine but there is more than one WM_WINDOWPOSCHANGED message so it may be different (see fg-deb64).
https://bugs.winehq.org/show_bug.cgi?id=53281
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53281
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Sorry, that was the wrong pattern link. https://test.winehq.org/data/patterns.html#d3d9:d3d9ex
https://bugs.winehq.org/show_bug.cgi?id=53281
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|d3d9:d3d9ex - |d3d9:d3d9ex & d3d9:device - |test_wndproc() sometimes |test_wndproc() sometimes |gets an unexpected |gets an unexpected |WM_WINDOWPOSCHANGED on |WM_WINDOWPOSCHANGED on |Windows 8+ |Windows 8+
--- Comment #2 from François Gouget fgouget@codeweavers.com --- d3d9:device has the same issue in its copy of test_wndproc() but only for i=0:
device.c:4345: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0.
https://test.winehq.org/data/patterns.html#d3d9:device
https://bugs.winehq.org/show_bug.cgi?id=53281
--- Comment #3 from François Gouget fgouget@codeweavers.com --- On d3d9:device this can happen with i=1 after all (2022-11-25 w8adm):
device.c:4350: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1.