https://bugs.winehq.org/show_bug.cgi?id=38621
--- Comment #5 from Sergey Isakov isakov-sl@bk.ru --- Tested on wine-1.8-rc3 ~~~ trace:d3dx:D3DXCreateFontIndirectW (0x207560, 0x32ce08, 0xc97cd9f4) trace:d3dx:D3DXCompileShader data "matrix mc0 : register( c0 );\nmatrix mc1 : register( c4 );\nmatrix mc2 : register( c8 );\nstruct VSData\n{\n float4 pos : POSITION;\n float3 nrm : NORMAL; \n float2 txc : TEXCOORD;\n};\nVSData vsMain( VSData input )\n{\n VSData output;\n float4 imm;\n imm = mul( input.pos, (float4x4)mc0 );\n "..., length 721, defines 0x0, include 0x0, function "vsMain", profile "vs_3_0", flags 0, shader 0x32d474, error_msgs 0x0, constant_table 0x0. err:d3dcompiler:compile_shader HLSL shader parsing failed. trace:d3dx:D3DXCompileShader data "struct VSData\n{\n float4 pos : POSITION;\n float2 txc : TEXCOORD;\n};\nVSData vsMain( VSData input )\n{\n VSData output;\n output.pos = input.pos;\n output.txc = input.txc;\n return output;\n};\n", length 190, defines 0x0, include 0x0, function "vsMain", profile "vs_3_0", flags 0, shader 0x32d474, error_msgs 0x0, constant_table 0x0. fixme:d3dcompiler:make_assignment Check for casts in the lhs. fixme:d3dcompiler:make_assignment Check for casts in the lhs. fixme:hlsl_parser:hlsl_parse Check for valued return on void function. fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed, error out if conversion not possible. err:d3dcompiler:compile_shader HLSL shader parsing failed. trace:d3dx:D3DXCompileShader data "#include "Utilities.hlsl"\r\n#line 3 "DebugLine.hlsl"\r\n\r\n////////////////////////////////////////////////////////////////\r\n// Valid options are:\r\n// - VERTEX_COLOR -> Use perv vertex color\r\n// - LINE2D -> Use pretransformed vertices\r\n// - DEBUG_TEXTURE -> Draw s"..., length 2283, defines 0xc5c88b1c, include 0x2231d6c, function "main_PS", profile "ps_3_0", flags 0, shader 0xc4ffa134, error_msgs 0x32ce78, constant_table 0x0. ~~~ The bug seems to be double of bug 39546. Sorry, I forgot about this one.