https://bugs.winehq.org/show_bug.cgi?id=39546
--- Comment #10 from Sergey Isakov isakov-sl@bk.ru --- With wine-1.8 there is only d3dcompiler_43 native enough to get good picture. There are messages in the log if related ---- fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet! fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet! fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet! fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet! fixme:d3dx:D3DXGetShaderConstantTableEx Flags (0x20000) are not handled, yet!
The flag is #define D3DXCONSTTABLE_LARGEADDRESSAWARE 0x20000 May be better to return D3DERR_INVALIDCALL; ?