BUG: ScriptCompiler crashes without any log entry.

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
XeXeS
Halfling
Posts: 43
Joined: Fri Jan 06, 2006 1:41 pm
Location: Achern , Germany
Contact:

BUG: ScriptCompiler crashes without any log entry.

Post by XeXeS »

Hello,
I think I have found a bug in Ogre (1.7 SDK download from yesterday). If a material has the following statement inside

Code: Select all

specular 1
ogre just crashes. I think there should be an compilation error of the compiler instead. And it should ignore the specular argument at all.

Here is a complete material to reproduce the problem:

Code: Select all

material mat1
{
   technique t1
   {
      pass p1
      {
         specular 1
      }
   }
}
Regards
User avatar
Noman
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 714
Joined: Mon Jan 31, 2005 7:21 pm
Location: Israel
x 2
Contact:

Re: BUG: ScriptCompiler crashes without any log entry.

Post by Noman »

Thanks for the report!
It was now fixed in revision 2305

If you build ogre from 1.7 source, the bug won't be there anymore.
Post Reply