[fixed]ogre.mesh error

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
barin121212
Posts: 1
Joined: Sat Feb 20, 2010 9:09 am

[fixed]ogre.mesh error

Post by barin121212 »

Attention discovered bug!
Authors ispravte bug !!!!!!!!!! (Irrlicht-1.7.1)

If you open model ogre.mesh
In the material which is empty
Then an error occurs - HANGING

EXAMPLE: (to be error - freezes when opening)
material NoMaterial
{
technique
{
pass
{
}

}

}
result at the opening of a model with such material - ERROR!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Ok, empty pass elements were not correctly handled, which caused the parser to swallow one brace too much, and then not returning to the correct loop. Will be fixed in the next release.
Post Reply