[Bug 20776] 3DMark Vantage: your graphics card doesn't support DirectX 10 (needs support for 'D3D10_QUERY_SO_STATISTICS')

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 11 00:08:32 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=20776

--- Comment #33 from Sergey Isakov <isakov-sl at bk.ru> ---
I am sorry for too many comments, I just found more to say.

Crash at comment 32 caused by wine bug:
d3d11/shader.c:
static HRESULT d3d_vertex_shader_init(struct d3d_vertex_shader *shader,...
should contains at least one more line
+ desc.byte_code = byte_code;


Then I got new result
~~~~
fixme:d3d_shader:shader_select_frontend Unrecognised version token 0x43425844.
fixme:d3d_shader:shader_set_function Unable to find frontend for shader.
~~~~
In ASCII it looks like "DXBC" instead of version.

Is it possible to not return WINED3DERR_INVALIDCALL but skip this shader?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list