1.10 crashes at setworldgeometry

Lansbury

28-04-2011 18:14:55

I just tried PagedGeometry for first time.

I've download 1.10 and used CMAKE to create the sln file.

I'm using Ogre 1.8

All compiles fine.

But it crashes at startup.
19:09:51: OGRE EXCEPTION(2:InvalidParametersException): World geometry is not supported by the generic SceneManager. in SceneManager::setWorldGeometry at ..\..\OgreMain\src\OgreSceneManager.cpp (line 1572)

Any idea?

THANKS IN ADVANCE.

m2codeGEN

05-05-2011 12:26:53

See code Default SceneManager. It not implemented and always throw exceptions.
Install OctreSceneManager Plugin (in this project 2 scene managers available: OctreeSceneManager and TerrainSceneManager).

Be careful, Ogre report error for You.