https://bugs.winehq.org/show_bug.cgi?id=54542
Bug ID: 54542 Summary: d3dx10_38:d3dx10, d3dx10_40:d3dx10, d3dx10_41:d3dx10, d3dx10_42:d3dx10 & d3dx10_43:d3dx10 regularly get D3DXERR_INVALIDDATA 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_38:d3dx10, d3dx10_40:d3dx10, d3dx10_41:d3dx10, d3dx10_42:d3dx10 & d3dx10_43:d3dx10 regularly get unexpected hr values in test_get_image_info() and test_create_texture().
For instance on 2023-02-15 on w1064 the 32-bit d3dx10_43:d3dx10 test got:
d3dx10.c:2677: Test failed: Test 0: Got unexpected hr2 0xdeadbeef. d3dx10.c:2686: Test failed: Test 0: Got unexpected hr2 0xdeadbeef. d3dx10.c:2677: Test failed: Test 2: Got unexpected hr2 0xdeadbeef. d3dx10.c:2686: Test failed: Test 2: Got unexpected hr2 0xdeadbeef. d3dx10.c:2868: Test failed: Test 0: Got unexpected hr 0x88760b59. d3dx10.c:2870: Test failed: Test 0: Got unexpected hr2 0xdeadbeef. d3dx10.c:2881: Test failed: Test 0: Got unexpected hr 0x88760b59. d3dx10.c:2883: Test failed: Test 0: Got unexpected hr2 0xdeadbeef. d3dx10.c:2868: Test failed: Test 2: Got unexpected hr 0x88760b59. d3dx10.c:2870: Test failed: Test 2: Got unexpected hr2 0xdeadbeef. d3dx10.c:2881: Test failed: Test 2: Got unexpected hr 0x88760b59. d3dx10.c:2883: Test failed: Test 2: Got unexpected hr2 0xdeadbeef.
See https://test.winehq.org/data/patterns.html#d3dx10_34:d3dx10
Where 0x88760b59 == D3DXERR_INVALIDDATA
This is similar to the d3dx10_34:d3dx10 issue bug 54541 but there are key differences: * In bug 54541 it is always the same two checks that fail, whereas here it's a different set of failures with every run, with anywhere from 4 to 78 failures. * Bug 54541 never had failures in test_create_texture(). * Also this bug's failures seem to have started some time around 2023-01-07, i.e. much more recently than the ones in bug 54541.