[Solved] bug?

alex_dergian

01-09-2006 06:40:11

Hey iv goten plsm2 to work for me before but, after adding in my custom framlistener code it dosn't seem to want to set the world geomotry it crashs on the line
mSceneMgr->setWorldGeometry( Ogre::String("paginglandscape2.cfg") );
giving a refferance to a line in a alternate file called mlloc.c line which has the code
// allocate memory block
res = _heap_alloc(size);

on line 162 and 163

my code of the function for setting the plsm2 looks just like the demo and im even calling the demo files for testing to see if mabey it was a issue with my recurce code, but it will do the same crash on the demo files so it is a issue of incompatablity possablely

thanks for help in advance.

Soulition:
I updated my plsm2 plugin and ogre_main this fixed the issue.