https://bugs.winehq.org/show_bug.cgi?id=52561
Bug ID: 52561 Summary: d3dx9_36:math crashes on Windows 8.1 and cw-rx460 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
d3dx9_36:math crashes on Windows 8.1 (w8 and w864) and the TestBot's cw-rx460 machine (from Windows 8.1 to Windows 10 21H1).
math.c:4497: Tests skipped: Format 0x20: Failed to create cube texture. math.c:4522: this is the last test seen before the exception 0124:math: unhandled exception c0000005 at 7720AFF9
https://test.winehq.org/data/patterns.html#d3dx9_36:math
The crash happens in test_D3DXSHProjectCubeMap() and started when that test was added:
commit d049e5dc1cfc3ad54fbac7ed53d808f5177c1994 Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Feb 3 20:03:21 2022 -0600
d3dx9: Implement D3DXSHProjectCubeMap().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46284 Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org