https://bugs.winehq.org/show_bug.cgi?id=20776
--- Comment #16 from Sergey Isakov isakov-sl@bk.ru --- (In reply to Sergey Isakov from comment #14)
Created attachment 53269 [details] Semistub implementation for D3D10_QUERY_SO_STATISTICS
Implementation for D3D10_QUERY_SO_STATISTICS produces the need of QUERY_TYPE_SO_OVERFLOW implementation. Making these stubs I can go to next problem but this bug can be closed by this simple patch.
fixme:d3d:query_init Statistics query. fixme:d3d:query_init QUERY_TYPE_SO_OVERFLOW stub! fixme:d3d11:d3d10_device_CheckMultisampleQualityLevels iface 0x1fbdf4, format DXGI_FORMAT_R16G16B16A16_FLOAT, sample_count 2, quality_level_count 0x337958 stub! wine: Unhandled exception 0x40000015 in thread 3b at address 0x402e001b:0x0456ff5a (thread 003b), starting debugger... fixme:msvcrt:__clean_type_info_names_internal (0x3f99304) stub
In this log the last stop on wrong implementation of CheckMultisampleQualityLevels leading to crash.