Author Topic: Shader compilation errors in DX9 renderer  (Read 3751 times)

Offline Ponder

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
Shader compilation errors in DX9 renderer
« on: August 03, 2010, 05:37:21 AM »
Hey,

I'm trying to build my own version of 0.2.97.08.  Everything's working great except the DirectX9 (Experimental) renderer, which fails compiling the shaders in bicubic.fx at line 674.  The error in the log is "ID3DXEffectCompiler::CompileEffect: There was an error compiling expression. ID3DXEffectCompiler: Compilation failed", which isn't that helpful.    :biggrin:

I've followed the instructions on the compilation page to make sure I'm using the right version of the D3D SDKs.  The binary version of fba I downloaded works fine.

Has anyone seen this error and do you know how to fix it?

Thanks.