strange errors in Ofusions Ogre Log

Evak

13-07-2007 17:37:44

I'm getting these strange error for every static mesh in my scene. even though they have no animation. It still renders correctly, but there is obviously something strange going on.

Thought I'd ask for any ideas to what it is? since I think its causing my scene to update really slowly.



09:32:04: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: SceneManager::getSceneNode
Description: SceneNode '__OVIEWPORT_Area51ground_node' not found..
File: ..\src\OgreSceneManager.cpp
Line: 739
Stack unwinding: <<beginning of stack>>
09:32:04: WARNING: Mesh instance '__OVIEWPORT_Area51ground_mesh' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
09:32:04: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: SceneManager::getAnimation
Description: Cannot find animation with name _OVP_ANIM___OVIEWPORT_Area51ground_node.
File: ..\src\OgreSceneManager.cpp
Line: 2713
Stack unwinding: <<beginning of stack>>
09:32:04: D3D9 : Loading 2D Texture, image name : 'C:\Documents and Settings\ANT\My Documents\3dsmax\scenes\AA\MIDNITE4.dds' with 2147483647 mip map levels
09:32:04: Texture: C:\Documents and Settings\ANT\My Documents\3dsmax\scenes\AA\MIDNITE4_N2.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
09:32:04: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: SceneManager::getSceneNode
Description: SceneNode '__OVIEWPORT_formation_node' not found..
File: ..\src\OgreSceneManager.cpp
Line: 739
Stack unwinding: <<beginning of stack>>
09:32:04: WARNING: Mesh instance '__OVIEWPORT_formation_mesh' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
09:32:04: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: SceneManager::getAnimation
Description: Cannot find animation with name _OVP_ANIM___OVIEWPORT_formation_node.
File: ..\src\OgreSceneManager.cpp
Line: 2713
Stack unwinding: <<beginning of stack>>
09:32:04: Texture: C:\Documents and Settings\ANT\My Documents\3dsmax\scenes\AA\steel.png: Loading 1 faces(PF_B8G8R8,64x64x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x64x1.
09:32:04: An exception has been thrown!





'__OVIEWPORT_Area51ground_node'
'__OVIEWPORT_Area51ground_mesh'

My mesh is called: Area51ground so I guess '__OVIEWPORT_' is something Ofusion specific.

I don't get these errors in my applications ogre.log

Lioric

18-07-2007 15:12:58

They are internal log messages and wont affect your application
In next versions they wont be visible in the log as default