DualQuaternion_common.glsl error

Problems building or running the engine, queries about how to use features etc.
Post Reply
alabd14313
Gnoblar
Posts: 5
Joined: Mon Jan 23, 2017 5:32 pm

DualQuaternion_common.glsl error

Post by alabd14313 »

Hello!
I can compile bellow project in Ogre v1.10.8 (Arch Linux) successfully, but when I run it (GL or GL3_plus) produces an error:

Code: Select all

An OGRE exception has occured: FileNotFoundException: Cannot locate resource DualQuaternion_Common.glsl in resource group General. in ResourceGroupManager::openResource at /build/ogre/src/ogre/OgreMain/src/OgreResourceGroupManager.cpp (line 708)
ogre-tut.zip
(10.43 KiB) Downloaded 29 times
James_W
Gnoblar
Posts: 13
Joined: Mon Mar 05, 2018 4:25 am

Re: DualQuaternion_common.glsl error

Post by James_W »

I compiled tutorial 6 and I am hitting the same problem
This file

DualQuaternion_common.glsl

is not present in the materials/programs/GLSL or similar folders in the default resources_d.cfg

However, I found it here:
OGREDIR/sdk/Media/RTShaderLib/GLSL

And added it to resources_d.cfg (or resources.cfg if not in debug)
Post Reply