https://bugs.winehq.org/show_bug.cgi?id=55223
Bug ID: 55223 Summary: d3dx10_34:d3dx10 & d3dx10_35:d3dx10 sometimes fail on w11pro64-amd Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d-util Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3dx10_34:d3dx10 & d3dx10_35:d3dx10 sometimes fail on w11pro64-amd-64:
d3dx10.c:2970: Test failed: Test 4: Got unexpected hr2 0xdeadbeef. d3dx10.c:2979: Test failed: Test 4: Got unexpected hr2 0xdeadbeef. d3dx10.c:2970: Test failed: Test 25: Got unexpected hr2 0xdeadbeef. d3dx10.c:2979: Test failed: Test 25: Got unexpected hr2 0xdeadbeef. d3dx10.c:3161: Test failed: Test 4: Got unexpected hr 0x88760b59. d3dx10.c:3163: Test failed: Test 4: Got unexpected hr2 0xdeadbeef. d3dx10.c:3174: Test failed: Test 4: Got unexpected hr 0x88760b59. d3dx10.c:3176: Test failed: Test 4: Got unexpected hr2 0xdeadbeef. d3dx10.c:3161: Test failed: Test 25: Got unexpected hr 0x88760b59. d3dx10.c:3163: Test failed: Test 25: Got unexpected hr2 0xdeadbeef. d3dx10.c:3174: Test failed: Test 25: Got unexpected hr 0x88760b59. d3dx10.c:3176: Test failed: Test 25: Got unexpected hr2 0xdeadbeef.
See https://test.winehq.org/data/patterns.html#d3dx10_34:d3dx10 https://test.winehq.org/data/patterns.html#d3dx10_35:d3dx10
Where 0x88760b59 == D3DXERR_INVALIDDATA And the number of failures is variable but always happens in either test_get_image_info() or test_create_texture(), but seemingly on random test_image indexes.
Also the failure always happens on the TestBot's AMD RX6600 PCI passthrough configuration (the QEmu QXL and Nvidia configurations have no failure).
And this error first happened on 2023-06-14 and has been happening about twice a week but I could not identify which commit is causing the failures.