Ogre::ItemIdentityException problem

westpointer

26-11-2008 12:43:01

My program compiles fine and runs OK, but in my output log I can read this.


First-chance exception at 0x7c812a5b in sample.exe: Microsoft C++ exception: Ogre::ItemIdentityException at memory location 0x0012e0e4


And I find this ItemIdentityException is not logged in ogre.log. Wy? So I can not figure out the detail info of it.

I also find that this exception happens after I call:

oScene.createScene();


Anyone could give me a suggestion to solve this problem?

Lioric

27-11-2008 02:30:29

That message is not actually an issue, it means that a file was not in a resource path location or that an object was not found in the scene manager (it is usually used to detect if a resource already exists when there is no specific method in Ogre to detect if a resource was creared before the scene is loaded)