https://bugs.winehq.org/show_bug.cgi?id=45066
Bug ID: 45066 Summary: Gauntlet character screen no longer display character. Product: Wine Version: 3.2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Created attachment 61204 --> https://bugs.winehq.org/attachment.cgi?id=61204 hack to correct the issue
Gauntlet no longer displays the character on the selection screen, and when you enter into the game it full of triangles.
The attached patch(hack) corrects the issue.
Its a constant buffer being created that is causing the issue.
00cd:err:d3d11:d3d_buffer_init Bindflag 0x00000004 (D3D11_BIND_CONSTANT_BUFFER)
commit b6f917b1023ea2b9591f6b72d34ff2afa34bd914 Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Feb 16 09:39:04 2018 +0330
d3d11: Set resource access based on usage and CPU access flags.