Small question, need answer urgently.

scratchyrice

21-03-2009 13:23:02

This may be a rather weird question, But does this scenemanager work properly? Ive been messing around with it for 48 working hours now, And the demo is constantly crashing, Non stop. For example i have made a very very simple 2049x2049 heightmap. It works fine if i set the page size to 513, With a width and height of 4 x 4 pages. As soon as i try and decreace the page size to 257 per page, And a size of 8x8 pages, I get constant crashing.

Can anyone help me out here? I kinda need to know if this manager works properly, As i cant really spend months debugging it.. It would be quicker to make my own, smaller more specialized landscape pager.

Cheers

Scratchy

scratchyrice

21-03-2009 13:29:37

Ok ive tracked down what the bug is, The scene manager would appear to be looking for a file that does not, and should not exist. In this case "ThreeIslands.Base.3.1." There is no extension on the file. What is going on here? Any help would be much appreciated.

Cheers

Scratchy

scratchyrice

21-03-2009 14:57:04

I have decided to create my own paging/cell system, As it will be a good learning experience, But also, This paging system is simply not stable and intuitive enough.

Cheers

Scratchy

DanielSefton

21-03-2009 15:40:28

Creating your own would be far more painful than it is to get PLSM working. :P

PLSM is fine - it's just that it's so huge, that if you use it incorrectly, it can be difficult to track down where you are going wrong.

Forget the demo! It's useless and indeed buggy - I had problems with it as well. When I started using PLSM from scratch in my own game it worked a treat.

scratchyrice

21-03-2009 15:56:15

PLSM is fine - it's just that it's so huge, that if you use it incorrectly, it can be difficult to track down where you are going wrong.
My application keeps crashing with a paged geometry, And there's nothing in the log or anything, So I dont really have a means of debugging what;s going wrong. That's the main problem, There's no real documentation, And so i haven't a clue how to use it. I'll give it another quick go, But i doubt i will have much luck.

Cheers

Scratchy

DanielSefton

21-03-2009 16:01:17

My application keeps crashing with a paged geometry, And there's nothing in the log or anything, So I dont really have a means of debugging what;s going wrong. That's the main problem, There's no real documentation, And so i haven't a clue how to use it. I'll give it another quick go, But i doubt i will have much luck.
The only crash I can think of with PagedGeometry is the deleteCamera() function called by PLSM's OctreeSceneManager when tree->update() is called. Comment your tree update line and see if it works.

scratchyrice

21-03-2009 16:02:45

The only crash I can think of with PagedGeometry is the deleteCamera() function called by PLSM's OctreeSceneManager when tree->update() is called. Remove that line and see if it works.
Will Do. Where about's is that exactly?

Cheers

Scratchy

DanielSefton

21-03-2009 16:04:35

The only crash I can think of with PagedGeometry is the deleteCamera() function called by PLSM's OctreeSceneManager when tree->update() is called. Remove that line and see if it works.
Will Do. Where about's is that exactly?


Wait a minute... What do you mean by 'a paged geometry' - you mean the foliage plugin? Or the PLSM paging?

scratchyrice

21-03-2009 16:06:32

Oh sorry oops. I have not implemeneted paged geometry yet. Its just paged landscapes.

Here is my log, I appear to have a lot of load failure errors, And i have no idea how to fix them:

