cvs not working? [solved]

Grom

23-02-2007 04:39:10

I got the newest OGRE from source and compiled it with no problems. I got the ogreaddons from cvs, and compiled the PLSM2, again with seemingly no problems (after I sorted out environment variables and paths)

When I try to do

sceneMgr = root->createSceneManager(ST_EXTERIOR_REAL_FAR, "MyScene");
sceneMgr->setWorldGeometry("paginglandscape2.cfg");


I get the error

OGRE EXCEPTION(2:InvalidParametersException): World geometry is not supported by the generic SceneManager. in SceneManager::setWorldGeometry at ..\src\OgreSceneManager.cpp (line 1299)

except I definately have Plugin_PagingLandScapeSceneManager2 included in my Plugins.cfg file. In fact when I comment out Octree and BSP, the log suggests that it loads all the terrain files, but it crashes before rendering anything with a send/dontsend.

Any suggestions?

Grom

23-02-2007 20:52:44

the demo works (except the camera isn't placed well or something, i didn't actually see the terrain, but it runs)

so it's a problem on my end I am massively debugging now.

JPro

15-03-2007 00:55:37

I'm curious if you ever found a solution to this? I'm getting the same message, and have yet to figure it out. Been debugging all day, and I can't find out what is causing it.

clutch43

15-03-2007 01:00:45

Check here aswell
http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=3766