Error: ShadowExtrudeDirLightFiniteDebug

Problems building or running the engine, queries about how to use features etc.
Post Reply
OGREHEAD
Goblin
Posts: 260
Joined: Tue Feb 02, 2010 6:25 pm
x 2

Error: ShadowExtrudeDirLightFiniteDebug

Post by OGREHEAD »

Ogre runs, but I suddenly get the following error every time I start ogre app.

OGRE EXCEPTION(7:InternalErrorException): Cannot load GL vertex program Ogre/ShadowExtrudeDirLightFiniteDebug. Line 295:
line 12, column 5: error: invalid destination variable
line 13, column 5: error: invalid destination variable
line 14, column 13: error: invalid operand variable
in Ogre/ShadowExtrudeDirLightFiniteDebug at /PROGRAMS/OGRE/RenderSystems/GL/src/OgreGLGpuProgram.cpp (line 251)
Gpu program Ogre/ShadowExtrudeDirLightFiniteDebug encountered an error during loading and is thus not supported.

I can remove this line SM->setShadowTechnique( SHADOWTYPE_TEXTURE_ADDITIVE_INTEGRATED ); so it is related to this, but did not cause the error earlier, so I guess I must have done something else to cause the error.

Any suggestions to what the problem could be or what I should try to get rid of this error?
Post Reply