westpointer
26-11-2008 12:43:01
My program compiles fine and runs OK, but in my output log I can read this.
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:
Anyone could give me a suggestion to solve this problem?
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?