[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
Fri Jan 8 22:53:29 CST 2016


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

--- Comment #21 from super_man at post.com ---
(In reply to Sergey Isakov from comment #20)
> > - if (FAILED(hr) || caps.VertexShaderVersion < 4 || caps.PixelShaderVersion < 4) 
> >I don't know who is decided version < 4. My card has 3 and OEM claims it is DX11 compatible.
> 
> Is it the same bug as 38648?

This bug report is becoming a mess. So many patches arent in wine. It's hard to
understand what bug depends on another.

I just yesterday got newer radeonsi drivers that are able to handle opengl 4.1.
I applied your D3D10_QUERY_SO_STATISTICS patch. And I hit bug 38648. 

For a testing I changed this check  (added just // )

wine/dlls/dxgi/utils.c

if (FAILED(hr)) // || caps.VertexShaderVersion < 4 || caps.PixelShaderVersion <
4) 

And then I hit d3d10_device_CheckMultisampleQualityLevels and I used the patch
here. 

After these changes 3dmark doesnt complain anymore, but I still cant start the
benchmarking. 

I looked into console output and it complains 
Call from 0x7b83c15e to unimplemented function
bthprops.cpl.BluetoothFindFirstRadio, aborting

but that doesnt seem to be breaking here anything. 

You still cant start the benchmark, the reason is unknown.

err:wbemprox:wql_error syntax error, unexpected TK_ID, expecting TK_SELECT
err:winediag:nulldrv_CreateWindow Application tried to create a window, but no
driver could be loaded.
err:winediag:nulldrv_CreateWindow The explorer process failed to start.

wine 1.9

-- 
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