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.
https://bugs.winehq.org/show_bug.cgi?id=54542
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=54542
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|d3dx10_38:d3dx10, |d3dx10_36:d3dx10, |d3dx10_40:d3dx10, |d3dx10_37:d3dx10, |d3dx10_41:d3dx10, |d3dx10_38:d3dx10, |d3dx10_42:d3dx10 & |d3dx10_39:d3dx10, |d3dx10_43:d3dx10 regularly |d3dx10_40:d3dx10, |get D3DXERR_INVALIDDATA |d3dx10_41:d3dx10, | |d3dx10_42:d3dx10 & | |d3dx10_43:d3dx10 regularly | |get D3DXERR_INVALIDDATA on | |Windows
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Note one similarity with bug 54451: these failures only happen on the 32-bit tests.
Furthermore this can also happen in test_create_effect_from_resource():
d3dx10.c:4290: Test failed: Got unexpected hr 0x88760b59. d3dx10.c:4291: Test failed: Got unexpected errors DEADBEEF. d3dx10.c:4292: Test failed: Got unexpected effect DEADBEEF. d3dx10.c:4300: Test failed: Got unexpected hr 0x88760b59. d3dx10.c:4301: Test failed: Got unexpected errors DEADBEEF. d3dx10.c:4302: Test failed: Got unexpected effect DEADBEEF.
This happens most often on my fgtb-w10pro64 VM but it also happens on the w1064 TestBot VM, still only in the 32-bit tests:
* 2023-02-09 d3dx10_39:d3dx10 * 2023-02-15 d3dx10_42:d3dx10 * 2023-03-21 d3dx10_43:d3dx10
https://bugs.winehq.org/show_bug.cgi?id=54542
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME
--- Comment #2 from François Gouget fgouget@codeweavers.com --- These failures happened for the last time on 2023-04-12. However d3dx10_34:d3dx10 and d3dx10_35:d3dx10 started getting similar failures on 2023-06-14, and then d3dx10_39:d3dx10 and d3dx10_42:d3dx10 got them on 2023-07-12. But now the failures seem specific to w11pro64-amd. See bug 55223.
https://bugs.winehq.org/show_bug.cgi?id=54542
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.