https://bugs.winehq.org/show_bug.cgi?id=54658
Bug ID: 54658 Summary: gdi32:driver - test_D3DKMTCheckVidPnExclusiveOwnership() sometimes fails due to occlusion error on Windows 8 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
gdi32:driver - test_D3DKMTCheckVidPnExclusiveOwnership() sometimes fails due to INVALID_VIDEO_PRESENT_SOURCE error on Windows 8:
driver.c:461: Test failed: Got unexpected return code 0xc01e0006 at test 0. driver.c:461: Test failed: Got unexpected return code 0xc01e0006 at test 1. driver.c:461: Test failed: Got unexpected return code 0xc01e0006 at test 2. [... same for tests 3 -> 58 ...] driver.c:461: Test failed: Got unexpected return code 0xc01e0006 at test 59. driver.c:481: Test failed: Got unexpected return code 0xc01e0304. driver.c:505: Test failed: Got unexpected return code 0xc01e0006. driver.c:556: Test failed: Got unexpected return code 0xc01e0006 at test 0. [... same for tests 1 -> 16 ...] driver.c:523: Test failed: Got unexpected return code 0xc01e0304 at test 17. [... more code 0xc01e0304 errors ...] driver.c:754: Test failed: Got unexpected return code 0xc01e0304. driver.c:766: Test failed: Got unexpected return code 0. [... more code 0 errors ...] driver.c:785: Test failed: Got unexpected return code 0. driver.c:807: Test failed: Got unexpected return code 0xc01e0006.
See https://test.winehq.org/data/patterns.html#gdi32:driver
Where: 0xc01e0006 == STATUS_GRAPHICS_PRESENT_OCCLUDED 0xc01e0304 == STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE
The oldest known instance was on 2023-12-09 and there has been about one per month since: * 2022-12-09 on w864 64-bit * 2023-02-06 on w864 64-bit * 2023-03-09 on w864 64-bit
https://bugs.winehq.org/show_bug.cgi?id=54658
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase