https://bugs.winehq.org/show_bug.cgi?id=28635
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #14 from Gijs Vermeulen gijsvrm@gmail.com --- There are multiple problems here:
- It crashes because it passes the D3DXMESHOPT_VERTEXCACHE flag to d3dx9_mesh_OptimizeInplace, which returns E_NOTIMPL because it's unsupported
- It wants ID3DXAnimationController creation support in D3DXLoadMeshHierarchyFromXInMemory, but this is non-fatal -> bug 39876
- It crashes on unimplemented D3DXFrameCalculateBoundingSphere
I've sent an MR for the first and last problem: https://gitlab.winehq.org/wine/wine/-/merge_requests/3272