16:05:03: Error loading texture ThreeIslands.Base.5.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:03: Texture: ThreeIslands.Alpha.0.5.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:03: Texture: ThreeIslands.Alpha.1.5.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:03: Texture: ThreeIslands.Alpha.2.5.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:03: Texture: ThreeIslands.Alpha.3.5.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:03: Texture: ThreeIslands.Base.5.1.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:03: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:03: Error loading texture ThreeIslands.Base.5.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:11: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:11: Error loading texture ThreeIslands.Base.2.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:11: Texture: ThreeIslands.Alpha.0.2.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:11: Texture: ThreeIslands.Alpha.1.2.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:11: Texture: ThreeIslands.Alpha.2.2.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:11: Texture: ThreeIslands.Alpha.3.2.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:11: Texture: ThreeIslands.Base.2.5.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:11: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:11: Error loading texture ThreeIslands.Base.2.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:12: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:12: Error loading texture ThreeIslands.Base.3.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:12: Texture: ThreeIslands.Alpha.0.3.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:12: Texture: ThreeIslands.Alpha.1.3.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:12: Texture: ThreeIslands.Alpha.2.3.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:12: Texture: ThreeIslands.Alpha.3.3.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:12: Texture: ThreeIslands.Base.3.1.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:12: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:12: Error loading texture ThreeIslands.Base.3.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:13: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:13: Error loading texture ThreeIslands.Base.1.3.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:13: Texture: ThreeIslands.Alpha.0.1.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:13: Texture: ThreeIslands.Alpha.1.1.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:13: Texture: ThreeIslands.Alpha.2.1.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:13: Texture: ThreeIslands.Alpha.3.1.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:13: Texture: ThreeIslands.Base.1.3.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:13: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:13: Error loading texture ThreeIslands.Base.1.3.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:14: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:14: Error loading texture ThreeIslands.Base.1.4.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:14: Texture: ThreeIslands.Alpha.0.1.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:14: Texture: ThreeIslands.Alpha.1.1.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:14: Texture: ThreeIslands.Alpha.2.1.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:14: Texture: ThreeIslands.Alpha.3.1.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:14: Texture: ThreeIslands.Base.1.4.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:14: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:14: Error loading texture ThreeIslands.Base.1.4.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:15: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:15: Error loading texture ThreeIslands.Base.2.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:15: Texture: ThreeIslands.Alpha.0.2.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:15: Texture: ThreeIslands.Alpha.1.2.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:15: Texture: ThreeIslands.Alpha.2.2.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:15: Texture: ThreeIslands.Alpha.3.2.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:15: Texture: ThreeIslands.Base.2.1.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:15: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:15: Error loading texture ThreeIslands.Base.2.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:16: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:16: Error loading texture ThreeIslands.Base.1.2.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:16: Texture: ThreeIslands.Alpha.0.1.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:16: Texture: ThreeIslands.Alpha.1.1.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:16: Texture: ThreeIslands.Alpha.2.1.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:16: Texture: ThreeIslands.Alpha.3.1.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:16: Texture: ThreeIslands.Base.1.2.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:16: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:16: Error loading texture ThreeIslands.Base.1.2.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:17: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:17: Error loading texture ThreeIslands.Base.1.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:17: Texture: ThreeIslands.Alpha.0.1.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:17: Texture: ThreeIslands.Alpha.1.1.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:17: Texture: ThreeIslands.Alpha.2.1.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:17: Texture: ThreeIslands.Alpha.3.1.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:17: Texture: ThreeIslands.Base.1.5.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:17: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:17: Error loading texture ThreeIslands.Base.1.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:18: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:18: Error loading texture ThreeIslands.Base.6.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:18: Texture: ThreeIslands.Alpha.0.6.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:18: Texture: ThreeIslands.Alpha.1.6.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:18: Texture: ThreeIslands.Alpha.2.6.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:18: Texture: ThreeIslands.Alpha.3.6.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:18: Texture: ThreeIslands.Base.6.5.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:18: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:18: Error loading texture ThreeIslands.Base.6.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:19: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:19: Error loading texture ThreeIslands.Base.6.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:19: Texture: ThreeIslands.Alpha.0.6.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:19: Texture: ThreeIslands.Alpha.1.6.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:19: Texture: ThreeIslands.Alpha.2.6.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:19: Texture: ThreeIslands.Alpha.3.6.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:19: Texture: ThreeIslands.Base.6.1.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:19: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:19: Error loading texture ThreeIslands.Base.6.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:20: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:20: Error loading texture ThreeIslands.Base.1.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:20: Texture: ThreeIslands.Alpha.0.1.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:20: Texture: ThreeIslands.Alpha.1.1.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:20: Texture: ThreeIslands.Alpha.2.1.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:20: Texture: ThreeIslands.Alpha.3.1.1.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:20: Texture: ThreeIslands.Base.1.1.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:20: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:20: Error loading texture ThreeIslands.Base.1.1.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.1.1. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:23: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:23: Error loading texture ThreeIslands.Base.4.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:23: Texture: ThreeIslands.Alpha.0.4.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:23: Texture: ThreeIslands.Alpha.1.4.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:23: Texture: ThreeIslands.Alpha.2.4.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:23: Texture: ThreeIslands.Alpha.3.4.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:23: Texture: ThreeIslands.Base.4.6.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:23: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:23: Error loading texture ThreeIslands.Base.4.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:25: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:25: Error loading texture ThreeIslands.Base.3.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:25: Texture: ThreeIslands.Alpha.0.3.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:25: Texture: ThreeIslands.Alpha.1.3.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:25: Texture: ThreeIslands.Alpha.2.3.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:25: Texture: ThreeIslands.Alpha.3.3.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:25: Texture: ThreeIslands.Base.3.6.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:25: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:25: Error loading texture ThreeIslands.Base.3.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:26: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:26: Error loading texture ThreeIslands.Base.5.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:26: Texture: ThreeIslands.Alpha.0.5.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:26: Texture: ThreeIslands.Alpha.1.5.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:26: Texture: ThreeIslands.Alpha.2.5.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:26: Texture: ThreeIslands.Alpha.3.5.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:26: Texture: ThreeIslands.Base.5.6.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:26: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:26: Error loading texture ThreeIslands.Base.5.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.5.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:27: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:27: Error loading texture ThreeIslands.Base.2.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:27: Texture: ThreeIslands.Alpha.0.2.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:27: Texture: ThreeIslands.Alpha.1.2.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:27: Texture: ThreeIslands.Alpha.2.2.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:27: Texture: ThreeIslands.Alpha.3.2.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:27: Texture: ThreeIslands.Base.2.6.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:27: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:27: Error loading texture ThreeIslands.Base.2.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.2.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:28: Error loading texture ThreeIslands.Base.6.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:28: Texture: ThreeIslands.Alpha.0.6.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:28: Texture: ThreeIslands.Alpha.1.6.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:28: Texture: ThreeIslands.Alpha.2.6.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:28: Texture: ThreeIslands.Alpha.3.6.6.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:28: Texture: ThreeIslands.Base.6.6.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:28: Error loading texture ThreeIslands.Base.6.6.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.6.6. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:30: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:30: Error loading texture ThreeIslands.Base.7.4.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:30: Texture: ThreeIslands.Alpha.0.7.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:30: Texture: ThreeIslands.Alpha.1.7.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:30: Texture: ThreeIslands.Alpha.2.7.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:30: Texture: ThreeIslands.Alpha.3.7.4.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:30: Texture: ThreeIslands.Base.7.4.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:30: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:30: Error loading texture ThreeIslands.Base.7.4.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.4. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:31: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:31: Error loading texture ThreeIslands.Base.7.3.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:31: Texture: ThreeIslands.Alpha.0.7.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:31: Texture: ThreeIslands.Alpha.1.7.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:31: Texture: ThreeIslands.Alpha.2.7.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:31: Texture: ThreeIslands.Alpha.3.7.3.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:31: Texture: ThreeIslands.Base.7.3.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:31: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:31: Error loading texture ThreeIslands.Base.7.3.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.3. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:33: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.7. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:33: Error loading texture ThreeIslands.Base.4.7.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.7. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:33: Texture: ThreeIslands.Alpha.0.4.7.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:33: Texture: ThreeIslands.Alpha.1.4.7.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:33: Texture: ThreeIslands.Alpha.2.4.7.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:33: Texture: ThreeIslands.Alpha.3.4.7.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:33: Texture: ThreeIslands.Base.4.7.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:33: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.7. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:33: Error loading texture ThreeIslands.Base.4.7.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.7. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:34: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:34: Error loading texture ThreeIslands.Base.4.0.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:34: Texture: ThreeIslands.Alpha.0.4.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:34: Texture: ThreeIslands.Alpha.1.4.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:34: Texture: ThreeIslands.Alpha.2.4.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:34: Texture: ThreeIslands.Alpha.3.4.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:34: Texture: ThreeIslands.Base.4.0.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:34: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:34: Error loading texture ThreeIslands.Base.4.0.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.4.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:36: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:36: Error loading texture ThreeIslands.Base.3.0.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:36: Texture: ThreeIslands.Alpha.0.3.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:36: Texture: ThreeIslands.Alpha.1.3.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:36: Texture: ThreeIslands.Alpha.2.3.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:36: Texture: ThreeIslands.Alpha.3.3.0.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:36: Texture: ThreeIslands.Base.3.0.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:36: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:36: Error loading texture ThreeIslands.Base.3.0.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.3.0. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:38: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:38: Error loading texture ThreeIslands.Base.7.2.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:38: Texture: ThreeIslands.Alpha.0.7.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:38: Texture: ThreeIslands.Alpha.1.7.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:38: Texture: ThreeIslands.Alpha.2.7.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:38: Texture: ThreeIslands.Alpha.3.7.2.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:38: Texture: ThreeIslands.Base.7.2.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:38: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:38: Error loading texture ThreeIslands.Base.7.2.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.2. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:40: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:40: Error loading texture ThreeIslands.Base.7.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:40: Texture: ThreeIslands.Alpha.0.7.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:40: Texture: ThreeIslands.Alpha.1.7.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:40: Texture: ThreeIslands.Alpha.2.7.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:40: Texture: ThreeIslands.Alpha.3.7.5.png: Loading 1 faces(PF_L8,256x256x1) with 8 generated mipmaps from Image. Internal format is PF_A8,256x256x1.
16:05:40: Texture: ThreeIslands.Base.7.5.png: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
16:05:40: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)
16:05:40: Error loading texture ThreeIslands.Base.7.5.. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource ThreeIslands.Base.7.5. in resource group Landscape or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)


