https://bugs.winehq.org/show_bug.cgi?id=51827
Bug ID: 51827 Summary: d3dx10_34:d3dx10 crashes on all versions of Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d-util Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3dx10_34:d3dx10 crashes on all versions of Windows:
d3dx10.c:2377: this is the last test seen before the exception 00b8:d3dx10: unhandled exception c0000005 at 000000006C50064B
https://test.winehq.org/data/patterns.html#d3dx10_34:d3dx10
The crash is random but pretty frequent and happens on AMD, NVidia and QEmu GPUs from Windows 8.1 to Windows 10.
The other d3dx10_*:d3dx10 tests don't crash despite using the same source. So that means d3dx10_34 is different and the test fails to take that into account.
This test was introduced by the following commit:
commit a15527ff29d919b34ae1f599a5319a4b9678f4e2 Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Sep 21 08:52:10 2021 +0300
d3dx10_34/tests: Enable tests.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org