NoodlesOnMyBack
19-02-2008 06:57:38
I managed to run the binary demos OK.
Then i configured the PLSM2 solution (plsm2_vc8.sln) and build everything just fine in debug and release mode.
But when i run the Demo_PagingLandScape2 project it trows:
Unhandled exception at 0x03047222 (Plugin_PagingLandScapeSceneManager2_d.dll) in Demo_PagingLandScape2.exe: 0xC0000005: Access violation reading location 0x00000000.
This is in:
OgrePagingLandScapeOctreeSceneManager.cpp
The Plugin_PagingLandScapeSceneManager2_d.dll is the one compiled by me and the rest of the DLLs are ok i think.
I have VS8.0 running, last source stable version of Ogre, and the PLSM2 CVS version downloaded through Tortoise, i searched for similar errors but nothing.
Then i configured the PLSM2 solution (plsm2_vc8.sln) and build everything just fine in debug and release mode.
But when i run the Demo_PagingLandScape2 project it trows:
Unhandled exception at 0x03047222 (Plugin_PagingLandScapeSceneManager2_d.dll) in Demo_PagingLandScape2.exe: 0xC0000005: Access violation reading location 0x00000000.
This is in:
OgrePagingLandScapeOctreeSceneManager.cpp
//---------------------------------------------------------------------
void PagingLandScapeOctreeSceneManager::registerCamera (PagingLandScapeOctreeCamera *c)
{
mPagingLandScapeOctree->traversal(RegisterCameraTraversal(c), 0);
}
//---------------------------------------------------------------------
The Plugin_PagingLandScapeSceneManager2_d.dll is the one compiled by me and the rest of the DLLs are ok i think.
I have VS8.0 running, last source stable version of Ogre, and the PLSM2 CVS version downloaded through Tortoise, i searched for similar errors but nothing.