However, It does seem to do that for a while, And there are no crashes. Then suddenly boom it crashes, With no noticeable difference in errors.

Cheers

Scratchy

DanielSefton

21-03-2009 16:14:16

Well, basically it can't find a load of textures/heightmaps etc. because they are missing. But if it's trying to call 7x7 pages, then that's stupidly huge. You need 49 files of each type, which is bound to have problems.

Go to your config and reduce the number of pages:

Width=3
Height=3

Again, that's why I haven't used the default files supplied by PLSM, I just started from scratch, because many of the files are missing/broken.

If it still crashes, you're going to have to place in dummy files for PLSM to find - that goes for the heightmaps, lightmaps and textures.

Base.0.0.png/raw
Base.0.1.png/raw
Base.0.3.png/raw
Base.1.0.png/raw
Base.1.2.png/raw
Base.1.3.png/raw
etc...

File.x.y.png being the position of the pages.

The reason why it suddenly crashes when you open it is because PLSM loads the pages in realtime - so as you move around, it will dynamically load the pages using the files. If it can't find a set of files for a page, boom, it crashes.

scratchyrice

21-03-2009 16:21:04

But if it's trying to call 7x7 pages, then that's stupidly huge
Surely tho, If i have many small pages, That will be more efficient to stream than 4 large ones? It does work fine with 4x4 pages, But i would have thought that would be inefficient for a large continent size game world?

