hello
I'm use ogre1.6.3 + PLSM2 download from SVN(lastest version)+vs2008
i already rebulid project Plugin_PagingLandScapeSceneManager2 and succeed get Plugin_PagingLandScapeSceneManager2.dll(size 570kB) and Plugin_PagingLandScapeSceneManager2.lib (size 117KB)
I succeed build Demo_PagingLandScape2 when I run Demo_PagingLandScape2.exe I got this erro
void __cdecl _CRT_DEBUGGER_HOOK(int _Reserved)
{
/* assign 0 to _debugger_hook_dummy so that the function is not folded in retail */
(_Reserved);
_debugger_hook_dummy = 0;
}
this is PLSM2.log
22:20:09: Added resource location '../../../Media/paginglandscape2/terrains/hf129_3' of type 'FileSystem' to resource group 'PLSM2'
22:20:09: Initialising resource group PLSM2
22:20:09: Texture: flare.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
22:20:09: Texture: cursor.png: Loading 1 faces(PF_R8G8B8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,32x32x1.
22:20:09: PLSM2 : Cannot find map named hf129_3.0.0.png
22:20:09: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Error loading texture hf129_3.Base.0.0.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Light.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Error loading texture hf129_3.Light.0.0.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Light.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Error loading texture hf129_3.Base.0.0.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Error loading texture hf129_3.Base.0.0.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Texture: Detail3.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
22:20:09: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Light.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Error loading texture hf129_3.Light.0.0.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Light.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
22:20:09: Error loading texture hf129_3.Base.0.0.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource hf129_3.Base.0.0.png in resource group PLSM2 or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
any advice is appreciate