pagan
22-02-2006 14:43:05
Hi,
First of all, great work on PLSM! The demo is impressive and I'm working towards integrating it with my latest project.
I downloaded the latest source out of CVS this morning and following the Wiki instructions I'm trying to run MapSplitter when I get a crash.
It appears that in MapUtil::LoadDataFromSource() there is a new
PagingLandScapeData2D_HeightField created with a NULL PagingLandScapeData2DManager. The crash occurs when trying to access a null mParent member in the PagingLandScapeData2D_HeightField constructor.
This is the call stack:
> Ogre::PagingLandScapeData2DManager::getOptions() Line 113
Ogre::PagingLandScapeData2D_HeightField::PagingLandScapeData2D_HeightField(Ogre::PagingLandScapeData2DManager * dataMgr=0x00000000) Line 55
Ogre::MapUtil::LoadDataFromSource() Line 480
Ogre::MapUtil::processOneMap() Line 525
Ogre::MapUtil::process() Line 335
main(int argc=1, char * * argv=0x003d80d0) Line 48
__tmainCRTStartup() Line 586
mainCRTStartup() Line 403
This being my first build of PLSM, its not unforseable that I'm missing something. Anyway, hope this helps,
Thanks!
- pagan
First of all, great work on PLSM! The demo is impressive and I'm working towards integrating it with my latest project.
I downloaded the latest source out of CVS this morning and following the Wiki instructions I'm trying to run MapSplitter when I get a crash.
It appears that in MapUtil::LoadDataFromSource() there is a new
PagingLandScapeData2D_HeightField created with a NULL PagingLandScapeData2DManager. The crash occurs when trying to access a null mParent member in the PagingLandScapeData2D_HeightField constructor.
This is the call stack:
> Ogre::PagingLandScapeData2DManager::getOptions() Line 113
Ogre::PagingLandScapeData2D_HeightField::PagingLandScapeData2D_HeightField(Ogre::PagingLandScapeData2DManager * dataMgr=0x00000000) Line 55
Ogre::MapUtil::LoadDataFromSource() Line 480
Ogre::MapUtil::processOneMap() Line 525
Ogre::MapUtil::process() Line 335
main(int argc=1, char * * argv=0x003d80d0) Line 48
__tmainCRTStartup() Line 586
mainCRTStartup() Line 403
This being my first build of PLSM, its not unforseable that I'm missing something. Anyway, hope this helps,
Thanks!
- pagan