Cheers

Scratchy

DanielSefton

21-03-2009 16:28:25

But if it's trying to call 7x7 pages, then that's stupidly huge
Surely tho, If i have many small pages, That will be more efficient to stream than 4 large ones? It does work fine with 4x4 pages, But i would have thought that would be inefficient for a large continent size game world?

I would say that if you can cope with producing masses of files for your game world, then 7x7 is perfectly fine. But it's crashing, because so many files are missing. 7x7 pages requires over 150 files. But in my game, each page is 10000x10000 world units, with a large raw heightmap for each. This reduced the amount of files needed, and in fact reduces the amount of page loading PLSM has to do (because the page loading can be a bottleneck; it jerks when trying to load pages as you move). So I would say few large pages is better than many small pages.

scratchyrice

21-03-2009 16:38:59

Ah ok thanks. What would you recommend i use to create raw map files?

Cheers

Scratchy

Zero23

21-03-2009 16:49:36

Hi I have some questions too^^

At the moment I implement PLSM2 too.

I would say that if you can cope with producing masses of files for your game world, then 7x7 is perfectly fine. But it's crashing, because so many files are missing. 7x7 pages requires over 150 files. But in my game, each page is 10000x10000 world units, with a large raw heightmap for each. This reduced the amount of files needed, and in fact reduces the amount of page loading PLSM has to do (because the page loading can be a bottleneck; it jerks when trying to load pages as you move). So I would say few large pages is better than many small pages.
Its better to use one very very big heigthmaps file, than few little heigthmaps?

And can someone show me how I can use splating in real time? May a little bit code, the initialation and the usage, please?

And for now my last question^^, when I deform the terrain in real time and go to close on the terrain, the terrain disappear there? Someone know a solution?

I hope you can help me
Zero

DanielSefton

21-03-2009 16:53:08

Ah ok thanks. What would you recommend i use to create raw map files?
Well, mine were created using TerraGen. But, you can use PNGs too if you want. I used PNGs before.

You can convert PNG heightmaps to RAW or vice versa using http://www.imagemagick.org/

Not really aware of much else, but I'm sure someone else can enlighten you on more tools for creating heightmaps.

Its better to use one very very big heigthmaps file, than few little heigthmaps?
Depends how big you're talking. But I would say so.

Btw, I recommend you start a new topic with the rest of your questions - they're not really related. Personally I don't know a great deal about splatting/deforming either anyway. I found plenty of material on that browsing past threads.

DragonM

21-03-2009 17:39:01

Ok ive tracked down what the bug is, The scene manager would appear to be looking for a file that does not, and should not exist. In this case "ThreeIslands.Base.3.1." There is no extension on the file. What is going on here? Any help would be much appreciated.

Cheers

Scratchy

Have you got

LandScapeExportExtension=png

or

LandScapeExportExtension=raw

in your map configuration file? If it doesn't know what extension to append to the filename, you'll get bad filenames.

DM

DragonM

21-03-2009 18:22:01

My application keeps crashing with a paged geometry, And there's nothing in the log or anything, So I dont really have a means of debugging what;s going wrong. That's the main problem, There's no real documentation, And so i haven't a clue how to use it. I'll give it another quick go, But i doubt i will have much luck.
The only crash I can think of with PagedGeometry is the deleteCamera() function called by PLSM's OctreeSceneManager when tree->update() is called. Comment your tree update line and see if it works.
I have patched PLSM itself in order to repair this bug.

Index: OgrePagingLandScapeOctreeSceneManager.cpp
===================================================================
--- OgrePagingLandScapeOctreeSceneManager.cpp (revision 2654)
+++ OgrePagingLandScapeOctreeSceneManager.cpp (working copy)
@@ -591,7 +591,8 @@
void PagingLandScapeOctreeSceneManager::destroyCamera(Camera *cam)
{
unregisterCamera (static_cast <PagingLandScapeOctreeCamera *> (cam));
- SceneManager::destroyCamera(cam);
+ mDestRenderSystem->_notifyCameraRemoved(cam);
+ delete cam;
}
//-----------------------------------------------------------------------
void PagingLandScapeOctreeSceneManager::destroyCamera(const String& name)
Index: OgrePagingLandScapeSceneManager.cpp
===================================================================
--- OgrePagingLandScapeSceneManager.cpp (revision 2654)
+++ OgrePagingLandScapeSceneManager.cpp (working copy)
@@ -1793,6 +1793,8 @@
{
mOptions->setPrimaryCamera (0);
}
+ CameraList::iterator i = mCameras.find(cam->getName());
+ mCameras.erase(i);

#ifndef _PLSM_OCTREE
OctreeSceneManager::destroyCamera(cam);
The diff above can be saved as camera.patch and trivially applied using TortoiseSVN (meaning it's really easy). This will prevent deletion of secondary cameras from going into an infinite loop to stack overflow. This solves the problem with integrating PLSM and PagedGeometry, without crippling the tree updates.

You're right though. PLSM documentation is severely lacking. What little there is is a muddled mess written in broken English, by someone who appears to not actually be the author of the library. (Unless he writes in third person, which I suppose is possible.) I started thinking about applying for a wiki account yesterday, to try to clean up some of the articles. I'm reluctant to do so though, because I don't really know that much about PLSM still.

DM

DanielSefton

21-03-2009 18:51:55

The diff above can be saved as camera.patch and trivially applied using TortoiseSVN (meaning it's really easy). This will prevent deletion of secondary cameras from going into an infinite loop to stack overflow. This solves the problem with integrating PLSM and PagedGeometry, without crippling the tree updates.
Hey, thanks! That also fixed a problem I was having with Hydrax. I previously used a cheap workaround preventing it from deleting PagedGeometry's "ImpostorCam".

Ok ive tracked down what the bug is, The scene manager would appear to be looking for a file that does not, and should not exist. In this case "ThreeIslands.Base.3.1." There is no extension on the file. What is going on here? Any help would be much appreciated.
If it doesn't know what extension to append to the filename, you'll get bad filenames.

Yeah, in fact, in that case, try adding .raw to the end of your existing files, see if that works before going through the trouble of recreating them.

You're right though. PLSM documentation is severely lacking. What little there is is a muddled mess written in broken English, by someone who appears to not actually be the author of the library.
Hopefully PLSM3 will address that. But it's been "in development" for years now. :(