Flickering on some rotated GUI elements with big resolutions

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

matt
Not too shy to talk
Not too shy to talk
Posts: 37
Joined: Tue Nov 08, 2011 16:00

Flickering on some rotated GUI elements with big resolutions

Postby matt » Mon May 14, 2012 08:36

Hello!

I have a GUI that is compound of a reasonable amount of elements.
I have an elements of my GUI which that I refresh zRotation is refreshed each frame (Representing a compass bound to the main camera)
And 2 other buttons that have a fixed rotation on 180 degrees.

I use it in ogre with the ''bootstrapSystem()'' method (very easy to use!), and everything is going fine.

But a problem appears when I go with high resolutions (let say 1920*1080)...
Some elements are flickering a lot: The "live rotating" compass, but although the 2 simple buttons (that have a 180° rotation) and which properties are not changed on each frame...

I found on the forum some thread about flickering, explaining that CEGUI is not refreshing the whole GUI on each frame, but only some dynamic parts...

Do you have some ideas of where the problem could come from, and how to fix it?

Thanx in advance for your help!

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Flickering on some rotated GUI elements with big resolut

Postby CrazyEddie » Mon May 14, 2012 11:00

See that big red text?

Thank you :P

CE

matt
Not too shy to talk
Not too shy to talk
Posts: 37
Joined: Tue Nov 08, 2011 16:00

Re: Flickering on some rotated GUI elements with big resolut

Postby matt » Mon May 14, 2012 11:53

yes, nice color! :wink:

Indeed, I have no error or exception messages in my log. and i didn't mean to spam the forum with my big log. :)

My app is running good, except that when I exceed a certain resolution, the elements that have a "rotation" property" start to flicker.
Last edited by matt on Mon May 14, 2012 12:49, edited 2 times in total.

User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: Flickering on some rotated GUI elements with big resolut

Postby Kulik » Mon May 14, 2012 12:30

You might not see anything wrong with the log, that doesn't necessarily mean that someone else might not see something wrong with it... Ignoring a direct request like this is a not good form IMO :roll:

If anything it will give us an idea of render system and versions... Post ogre.log as well.

matt
Not too shy to talk
Not too shy to talk
Posts: 37
Joined: Tue Nov 08, 2011 16:00

Re: Flickering on some rotated GUI elements with big resolut

Postby matt » Mon Jun 04, 2012 10:14

Thanx Eddy and Kulik for the answers


So here are my logs:
This is the Ogre Log:

Code: Select all

12:00:47: Creating resource group General
12:00:47: Creating resource group Internal
12:00:47: Creating resource group Autodetect
12:00:47: SceneManagerFactory for type 'DefaultSceneManager' registered.
12:00:47: Registering ResourceManager for type Material
12:00:47: Registering ResourceManager for type Mesh
12:00:47: Registering ResourceManager for type Skeleton
12:00:47: MovableObjectFactory for type 'ParticleSystem' registered.
12:00:47: OverlayElementFactory for type Panel registered.
12:00:47: OverlayElementFactory for type BorderPanel registered.
12:00:47: OverlayElementFactory for type TextArea registered.
12:00:47: Registering ResourceManager for type Font
12:00:47: ArchiveFactory for archive type FileSystem registered.
12:00:47: ArchiveFactory for archive type Zip registered.
12:00:47: DDS codec registering
12:00:47: FreeImage version: 3.13.1
12:00:47: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
12:00:47: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2,pfm,pct,pict,pic,bay,bmq,cr2,crw,cs1,dc2,dcr,dng,erf,fff,hdr,k25,kdc,mdc,mos,mrw,nef,orf,pef,pxn,raf,raw,rdc,sr2,srf,arw,3fr,cine,ia,kc2,mef,nrw,qtk,rw2,sti,drf,dsc,ptx,cap,iiq,rwz
12:00:47: PVRTC codec registering
12:00:47: Registering ResourceManager for type HighLevelGpuProgram
12:00:47: Registering ResourceManager for type Compositor
12:00:47: MovableObjectFactory for type 'Entity' registered.
12:00:47: MovableObjectFactory for type 'Light' registered.
12:00:47: MovableObjectFactory for type 'BillboardSet' registered.
12:00:47: MovableObjectFactory for type 'ManualObject' registered.
12:00:47: MovableObjectFactory for type 'BillboardChain' registered.
12:00:47: MovableObjectFactory for type 'RibbonTrail' registered.
12:00:47: Loading library plugins\RenderSystem_Direct3D9
12:00:48: Installing plugin: D3D9 RenderSystem
12:00:48: D3D9 : Direct3D9 Rendering Subsystem created.
12:00:48: D3D9: Driver Detection Starts
12:00:48: D3D9: Driver Detection Ends
12:00:48: Plugin successfully installed
12:00:48: Loading library plugins\RenderSystem_Direct3D10
12:00:48: Installing plugin: D3D10 RenderSystem
12:00:48: D3D10 : Direct3D10 Rendering Subsystem created.
12:00:49: D3D10: Driver Detection Starts
12:00:49: D3D10: Driver Detection Ends
12:00:49: Plugin successfully installed
12:00:49: Loading library plugins\RenderSystem_Direct3D11
12:00:49: Installing plugin: D3D11 RenderSystem
12:00:49: D3D11 : Direct3D11 Rendering Subsystem created.
12:00:49: D3D11: Driver Detection Starts
12:00:49: D3D11: Driver Detection Ends
12:00:49: Plugin successfully installed
12:00:49: Loading library plugins\RenderSystem_GL
12:00:50: Installing plugin: GL RenderSystem
12:00:50: OpenGL Rendering Subsystem created.
12:00:51: Plugin successfully installed
12:00:51: Loading library plugins\Plugin_ParticleFX
12:00:51: Installing plugin: ParticleFX
12:00:51: Particle Emitter Type 'Point' registered
12:00:51: Particle Emitter Type 'Box' registered
12:00:51: Particle Emitter Type 'Ellipsoid' registered
12:00:51: Particle Emitter Type 'Cylinder' registered
12:00:51: Particle Emitter Type 'Ring' registered
12:00:51: Particle Emitter Type 'HollowEllipsoid' registered
12:00:51: Particle Affector Type 'LinearForce' registered
12:00:51: Particle Affector Type 'ColourFader' registered
12:00:51: Particle Affector Type 'ColourFader2' registered
12:00:51: Particle Affector Type 'ColourImage' registered
12:00:51: Particle Affector Type 'ColourInterpolator' registered
12:00:51: Particle Affector Type 'Scaler' registered
12:00:51: Particle Affector Type 'Rotator' registered
12:00:51: Particle Affector Type 'DirectionRandomiser' registered
12:00:51: Particle Affector Type 'DeflectorPlane' registered
12:00:51: Plugin successfully installed
12:00:51: Loading library plugins\Plugin_BSPSceneManager
12:00:51: Installing plugin: BSP Scene Manager
12:00:51: Plugin successfully installed
12:00:51: Loading library plugins\Plugin_CgProgramManager
12:00:52: Installing plugin: Cg Program Manager
12:00:52: Plugin successfully installed
12:00:52: Loading library plugins\Plugin_PCZSceneManager
12:00:52: Installing plugin: Portal Connected Zone Scene Manager
12:00:52: PCZone Factory Type 'ZoneType_Default' registered
12:00:52: Plugin successfully installed
12:00:52: Loading library plugins\Plugin_OctreeZone
12:00:52: Installing plugin: Octree Zone Factory
12:00:52: Plugin successfully installed
12:00:52: Loading library plugins\Plugin_OctreeSceneManager
12:00:52: Installing plugin: Octree & Terrain Scene Manager
12:00:52: Plugin successfully installed
12:00:52: Loading library plugins\HPlugin_GUI
12:00:53: Installing plugin: MyAppGUIPlugin
12:00:53: Plugin successfully installed
12:00:53: *-*-* OGRE Initialising
12:00:53: *-*-* Version 1.7.3 (Cthugha)
12:00:53: Creating resource group Autonav
12:00:53: Added resource location '../../Media/MyApp/mesh/Autonav' of type 'FileSystem' to resource group 'Autonav'
12:00:53: Added resource location '../../Media/MyApp/textures/Autonav' of type 'FileSystem' to resource group 'Autonav'
12:00:53: Added resource location '../../Media/MyApp/materials/Autonav' of type 'FileSystem' to resource group 'Autonav'
12:00:53: Creating resource group Bootstrap
12:00:53: Added resource location '../../Media/MyApp/MyAppCore' of type 'FileSystem' to resource group 'Bootstrap'
12:00:53: Creating resource group CEGUI
12:00:53: Added resource location '../../Media/ui/animations' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/configs' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/fonts' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/imagesets' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/layouts' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/looknfeel' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/lua_scripts' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/schemes' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Added resource location '../../Media/ui/xml_schemas' of type 'FileSystem' to resource group 'CEGUI'
12:00:53: Creating resource group MaterialCollections
12:00:53: Creating resource group MaterialCollections
12:00:53: Added resource location '../../Media/MaterialCollections/' of type 'FileSystem' to resource group 'MaterialCollections'
12:00:53: Creating resource group Vegetation
12:00:53: Creating resource group Web
12:00:53: Added resource location '../../Media/web/simpleviewer/' of type 'FileSystem' to resource group 'Web'
12:00:53: D3D10 : RenderSystem Option: Allow NVPerfHUD = No
12:00:53: D3D10 : RenderSystem Option: Controller = Keyboard/Mouse
12:00:53: D3D10 : RenderSystem Option: Driver type = Hardware
12:00:53: D3D10 : RenderSystem Option: FSAA = 0
12:00:53: D3D10 : RenderSystem Option: Floating-point mode = Fastest
12:00:53: D3D10 : RenderSystem Option: Full Screen = Yes
12:00:53: D3D10 : RenderSystem Option: Information Queue Exceptions Bottom Level = Info (exception on any message)
12:00:53: D3D10 : RenderSystem Option: Rendering Device = ATI Radeon HD 4870 X2
12:00:53: D3D10 : RenderSystem Option: VSync = No
12:00:53: D3D10 : RenderSystem Option: VSync Interval = 1
12:00:53: D3D10 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
12:00:53: D3D10 : RenderSystem Option: sRGB Gamma Conversion = No
12:00:53: D3D11 : RenderSystem Option: Allow NVPerfHUD = No
12:00:53: D3D11 : RenderSystem Option: Controller = Keyboard/Mouse
12:00:53: D3D11 : RenderSystem Option: Driver type = Hardware
12:00:53: D3D11 : RenderSystem Option: FSAA = 0
12:00:53: D3D11 : RenderSystem Option: Floating-point mode = Fastest
12:00:53: D3D11 : RenderSystem Option: Full Screen = Yes
12:00:53: D3D11 : RenderSystem Option: Information Queue Exceptions Bottom Level = Info (exception on any message)
12:00:53: D3D11 : RenderSystem Option: Rendering Device = ATI Radeon HD 4870 X2
12:00:53: D3D11 : RenderSystem Option: VSync = No
12:00:53: D3D11 : RenderSystem Option: VSync Interval = 1
12:00:53: D3D11 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
12:00:53: D3D11 : RenderSystem Option: sRGB Gamma Conversion = No
12:00:53: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
12:00:53: D3D9 : RenderSystem Option: Controller = Keyboard/Mouse
12:00:53: D3D9 : RenderSystem Option: FSAA = 0
12:00:53: D3D9 : RenderSystem Option: Floating-point mode = Fastest
12:00:53: D3D9 : RenderSystem Option: Full Screen = Yes
12:00:53: D3D9 : RenderSystem Option: Rendering Device = Monitor-1-ATI Radeon HD 4870 X2
12:00:53: D3D9 : RenderSystem Option: Resource Creation Policy = Create on all devices
12:00:53: D3D9 : RenderSystem Option: VSync = No
12:00:53: D3D9 : RenderSystem Option: VSync Interval = 1
12:00:53: D3D9 : RenderSystem Option: Video Mode = 1920 x 1080 @ 32-bit colour
12:00:53: D3D9 : RenderSystem Option: sRGB Gamma Conversion = No
12:00:53: CPU Identifier & Features
12:00:53: -------------------------
12:00:53:  *   CPU ID: GenuineIntel: Intel(R) Core(TM)2 Duo CPU     E6750  @ 2.66GHz
12:00:53:  *      SSE: yes
12:00:53:  *     SSE2: yes
12:00:53:  *     SSE3: yes
12:00:53:  *      MMX: yes
12:00:53:  *   MMXEXT: yes
12:00:53:  *    3DNOW: no
12:00:53:  * 3DNOWEXT: no
12:00:53:  *     CMOV: yes
12:00:53:  *      TSC: yes
12:00:53:  *      FPU: yes
12:00:53:  *      PRO: yes
12:00:53:  *       HT: no
12:00:53: -------------------------
12:00:53: D3D9 : Subsystem Initialising
12:00:53: Registering ResourceManager for type Texture
12:00:53: Registering ResourceManager for type GpuProgram
12:00:53: D3D9RenderSystem::_createRenderWindow "MyApp 2.2", 1920x1080 fullscreen  miscParams: FSAA=0 FSAAHint= colourDepth=32 gamma=false monitorIndex=0 useNVPerfHUD=false vsync=false vsyncInterval=1
12:00:53: D3D9 : Created D3D9 Rendering Window 'MyApp 2.2' : 1920x1080, 32bpp
12:00:53: D3D9 : Multi head disabled. It causes application run time crashes when used in Vista + SP 1 or 2 combination
12:00:57: D3D9: Vertex texture format supported - PF_L8
12:00:57: D3D9: Vertex texture format supported - PF_L16
12:00:57: D3D9: Vertex texture format supported - PF_A8
12:00:57: D3D9: Vertex texture format supported - PF_A4L4
12:00:57: D3D9: Vertex texture format supported - PF_BYTE_LA
12:00:57: D3D9: Vertex texture format supported - PF_R5G6B5
12:00:57: D3D9: Vertex texture format supported - PF_B5G6R5
12:00:57: D3D9: Vertex texture format supported - PF_A4R4G4B4
12:00:57: D3D9: Vertex texture format supported - PF_A1R5G5B5
12:00:57: D3D9: Vertex texture format supported - PF_A8R8G8B8
12:00:57: D3D9: Vertex texture format supported - PF_B8G8R8A8
12:00:57: D3D9: Vertex texture format supported - PF_A2R10G10B10
12:00:57: D3D9: Vertex texture format supported - PF_A2B10G10R10
12:00:57: D3D9: Vertex texture format supported - PF_DXT1
12:00:57: D3D9: Vertex texture format supported - PF_DXT2
12:00:57: D3D9: Vertex texture format supported - PF_DXT3
12:00:57: D3D9: Vertex texture format supported - PF_DXT4
12:00:57: D3D9: Vertex texture format supported - PF_DXT5
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT16_RGB
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT16_RGBA
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT32_RGB
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT32_RGBA
12:00:57: D3D9: Vertex texture format supported - PF_X8R8G8B8
12:00:57: D3D9: Vertex texture format supported - PF_X8B8G8R8
12:00:57: D3D9: Vertex texture format supported - PF_R8G8B8A8
12:00:57: D3D9: Vertex texture format supported - PF_DEPTH
12:00:57: D3D9: Vertex texture format supported - PF_SHORT_RGBA
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT16_R
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT32_R
12:00:57: D3D9: Vertex texture format supported - PF_SHORT_GR
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT16_GR
12:00:57: D3D9: Vertex texture format supported - PF_FLOAT32_GR
12:00:57: D3D9: Vertex texture format supported - PF_SHORT_RGB
12:00:57: D3D9: Vertex texture format supported - PF_PVRTC_RGB2
12:00:57: D3D9: Vertex texture format supported - PF_PVRTC_RGBA2
12:00:57: D3D9: Vertex texture format supported - PF_PVRTC_RGB4
12:00:57: D3D9: Vertex texture format supported - PF_PVRTC_RGBA4
12:00:57: RenderSystem capabilities
12:00:57: -------------------------
12:00:57: RenderSystem Name: Direct3D9 Rendering Subsystem
12:00:57: GPU Vendor: ati
12:00:57: Device Name: Monitor-1-ATI Radeon HD 4870 X2
12:00:57: Driver Version: 8.17.10.1119
12:00:57:  * Fixed function pipeline: yes
12:00:57:  * Hardware generation of mipmaps: yes
12:00:57:  * Texture blending: yes
12:00:57:  * Anisotropic texture filtering: yes
12:00:57:  * Dot product texture operation: yes
12:00:57:  * Cube mapping: yes
12:00:57:  * Hardware stencil buffer: yes
12:00:57:    - Stencil depth: 8
12:00:57:    - Two sided stencil support: yes
12:00:57:    - Wrap stencil values: yes
12:00:57:  * Hardware vertex / index buffers: yes
12:00:57:  * Vertex programs: yes
12:00:57:  * Number of floating-point constants for vertex programs: 256
12:00:57:  * Number of integer constants for vertex programs: 16
12:00:57:  * Number of boolean constants for vertex programs: 16
12:00:57:  * Fragment programs: yes
12:00:57:  * Number of floating-point constants for fragment programs: 224
12:00:57:  * Number of integer constants for fragment programs: 16
12:00:57:  * Number of boolean constants for fragment programs: 16
12:00:57:  * Geometry programs: no
12:00:57:  * Number of floating-point constants for geometry programs: 0
12:00:57:  * Number of integer constants for geometry programs: 0
12:00:57:  * Number of boolean constants for geometry programs: 0
12:00:57:  * Supported Shader Profiles: hlsl ps_1_1 ps_1_2 ps_1_3 ps_1_4 ps_2_0 ps_2_a ps_2_b ps_2_x ps_3_0 vs_1_1 vs_2_0 vs_2_a vs_2_x vs_3_0
12:00:57:  * Texture Compression: yes
12:00:57:    - DXT: yes
12:00:57:    - VTC: no
12:00:57:    - PVRTC: no
12:00:57:  * Scissor Rectangle: yes
12:00:57:  * Hardware Occlusion Query: yes
12:00:57:  * User clip planes: yes
12:00:57:  * VET_UBYTE4 vertex element type: yes
12:00:57:  * Infinite far plane projection: yes
12:00:57:  * Hardware render-to-texture: yes
12:00:57:  * Floating point textures: yes
12:00:57:  * Non-power-of-two textures: yes
12:00:57:  * Volume textures: yes
12:00:57:  * Multiple Render Targets: 4
12:00:57:    - With different bit depths: yes
12:00:57:  * Point Sprites: yes
12:00:57:  * Extended point parameters: yes
12:00:57:  * Max Point Size: 10
12:00:57:  * Vertex texture fetch: yes
12:00:57:  * Number of world matrices: 0
12:00:57:  * Number of texture units: 8
12:00:57:  * Stencil buffer depth: 8
12:00:57:  * Number of vertex blend matrices: 0
12:00:57:    - Max vertex textures: 4
12:00:57:    - Vertex textures shared: no
12:00:57:  * Render to Vertex Buffer : no
12:00:57:  * DirectX per stage constants: yes
12:00:57: ***************************************
12:00:57: *** D3D9 : Subsystem Initialised OK ***
12:00:57: ***************************************
12:00:57: DefaultWorkQueue('Root') initialising on thread 000000000020F7E0.
12:00:57: DefaultWorkQueue('Root')::WorkerFunc - thread 0000000000228470 starting.
12:00:57: DefaultWorkQueue('Root')::WorkerFunc - thread 00000000002284C0 starting.
12:00:57: Particle Renderer Type 'billboard' registered
12:00:57: SceneManagerFactory for type 'BspSceneManager' registered.
12:00:57: Registering ResourceManager for type BspLevel
12:00:57: SceneManagerFactory for type 'PCZSceneManager' registered.
12:00:57: MovableObjectFactory for type 'PCZLight' registered.
12:00:57: MovableObjectFactory for type 'Portal' registered.
12:00:57: MovableObjectFactory for type 'AntiPortal' registered.
12:00:57: PCZone Factory Type 'ZoneType_Octree' registered
12:00:57: PCZone Factory Type 'ZoneType_Terrain' registered
12:00:57: SceneManagerFactory for type 'OctreeSceneManager' registered.
12:00:57: SceneManagerFactory for type 'TerrainSceneManager' registered.
12:00:57: 2012/06/04-GMT 10:00:57 - [INFO]    [MyApp] Creating Core...  [ MyAppApplication.cpp - line 833 (MyAppApplication::createCore) - pid 5988 - tid 3944 ]
12:00:57: 2012/06/04-GMT 10:00:57 - [INFO]    [MyApp] *** Initializing OIS ***  [ OISFrontController.cpp - line 86 (MyApp::OISFrontController::OISFrontController) - pid 5988 - tid 3944 ]
12:00:58: OGRE EXCEPTION(7:InternalErrorException): Cannot create Wiimote Handler. in MyApp::WiimoteHandler::WiimoteHandler at ..\src\Actions\WiimoteHandler.cpp (line 53)
12:00:58: OGRE EXCEPTION(7:InternalErrorException): Cannot create Nunchuck Handler. in MyApp::NunchuckHandler::NunchuckHandler at ..\src\Actions\NunchuckHandler.cpp (line 41)
12:00:58: 2012/06/04-GMT 10:00:58 - [INFO]    [MyApp] Warning: Key 1 is assigned to multiple actions.  [ KeyboardHandler.cpp - line 241 (MyApp::KeyboardHandler::linkKeyToAction) - pid 5988 - tid 3944 ]
0:58: Initialising resource group Bootstrap
12:00:58: Parsing scripts for resource group Bootstrap
12:00:58: Parsing script MyAppCore.material
12:00:59: Parsing script MyApp.fontdef
12:00:59: Parsing script MyAppCursor.overlay
12:00:59: D3D9 : Loading 2D Texture, image name : 'default_cursor.dds' with 2147483647 mip map levels
12:00:59: Parsing script MyAppDebugPanel.overlay
12:00:59: Texture: MyApp_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
12:00:59: Texture: MyApp_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
12:00:59: Texture: MyApp_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
12:00:59: Texture: icone_dsimprove.jpg: Loading 1 faces(PF_R8G8B8,128x128x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
12:00:59: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource secondlogo.jpg in resource group Bootstrap or any other group. in ResourceGroupManager::openResource at ..\..\OgreMain\src\OgreResourceGroupManager.cpp (line 753)
12:01:00: Error loading texture secondlogo.jpg. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource secondlogo.jpg in resource group Bootstrap or any other group. in ResourceGroupManager::openResource at ..\..\OgreMain\src\OgreResourceGroupManager.cpp (line 753)
12:01:00: Parsing script MyAppLoadingPanel.overlay
12:01:00: Finished parsing scripts for resource group Bootstrap
12:01:00: 2012/06/04-GMT 10:01:00 - [INFO]    [MyApp] Loading Core Resources...  [ MyAppApplication.cpp - line 663 (MyAppApplication::loadResources) - pid 5988 - tid 3944 ]
12:01:00: Creating resource group Bump
12:01:00: Added resource location '../../Media/MyApp/materials/Bump' of type 'FileSystem' to resource group 'Bump'
12:01:00: Added resource location '../../Media/MyApp/programs/Bump' of type 'FileSystem' to resource group 'Bump'
12:01:00: Creating resource group Caelum
12:01:00: Added resource location '../../Media/MyApp/compositors/Caelum' of type 'FileSystem' to resource group 'Caelum'
12:01:00: Added resource location '../../Media/MyApp/materials/Caelum' of type 'FileSystem' to resource group 'Caelum'
12:01:00: Added resource location '../../Media/MyApp/programs/Caelum' of type 'FileSystem' to resource group 'Caelum'
12:01:00: Added resource location '../../Media/MyApp/textures/Caelum' of type 'FileSystem' to resource group 'Caelum'
12:01:00: Creating resource group HDR
12:01:00: Added resource location '../../Media/MyApp/materials/HDR' of type 'FileSystem' to resource group 'HDR'
12:01:00: Added resource location '../../Media/MyApp/programs/HDR' of type 'FileSystem' to resource group 'HDR'
12:01:00: Creating resource group Hydrax
12:01:00: Added resource location '../../Media/Hydrax' of type 'FileSystem' to resource group 'Hydrax'
12:01:00: Creating resource group MotionBlur
12:01:00: Added resource location '../../Media/MyApp/materials/MotionBlur' of type 'FileSystem' to resource group 'MotionBlur'
12:01:00: Added resource location '../../Media/MyApp/programs/MotionBlur' of type 'FileSystem' to resource group 'MotionBlur'
12:01:00: Creating resource group PSVSM
12:01:00: Added resource location '../../Media/MyApp/programs/PSVSM' of type 'FileSystem' to resource group 'PSVSM'
12:01:00: Added resource location '../../Media/MyApp/materials/PSVSM' of type 'FileSystem' to resource group 'PSVSM'
12:01:00: Creating resource group Popular
12:01:00: Added resource location '../../Media/ogre/Media/DeferredShadingMedia' of type 'FileSystem' to resource group 'Popular'
12:01:00: Added resource location '../../Media/ogre/Media/materials/programs' of type 'FileSystem' to resource group 'Popular'
12:01:00: Added resource location '../../Media/ogre/Media/materials/scripts' of type 'FileSystem' to resource group 'Popular'
12:01:01: Added resource location '../../Media/ogre/Media/materials/textures' of type 'FileSystem' to resource group 'Popular'
12:01:01: Added resource location '../../Media/MyApp/textures' of type 'FileSystem' to resource group 'Popular'
12:01:01: Added resource location '../../../../../Artworks/Materials' of type 'FileSystem' to resource group 'Popular'
12:01:01: Initialising resource group Bump
12:01:01: Parsing scripts for resource group Bump
12:01:01: Font BlueHighwayusing texture size 512x512
12:01:01: Info: Freetype returned null for character 127 in font BlueHighway
12:01:01: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
12:01:01: Parsing script bump.material
12:01:01: Finished parsing scripts for resource group Bump
12:01:01: Initialising resource group Caelum
12:01:01: Parsing scripts for resource group Caelum
12:01:01: Parsing script GroundFog.program
12:01:01: Parsing script MinimalCompositorVP.program
12:01:02: Parsing script DepthComposer.material
12:01:02: OGRE EXCEPTION(2:InvalidParametersException): Parameter called hazeColour does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:02: Compiler error: invalid parameters in DepthComposer.material(79): setting of constant failed
12:01:02: OGRE EXCEPTION(2:InvalidParametersException): Parameter called hazeColour does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:02: Compiler error: invalid parameters in DepthComposer.material(97): setting of constant failed
12:01:02: Parsing script GroundFog.material
12:01:02: Parsing script LayeredClouds.material
12:01:02: Parsing script moon.material
12:01:02: Parsing script PointStarfield.material
12:01:02: Parsing script Precipitation.material
12:01:02: Parsing script SkyDome.material
12:01:02: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldViewProj does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:02: Compiler error: invalid parameters in SkyDome.material(63): setting of constant failed
12:01:02: Parsing script Starfield.material
12:01:02: Parsing script Sun.material
12:01:02: Parsing script DepthComposer.compositor
12:01:02: Finished parsing scripts for resource group Caelum
12:01:02: Initialising resource group HDR
12:01:02: Parsing scripts for resource group HDR
12:01:02: Parsing script blur+star.material
12:01:03: Parsing script CumulativeBloom.material
12:01:04: Parsing script hdr.material
12:01:04: Parsing script hdrchain.material
12:01:05: Parsing script luminance.material
12:01:05: Finished parsing scripts for resource group HDR
12:01:05: Initialising resource group Hydrax
12:01:05: Parsing scripts for resource group Hydrax
12:01:05: Finished parsing scripts for resource group Hydrax
12:01:05: Initialising resource group MotionBlur
12:01:05: Parsing scripts for resource group MotionBlur
12:01:05: Parsing script MotionBlur.material
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in MotionBlur.material(10): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called projectionInverseMatrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in MotionBlur.material(25): setting matrix4x4 parameter failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fViewport does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in MotionBlur.material(30): setting of constant failed
12:01:06: Finished parsing scripts for resource group MotionBlur
12:01:06: Initialising resource group PSVSM
12:01:06: Parsing scripts for resource group PSVSM
12:01:06: Parsing script Ambient.program
12:01:06: Parsing script PhongLighting.program
12:01:06: Parsing script PSVSMShadowCaster.program
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowCaster.program(12): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowCaster.program(39): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowCaster.program(56): setting of constant failed
12:01:06: Parsing script PSVSMShadowReceiver.program
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called viewMatrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowReceiver.program(16): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldMatrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowReceiver.program(17): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called viewMatrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowReceiver.program(36): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldMatrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowReceiver.program(37): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDiffuse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowReceiver.program(54): setting of constant failed
12:01:06: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDiffuse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:06: Compiler error: invalid parameters in PSVSMShadowReceiver.program(80): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDiffuse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in PSVSMShadowReceiver.program(107): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightAtt does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in PSVSMShadowReceiver.program(109): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called spotlightParams does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in PSVSMShadowReceiver.program(110): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDir does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in PSVSMShadowReceiver.program(111): setting of constant failed
12:01:07: Parsing script VSMShadowCaster.program
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowCaster.program(11): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called depthRange does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowCaster.program(25): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowCaster.program(38): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called depthRange does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowCaster.program(54): setting of constant failed
12:01:07: Parsing script VSMShadowReceiver.program
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDiffuse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(28): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightAtt does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(30): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called spotlightParams does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(31): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDir does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(32): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightPosition does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(33): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called eyePosition does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(34): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called depthRange does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(36): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDiffuse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(54): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightAtt does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(56): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called spotlightParams does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(57): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightDir does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(58): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightPosition does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(59): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called eyePosition does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(60): setting of constant failed
12:01:07: OGRE EXCEPTION(2:InvalidParametersException): Parameter called depthRange does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(62): setting of constant failed
12:01:07: Compiler error: invalid parameters in VSMShadowReceiver.program(63): invalid auto constant extra info parameter
12:01:07: Parsing script FFbase.material
12:01:07: Parsing script Phongbase.material
12:01:07: Compiler error: undefined variable in Phongbase.material(31)
12:01:07: Compiler error: undefined variable in Phongbase.material(56)
12:01:07: Compiler error: string expected in Phongbase.material(31)
12:01:07: Compiler error: string expected in Phongbase.material(56)
12:01:07: Parsing script PSVSMBase.material
12:01:07: Parsing script PSVSMbaseTransparent.material
12:01:07: Compiler error: undefined variable in PSVSMbaseTransparent.material(75)
12:01:07: Compiler error: undefined variable in PSVSMbaseTransparent.material(150)
12:01:07: Compiler error: undefined variable in PSVSMbaseTransparent.material(225)
12:01:07: Compiler error: string expected in PSVSMbaseTransparent.material(75)
12:01:07: Compiler error: string expected in PSVSMbaseTransparent.material(150)
12:01:07: Compiler error: string expected in PSVSMbaseTransparent.material(225)
12:01:07: Parsing script PSVSMShadowCaster.material
12:01:07: Parsing script VSMbase.material
12:01:07: Parsing script VSMbaseTransparent.material
12:01:07: Compiler error: undefined variable in VSMbaseTransparent.material(38)
12:01:07: Compiler error: undefined variable in VSMbaseTransparent.material(120)
12:01:07: Compiler error: string expected in VSMbaseTransparent.material(38)
12:01:07: Compiler error: string expected in VSMbaseTransparent.material(120)
12:01:07: Parsing script VSMShadowCaster.material
12:01:07: Finished parsing scripts for resource group PSVSM
12:01:07: Initialising resource group Popular
12:01:07: Parsing scripts for resource group Popular
12:01:07: Parsing script BlackTransparent.program
12:01:07: Parsing script CAO.program
12:01:08: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fFarClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:08: Compiler error: invalid parameters in CAO.program(202): setting of constant failed
12:01:08: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:08: Compiler error: invalid parameters in CAO.program(203): setting of constant failed
12:01:08: OGRE EXCEPTION(2:InvalidParametersException): Parameter called matViewInverse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:08: Compiler error: invalid parameters in CAO.program(205): setting matrix4x4 parameter failed
12:01:08: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:08: Compiler error: invalid parameters in CAO.program(222): setting of constant failed
12:01:31: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:31: Compiler error: invalid parameters in CAO.program(240): setting of constant failed
12:01:31: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:31: Compiler error: invalid parameters in CAO.program(246): setting of constant failed
12:01:31: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:31: Compiler error: invalid parameters in CAO.program(277): setting of constant failed
12:01:31: Parsing script deferred_post.program
12:01:31: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:31: Compiler error: invalid parameters in deferred_post.program(65): setting of constant failed
12:01:31: Parsing script PSVSMShadowCaster.program
12:01:32: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:32: Compiler error: invalid parameters in PSVSMShadowCaster.program(12): setting of constant failed
12:01:32: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:32: Compiler error: invalid parameters in PSVSMShadowCaster.program(39): setting of constant failed
12:01:32: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldview_matrix does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:32: Compiler error: invalid parameters in PSVSMShadowCaster.program(56): setting of constant failed
12:01:32: Parsing script ShadowCaster.program
12:01:32: Parsing script SSGI.program
12:01:34: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:34: Compiler error: invalid parameters in SSGI.program(312): setting of constant failed
12:01:34: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:34: Compiler error: invalid parameters in SSGI.program(320): setting of constant failed
12:01:34: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:34: Compiler error: invalid parameters in SSGI.program(321): setting of constant failed
12:01:35: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:35: Compiler error: invalid parameters in SSGI.program(362): setting of constant failed
12:01:35: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:35: Compiler error: invalid parameters in SSGI.program(370): setting of constant failed
12:01:36: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:36: Compiler error: invalid parameters in SSGI.program(583): setting of constant failed
12:01:36: Compiler error: invalid parameters in SSGI.program(585): incorrect type specified; only variants of int and float allowed
12:01:36: Compiler error: invalid parameters in SSGI.program(586): incorrect type specified; only variants of int and float allowed
12:01:36: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:36: Compiler error: invalid parameters in SSGI.program(587): setting of constant failed
12:01:36: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:36: Compiler error: invalid parameters in SSGI.program(610): setting of constant failed
12:01:36: Compiler error: invalid parameters in SSGI.program(612): incorrect type specified; only variants of int and float allowed
12:01:36: Compiler error: invalid parameters in SSGI.program(613): incorrect type specified; only variants of int and float allowed
12:01:36: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:36: Compiler error: invalid parameters in SSGI.program(614): setting of constant failed
12:01:37: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:37: Compiler error: invalid parameters in SSGI.program(637): setting of constant failed
12:01:37: OGRE EXCEPTION(2:InvalidParametersException): Parameter called matViewInverse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:37: Compiler error: invalid parameters in SSGI.program(638): setting matrix4x4 parameter failed
12:01:37: Compiler error: invalid parameters in SSGI.program(639): incorrect type specified; only variants of int and float allowed
12:01:37: Compiler error: invalid parameters in SSGI.program(640): incorrect type specified; only variants of int and float allowed
12:01:37: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:37: Compiler error: invalid parameters in SSGI.program(664): setting of constant failed
12:01:37: Compiler error: invalid parameters in SSGI.program(666): incorrect type specified; only variants of int and float allowed
12:01:37: Compiler error: invalid parameters in SSGI.program(667): incorrect type specified; only variants of int and float allowed
12:01:37: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:37: Compiler error: invalid parameters in SSGI.program(668): setting of constant failed
12:01:37: Compiler error: invalid parameters in SSGI.program(669): incorrect type specified; only variants of int and float allowed
12:01:37: Compiler error: invalid parameters in SSGI.program(670): incorrect type specified; only variants of int and float allowed
12:01:37: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fNearClipPlane does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:37: Compiler error: invalid parameters in SSGI.program(820): setting of constant failed
12:01:37: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:37: Compiler error: invalid parameters in SSGI.program(882): setting of constant failed
12:01:37: Parsing script Examples.program
12:01:37: Parsing script StdQuad_vp.program
12:01:37: Parsing script CAO.material
12:01:37: Parsing script deferreddemo.material
12:01:37: Parsing script deferred_post.material
12:01:37: Compiler error: reference to a non existing object in deferred_post.material(58)
12:01:37: Parsing script deferred_post_minilight.material
12:01:37: Parsing script PSVSMBase.material
12:01:37: Parsing script PSVSMbaseTransparent.material
12:01:37: Compiler error: undefined variable in PSVSMbaseTransparent.material(75)
12:01:37: Compiler error: undefined variable in PSVSMbaseTransparent.material(150)
12:01:37: Compiler error: undefined variable in PSVSMbaseTransparent.material(225)
12:01:37: Compiler error: string expected in PSVSMbaseTransparent.material(75)
12:01:37: Compiler error: string expected in PSVSMbaseTransparent.material(150)
12:01:37: Compiler error: string expected in PSVSMbaseTransparent.material(225)
12:01:37: Parsing script PSVSMShadowCaster.material
12:01:37: Parsing script ShadowCaster.material
12:01:37: Parsing script ssao.material
12:01:37: Parsing script SSGI.material
12:01:37: Parsing script VLR.material
12:01:38: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:38: Compiler error: invalid parameters in VLR.material(78): setting of constant failed
12:01:38: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texPixelSize does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:38: Compiler error: invalid parameters in VLR.material(102): setting of constant failed
12:01:38: Parsing script ASCII.material
12:01:38: Parsing script ASMSwizzle.material
12:01:38: Compiler error: object unsupported by render system in ASMSwizzle.material(1)
12:01:38: Parsing script BlackAndWhite.material
12:01:38: Parsing script Bloom.material
12:01:38: Parsing script Bloom2.material
12:01:38: Parsing script CGSwizzle.material
12:01:38: Parsing script CompositorDemo.material
12:01:38: Parsing script DepthShadowmap.material
12:01:39: Parsing script Dither.material
12:01:39: Parsing script DOF.material
12:01:39: Parsing script Embossed.material
12:01:39: Parsing script Example-Water.material
12:01:39: Parsing script Examples-Advanced.material
12:01:39: Parsing script Examples-DynTex.material
12:01:39: Parsing script Examples-Water.material
12:01:39: Parsing script Examples.material
12:01:40: OGRE EXCEPTION(2:InvalidParametersException): Parameter called camObjPos does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1435)
12:01:40: Compiler error: invalid parameters in Examples.material(837): setting of constant failed
12:01:40: Parsing script facial.material
12:01:40: Parsing script Glass.material
12:01:40: Parsing script GLSLSwizzle.material
12:01:40: Parsing script Halftone.material
12:01:40: Parsing script hdr.material
12:01:40: Parsing script HeatVision.material
12:01:40: Parsing script Hurt.material
12:01:40: Parsing script instancing.material
12:01:40: Parsing script Invert.material
12:01:40: Parsing script IsoSurf.material
12:01:40: Parsing script Laplace.material
12:01:40: Parsing script MotionBlur.material
12:01:40: Parsing script MRTtest.material
12:01:41: Parsing script NightVision.material
12:01:41: Parsing script Ocean.material
12:01:41: Parsing script OffsetMapping.material
12:01:41: Parsing script Ogre.material
12:01:41: Parsing script OldMovie.material
12:01:41: Parsing script OldTV.material
12:01:41: Parsing script ParticleGS.material
12:01:41: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/GenerateVS: CG ERROR : "The compile returned an error."
(0) : error C6015: Output 'POSITION' not completely written
 in CgProgram::loadFromSource at ..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
12:01:41: High-level program Ogre/ParticleGS/GenerateVS encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/GenerateVS: CG ERROR : "The compile returned an error."
(0) : error C6015: Output 'POSITION' not completely written
 in CgProgram::loadFromSource at ..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
12:01:41: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayVS: CG ERROR : "The compile returned an error."
(249) : warning C7050: "output.color" might be used before being initialized
(0) : error C6015: Output 'POSITION' not completely written
 in CgProgram::loadFromSource at ..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
12:01:41: High-level program Ogre/ParticleGS/DisplayVS encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayVS: CG ERROR : "The compile returned an error."
(249) : warning C7050: "output.color" might be used before being initialized
(0) : error C6015: Output 'POSITION' not completely written
 in CgProgram::loadFromSource at ..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
12:01:41: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayPS: CG ERROR : "The compile returned an error."
(323) : fatal error C9999: unexpected cast operation
 in CgProgram::loadFromSource at ..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
12:01:41: High-level program Ogre/ParticleGS/DisplayPS encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayPS: CG ERROR : "The compile returned an error."
(323) : fatal error C9999: unexpected cast operation
 in CgProgram::loadFromSource at ..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
12:01:41: Parsing script Penguin.material
12:01:41: Parsing script Posterize.material
12:01:41: Parsing script pssm.material
12:01:42: Parsing script RadialBlur.material
12:01:42: Parsing script RZR-002.material
12:01:42: Parsing script ShaderSystem.material
12:01:42: Parsing script shadows.material
12:01:42: Parsing script SharpenEdges.material
12:01:42: Parsing script sibenik.material
12:01:42: Parsing script smoke.material
12:01:42: Parsing script Tiling.material
12:01:42: Parsing script VarianceShadowmap.material
12:01:42: Parsing script deferred.compositor
12:01:42: Compiler error: unknown error in deferred.compositor(767): token "buffers" is not recognized
12:01:42: Compiler error: unknown error in deferred.compositor(768): token "colour_value" is not recognized
12:01:42: Compiler error: unknown error in deferred.compositor(1451): token "colour_value" is not recognized
12:01:42: Compiler error: unknown error in deferred.compositor(1700): token "colour_value" is not recognized
12:01:42: Compiler error: invalid parameters in deferred.compositor(1766)
12:01:42: Compiler error: invalid parameters in deferred.compositor(1799)
12:01:42: Compiler error: invalid parameters in deferred.compositor(1831)
12:01:42: Compiler error: invalid parameters in deferred.compositor(1863)
12:01:42: Compiler error: invalid parameters in deferred.compositor(1896)
12:01:42: Parsing script ssao.compositor
12:01:42: Parsing script Examples.compositor
12:01:42: Finished parsing scripts for resource group Popular
12:01:42: Parsing scripts for resource group Autodetect
12:01:42: Finished parsing scripts for resource group Autodetect
12:01:42: Parsing scripts for resource group Autonav
12:01:42: Parsing script camera.material
12:01:42: Finished parsing scripts for resource group Autonav
12:01:42: Parsing scripts for resource group Demo[PROD3D]
12:01:42: Parsing script Scene.material
12:01:42: Finished parsing scripts for resource group Demo[PROD3D]
12:01:42: Parsing scripts for resource group CEGUI
12:01:42: Finished parsing scripts for resource group CEGUI
12:01:42: Parsing scripts for resource group General
12:01:42: Finished parsing scripts for resource group General
12:01:42: Parsing scripts for resource group Internal
12:01:42: Finished parsing scripts for resource group Internal
12:01:42: Parsing scripts for resource group MaterialCollections
12:01:42: Finished parsing scripts for resource group MaterialCollections
12:01:42: Parsing scripts for resource group Vegetation
12:01:42: Parsing script Examples.program
12:01:42: Parsing script instancing.material
12:01:42: Finished parsing scripts for resource group Vegetation
12:01:42: Parsing scripts for resource group Web
12:01:42: Finished parsing scripts for resource group Web
12:01:42: 2012/06/04-GMT 10:01:42 - [INFO]    [MyApp] Time taken to load resources : 44.022264 sec  [ MyAppApplication.cpp - line 676 (MyAppApplication::loadResources) - pid 5988 - tid 3944 ]
12:01:42: create start node
12:01:42: declare sceneLoader
12:01:43: Added resource location '..\..\Media\MaterialCollections\Arroway\concrete' of type 'FileSystem' to resource group 'General'
12:01:43: Added resource location '..\..\Media\MaterialCollections\Arroway\stone' of type 'FileSystem' to resource group 'General'
12:01:43: Mesh: Loading Demo_04.mesh.
12:01:43: WARNING: Demo_04.mesh is an older format ([MeshSerializer_v1.40]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
12:01:43: Texture: 1_Wood_Floor.jpg: Loading 1 faces(PF_R8G8B8,256x286x1) with 8 generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x286x1.
12:01:43: [SwapResource] Receive Node : Demo_04 Mesh swappable = 0 default = 0
12:01:43: Mesh: Loading Demo_01.mesh.
12:01:45: WARNING: Demo_01.mesh is an older format ([MeshSerializer_v1.40]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
12:01:45: Texture: 1_Wood_Bamboo_Dark.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
12:01:45: [SwapResource] Receive Node : Demo_01 Mesh swappable = 0 default = 0
12:01:45: Mesh: Loading Demo_02.mesh.
12:01:46: WARNING: Demo_02.mesh is an older format ([MeshSerializer_v1.40]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
12:01:46: Texture: 1_Blinds_Roman_Hobbled_Blue.jpg: Loading 1 faces(PF_R8G8B8,128x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1.
12:01:46: [SwapResource] Receive Node : Demo_02 Mesh swappable = 0 default = 0
12:01:46: Mesh: Loading Demo_03.mesh.
12:01:46: WARNING: Demo_03.mesh is an older format ([MeshSerializer_v1.40]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
12:01:46: Texture: 2_Wood_cherry.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
12:01:46: Texture: 4_Wood_Bamboo_Dark.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
12:01:46: Texture: 1_Metal_Corrogated_Shiny.jpg: Loading 1 faces(PF_R8G8B8,128x128x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
12:01:46: Texture: 3_Wood_Grain_Stain.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
12:01:46: [SwapResource] Receive Node : Demo_03 Mesh swappable = 0 default = 0
12:01:47: 2012/06/04-GMT 10:01:47 - [INFO]    [MyApp] Initializing Core...  [ MyAppApplication.cpp - line 845 (MyAppApplication::initializeCore) - pid 5988 - tid 3944 ]
12:01:47: 2012/06/04-GMT 10:01:47 - [INFO]    [MyApp] Num physical GPUs: 2  [ MyAppFX.cpp - line 576 (MyApp::Core::MyAppFX::setupGPUTools) - pid 5988 - tid 3944 ]
12:01:47: 2012/06/04-GMT 10:01:47 - [INFO]    [MyApp] 3D Vision enabled : 0  [ MyAppFX.cpp - line 579 (MyApp::Core::MyAppFX::setupGPUTools) - pid 5988 - tid 3944 ]
12:01:47: Caelum: Initialising Caelum system...
12:01:47: Caelum: Plugin not installed; installing now.
12:01:47: Caelum plugin version 0.5.0 installed
12:01:47: Registering ResourceManager for type PropertyScript
12:01:47: umInit CaelumSystem NumChilds =
12:01:47: Caelum: Creating caelum sub-components.
12:01:47: Caelum: Creating CaelumSphericDome sphere mesh resource...
12:01:48: WARNING: Mesh instance 'CaelumSphericDome' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:48: Caelum: generateSphericDome DONE
12:01:48: Texture: sun_disc.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,128x128x1.
12:01:48: D3D9 : Loading 2D Texture, image name : 'sun_disc.dds' with 0 mip map levels
12:01:48: D3D9 : Loading 2D Texture, image name : 'moon_disc.dds' with 2147483647 mip map levels
12:01:48: Caelum: DONE initializing
12:01:48: CaelumSystem: Attached to viewport 41860480 render target MyApp 2.2
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "5_Color_D10(Group: Demo[PROD3D])
12:01:48: Creating resource group Demo[PROD3D][SHADOWCASTER]
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "6_Blinds_Roman_Hobble(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "6_Color_D09(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "2_Color_D10(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "7_Color_H04(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "2_Wood__Floor(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "1_Color_007(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "6_Color_000(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "6_Color_1(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "2_Color_008(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "7_Wood_Bamboo_Dark(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "1_Woodcherry1(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "2_Color_000(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "3_Color_008.001(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "9_Color_001(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "1_Color_008(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "12_Wood_Grain_Stain(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "7_Charcoal1(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "3_Wood_Bamboo_Dark(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "13_Charcoal1(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "5_Color_D09(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "10_GhostWhite(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "4_Color_I03(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "3_Color_A06(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "5_Color_I02(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "5_Color_I03(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - TRANSPARENT (Alpha-Blending) Material Name is : "8_Gray_Glass(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "4_Color_D10.001(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "1_Color_006(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "Demo_05(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "Demo_03(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "4_Color_A06(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "4_Color_D10(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "8_Color_A06(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "3_Color_008(Group: Demo[PROD3D])
12:01:48: PSVSM Conversion : - OPAQUE      Material Name is : "11_Metal_Corrogated_B(Group: Demo[PROD3D])
12:01:48: WARNING: Texture instance 'Ogre/ShadowTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:48: WARNING: Texture instance 'Ogre/ShadowTexture1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:48: WARNING: Texture instance 'Ogre/ShadowTexture2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:48: Creating viewport on target 'rtt/321472184/Ogre/ShadowTexture0', rendering from camera 'Ogre/ShadowTexture0Cam', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:48: Viewport for camera 'Ogre/ShadowTexture0Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:01:48: Creating viewport on target 'rtt/321474280/Ogre/ShadowTexture1', rendering from camera 'Ogre/ShadowTexture1Cam', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:48: Viewport for camera 'Ogre/ShadowTexture1Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:01:48: Creating viewport on target 'rtt/321476376/Ogre/ShadowTexture2', rendering from camera 'Ogre/ShadowTexture2Cam', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:48: Viewport for camera 'Ogre/ShadowTexture2Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:01:49: SplitPoint[0] = 0.1 ;
12:01:49: SplitPoint[1] = 110.807 ;
12:01:49: SplitPoint[2] = 366.318 ;
12:01:49: SplitPoint[3] = 6420 ;
12:01:49: Creating viewport on target 'rtt/321499768/CubeEnvMap', rendering from camera 'SingleCameraCubeMap', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'SingleCameraCubeMap', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:01:49: Creating viewport on target 'rtt/321500296/CubeEnvMap', rendering from camera 'SingleCameraCubeMap', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'SingleCameraCubeMap', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:01:49: Creating viewport on target 'rtt/321500824/CubeEnvMap', rendering from camera 'SingleCameraCubeMap', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'SingleCameraCubeMap', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:01:49: Creating viewport on target 'rtt/321501352/CubeEnvMap', rendering from camera 'SingleCameraCubeMap', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'SingleCameraCubeMap', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:01:49: Creating viewport on target 'rtt/321501880/CubeEnvMap', rendering from camera 'SingleCameraCubeMap', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'SingleCameraCubeMap', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:01:49: Creating viewport on target 'rtt/321502408/CubeEnvMap', rendering from camera 'SingleCameraCubeMap', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'SingleCameraCubeMap', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:01:49: Compositor Created : DeferredShading/RenderCAOSSGI
12:01:49: Compositor Created : DeferredShading/RenderSSGI
12:01:49: Compositor Created : DeferredShading/RenderCAO
12:01:49: Compositor Created : DeferredShading/RenderDEFERRED
12:01:49: Creating viewport on target 'c0/mrt_output/MyApp 2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321664904/c1/scene/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321667000/c2/rt_sky/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321669096/c3/rt_vlr_screen/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321671192/c4/rt_alpha_screen/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321673288/c5/rt_shadow/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321675384/c6/rt_ao/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321677480/c7/rt_ao_shadowed/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321679576/c8/rt_ao_blur0/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321681672/c9/rt_ao_blur1/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321683768/c10/rt_envirlighting/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321685864/c11/rt_composite/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321687960/c12/rt_ao_edge_probe/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321690056/c13/rt_sceneDown4/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 480 H: 270
12:01:49: Creating viewport on target 'rtt/321692152/c14/rt_lum64/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 64 H: 64
12:01:49: Creating viewport on target 'rtt/321694248/c15/rt_lum16/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 16 H: 16
12:01:49: Creating viewport on target 'rtt/321696344/c16/rt_lum4/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 4 H: 4
12:01:49: Creating viewport on target 'rtt/321698440/c17/rt_luminance/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1 H: 1
12:01:49: Creating viewport on target 'rtt/321700536/c18/rt_key/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1 H: 1
12:01:49: Creating viewport on target 'rtt/321702632/c19/rt_bright/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321704728/c20/rt_bloom0/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 960 H: 540
12:01:49: Creating viewport on target 'rtt/321706824/c21/rt_bloom1/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 480 H: 270
12:01:49: Creating viewport on target 'rtt/321708920/c22/rt_bloom2/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 240 H: 135
12:01:49: Creating viewport on target 'rtt/321711016/c23/rt_bloom3/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 240 H: 135
12:01:49: Creating viewport on target 'rtt/321713112/c24/rt_bloom4/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 240 H: 135
12:01:49: Creating viewport on target 'rtt/321715208/c25/rt_bloom5/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 480 H: 270
12:01:49: Creating viewport on target 'rtt/321716264/c26/rt_bloom6/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 480 H: 270
12:01:49: Creating viewport on target 'rtt/321718360/c27/rt_bloom7/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 480 H: 270
12:01:49: Creating viewport on target 'rtt/321720456/c28/rt_bloom8/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 960 H: 540
12:01:49: Creating viewport on target 'rtt/321722552/c29/rt_bloom9/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 960 H: 540
12:01:49: Creating viewport on target 'rtt/321724648/c30/rt_bloom10/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 960 H: 540
12:01:49: Creating viewport on target 'rtt/321726744/c31/rt_bloom11/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321728840/c32/rt_bloom12/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321730936/c33/rt_bloom13/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321733032/c34/rt_bloomtoned/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321735128/c35/rt_output/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:49: Creating viewport on target 'rtt/321737224/c36/rt_aaOutput/MyApp_2.2', rendering from camera 'MainCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:49: Viewport for camera 'MainCamera', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:01:50: 2012/06/04-GMT 10:01:50 - [INFO]    [MyApp] AUTONAV -- Initialisation  [ AutoNav.cpp - line 96 (MyApp::AutoNav::initialise) - pid 5988 - tid 3944 ]
12:01:50: Mesh: Loading camera.mesh.
12:01:50: D3D9 : Loading 2D Texture, image name : 'camera_ao.dds' with 2147483647 mip map levels
12:01:50: Creating resource group MyApp
12:01:50: WARNING: Mesh instance 'debugBox.mesh' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:50: WARNING: Mesh instance 'redBox.mesh' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:50: WARNING: Mesh instance 'greenBox.mesh' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:51: 2012/06/04-GMT 10:01:51 - [INFO]    [MyApp] Initializing Camera Control...  [ MyAppApplication.cpp - line 901 (MyAppApplication::createCameraControl) - pid 5988 - tid 3944 ]
12:01:51: 2012/06/04-GMT 10:01:51 - [INFO]    [MyApp] Warning: Key 203 is assigned to multiple actions.  [ KeyboardHandler.cpp - line 241 (MyApp::KeyboardHandler::linkKeyToAction) - pid 5988 - tid 3944 ]
12:01:51: SnapInterface: Load Scene Collection Demo[PROD3D]
12:01:51: SnapInterface: load Collection C:\Users\mmelcot\AppData\Roaming\MyApp\Demo[PROD3D]\DefaultCollection\/DefaultCollection.xml
12:01:51: Added resource location 'C:\Users\mmelcot\AppData\Roaming\MyApp\Demo[PROD3D]\DefaultCollection\' of type 'FileSystem' to resource group 'General'
12:01:52: Creating viewport on target 'rtt/321831712/ThumbnailRTT', rendering from camera 'ThumnailCamera', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:01:52: Viewport for camera 'ThumnailCamera', actual dimensions 8192L: 0 T: 0 W: 512 H: 512
12:01:52: WARNING: Mesh instance 'geoSphere' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:01:52: Added resource location 'C:\Users\mmelcot\AppData\Local\Temp\MyAppSwap\' of type 'FileSystem' to resource group 'General'
12:01:54: Texture: _cegui_ogre_0: Loading 1 faces(PF_A8B8G8R8,256x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
12:02:29: Texture: spot_shadow_fade.png: Loading 1 faces(PF_R8G8B8,128x128x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
12:02:29: Texture: white.jpg: Loading 1 faces(PF_R8G8B8,1x1x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1x1x1.
12:02:29: Texture: NoisyTex.bmp: Loading 1 faces(PF_R8G8B8,64x64x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,64x64x1.
12:02:29: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource noise.dds in resource group Popular or any other group. in ResourceGroupManager::openResource at ..\..\OgreMain\src\OgreResourceGroupManager.cpp (line 753)
12:02:29: Error loading texture noise.dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource noise.dds in resource group Popular or any other group. in ResourceGroupManager::openResource at ..\..\OgreMain\src\OgreResourceGroupManager.cpp (line 753)
12:02:29: WARNING: Texture instance 'c0/mrt_output/MyApp 2.2/1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:02:29: Viewport for camera 'Ogre/ShadowTexture0Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:29: Viewport for camera 'Ogre/ShadowTexture1Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:29: Viewport for camera 'Ogre/ShadowTexture2Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:29: GBuffer Scheme Not found : "CaelumSkyDomeMaterial/000000000DAEBE80" (scheme: GBuffer)
12:02:29: *****DEFERRED***** :: Material not deferred because of : DestBlendFactor not equal to zero
12:02:29:  ---> NoGBuffer technique generated
12:02:29: GBuffer Scheme Not found : "CaelumSkyDomeMaterial/000000000DAEBE80" (scheme: GBuffer)
12:02:29: *****DEFERRED***** :: Material not deferred because of : DestBlendFactor not equal to zero
12:02:29:  ---> NoGBuffer technique generated
12:02:29: GBuffer Scheme Not found : "Caelum/StarPoint/000000000DB734D0" (scheme: GBuffer)
12:02:29: *****DEFERRED***** :: Material not deferred because of : DestBlendFactor not equal to zero
12:02:29:  ---> NoGBuffer technique generated
12:02:29: GBuffer Scheme Not found : "Caelum/StarPoint/000000000DB734D0" (scheme: GBuffer)
12:02:29: *****DEFERRED***** :: Material not deferred because of : DestBlendFactor not equal to zero
12:02:29:  ---> NoGBuffer technique generated
12:02:29: GBuffer Scheme Not found : "Caelum/MoonBackground/0000000002770180" (scheme: GBuffer)
12:02:29: *****DEFERRED***** :: Material not deferred because of : DestBlendFactor not equal to zero
12:02:29:  ---> NoGBuffer technique generated
12:02:29: GBuffer Scheme Not found : "Caelum/PhaseMoon/0000000002770180" (scheme: GBuffer)
12:02:29: *****DEFERRED***** :: Material not deferred because of : DestBlendFactor not equal to zero
12:02:29:  ---> NoGBuffer technique generated
12:02:29: WARNING: Texture instance 'c0/mrt_output/MyApp 2.2/0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:02:29: Creating viewport on target 'rtt/340631048/_cegui_ogre_104', rendering from camera 'NULL', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:02:29: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 128 H: 128
12:02:29: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 128 H: 128
12:02:29: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 128 H: 128
12:02:30: Creating viewport on target 'MyApp 2.2', rendering from camera 'NULL', relative dimensions 8192L: 0 T: 0 W: 1 H: 1 ZOrder: 0
12:02:30: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:02:30: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:02:30: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:02:30: Texture: _cegui_ogre_105: Loading 1 faces(PF_A8B8G8R8,256x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
12:02:30: WARNING: Texture instance '_cegui_ogre_104' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
12:02:30: Viewport for camera 'Ogre/ShadowTexture0Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:32: GBuffer Scheme Not found : "1_Color_006" (scheme: GBuffer)
12:02:32: Vertex Program created name : DeferredShading/GBuffer/VP_2097264-DC_0.269804_0.269804_0.269804-AC_0.5_0.5_0.5-SC_0.202353_0.202353_0.202353_1
12:02:32: Fragment Program created name : DeferredShading/GBuffer/FP_2097264-DC_0.269804_0.269804_0.269804-AC_0.5_0.5_0.5-SC_0.202353_0.202353_0.202353_1
12:02:32: NEW MATERIAL DeferredShading/GBuffer/2097264 - Vs&Ps generated : DeferredShading/GBuffer/VP_2097264-DC_0.269804_0.269804_0.269804-AC_0.5_0.5_0.5-SC_0.202353_0.202353_0.202353_1 DeferredShading/GBuffer/FP_2097264-DC_0.269804_0.269804_0.269804-AC_0.5_0.5_0.5-SC_0.202353_0.202353_0.202353_1
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "2_Color_000" (scheme: GBuffer)
12:02:32: USED MATERIAL DeferredShading/GBuffer/2097264
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "3_Color_008" (scheme: GBuffer)
12:02:32: USED MATERIAL DeferredShading/GBuffer/2097264
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "4_Color_I03" (scheme: GBuffer)
12:02:32: USED MATERIAL DeferredShading/GBuffer/2097264
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "5_Color_D10" (scheme: GBuffer)
12:02:32: USED MATERIAL DeferredShading/GBuffer/2097264
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "6_Color_D09" (scheme: GBuffer)
12:02:32: USED MATERIAL DeferredShading/GBuffer/2097264
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "7_Wood_Bamboo_Dark" (scheme: GBuffer)
12:02:32: Vertex Program created name : DeferredShading/GBuffer/VP_2097521-DC_0.470588_0.22902_0.09098-AC_0.5_0.5_0.5-SC_0.352941_0.171765_0.068235_1
12:02:32: NEW MATERIAL DeferredShading/GBuffer/2097521 - Vs&Ps generated : DeferredShading/GBuffer/VP_2097521-DC_0.470588_0.22902_0.09098-AC_0.5_0.5_0.5-SC_0.352941_0.171765_0.068235_1 DeferredShading/GBuffer/FP_2097521-DC_0.470588_0.22902_0.09098-AC_0.5_0.5_0.5-SC_0.352941_0.171765_0.068235_1
12:02:32:  ---> GBuffer technique generated
12:02:32: GBuffer Scheme Not found : "8_Color_A06" (scheme: GBuffer)
12:02:32: USED MATERIAL DeferredShading/GBuffer/2097264
12:02:32:  ---> GBuffer technique generated
12:02:32: Viewport for camera 'Ogre/ShadowTexture0Cam', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:39: 2012/06/04-GMT 10:02:39 - [INFO]    [MyApp] Destroying Core...  [ MyAppApplication.cpp - line 839 (MyAppApplication::destroyCore) - pid 5988 - tid 3944 ]
12:02:39: Render Target 'rtt/321671192/c4/rt_alpha_screen/MyApp_2.2' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:39: Render Target 'rtt/321673288/c5/rt_shadow/MyApp_2.2' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:39: Render Target 'rtt/321687960/c12/rt_ao_edge_probe/MyApp_2.2' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:39: Render Target 'rtt/321713112/c24/rt_bloom4/MyApp_2.2' Average FPS: 79.5821 Best FPS: 81.6733 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321718360/c27/rt_bloom7/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321724648/c30/rt_bloom10/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321737224/c36/rt_aaOutput/MyApp_2.2' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:39: Render Target 'c0/mrt_output/MyApp 2.2' Average FPS: 80.3023 Best FPS: 82.9171 Worst FPS: 0.507614
12:02:39: Render Target 'rtt/321675384/c6/rt_ao/MyApp_2.2' Average FPS: 40.2556 Best FPS: 40.8367 Worst FPS: 0.507614
12:02:39: Render Target 'rtt/321681672/c9/rt_ao_blur1/MyApp_2.2' Average FPS: 40.2419 Best FPS: 40.8367 Worst FPS: 0.491884
12:02:39: Render Target 'rtt/321679576/c8/rt_ao_blur0/MyApp_2.2' Average FPS: 40.2426 Best FPS: 40.8367 Worst FPS: 0.491159
12:02:39: Render Target 'rtt/321677480/c7/rt_ao_shadowed/MyApp_2.2' Average FPS: 40.243 Best FPS: 40.8367 Worst FPS: 0.491159
12:02:39: Render Target 'rtt/321664904/c1/scene/MyApp_2.2' Average FPS: 39.802 Best FPS: 40.8367 Worst FPS: 0.467727
12:02:39: Render Target 'rtt/321669096/c3/rt_vlr_screen/MyApp_2.2' Average FPS: 39.7895 Best FPS: 40.8367 Worst FPS: 0.457038
12:02:39: Render Target 'rtt/321683768/c10/rt_envirlighting/MyApp_2.2' Average FPS: 39.79 Best FPS: 40.796 Worst FPS: 0.455581
12:02:39: Render Target 'rtt/321667000/c2/rt_sky/MyApp_2.2' Average FPS: 39.8082 Best FPS: 40.8367 Worst FPS: 0.457247
12:02:39: Render Target 'rtt/321690056/c13/rt_sceneDown4/MyApp_2.2' Average FPS: 39.804 Best FPS: 40.8367 Worst FPS: 0.455581
12:02:39: Render Target 'rtt/321692152/c14/rt_lum64/MyApp_2.2' Average FPS: 39.8041 Best FPS: 40.8367 Worst FPS: 0.455373
12:02:39: Render Target 'rtt/321694248/c15/rt_lum16/MyApp_2.2' Average FPS: 39.8041 Best FPS: 40.8367 Worst FPS: 0.455373
12:02:39: Render Target 'rtt/321696344/c16/rt_lum4/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.455166
12:02:39: Render Target 'rtt/321708920/c22/rt_bloom2/MyApp_2.2' Average FPS: 39.7901 Best FPS: 40.8367 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321711016/c23/rt_bloom3/MyApp_2.2' Average FPS: 39.7915 Best FPS: 40.8367 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321706824/c21/rt_bloom1/MyApp_2.2' Average FPS: 39.7891 Best FPS: 40.8367 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321715208/c25/rt_bloom5/MyApp_2.2' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:39: Render Target 'rtt/321716264/c26/rt_bloom6/MyApp_2.2' Average FPS: 39.8017 Best FPS: 40.8367 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321704728/c20/rt_bloom0/MyApp_2.2' Average FPS: 39.7891 Best FPS: 40.8367 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321720456/c28/rt_bloom8/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321722552/c29/rt_bloom9/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321702632/c19/rt_bright/MyApp_2.2' Average FPS: 39.7844 Best FPS: 40.8367 Worst FPS: 0.454959
12:02:39: Render Target 'rtt/321726744/c31/rt_bloom11/MyApp_2.2' Average FPS: 39.8089 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321728840/c32/rt_bloom12/MyApp_2.2' Average FPS: 39.8089 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321730936/c33/rt_bloom13/MyApp_2.2' Average FPS: 39.8089 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321685864/c11/rt_composite/MyApp_2.2' Average FPS: 39.7913 Best FPS: 40.796 Worst FPS: 0.455581
12:02:39: Render Target 'rtt/321698440/c17/rt_luminance/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.455166
12:02:39: Render Target 'rtt/321700536/c18/rt_key/MyApp_2.2' Average FPS: 39.8042 Best FPS: 40.8367 Worst FPS: 0.455166
12:02:39: Render Target 'rtt/321733032/c34/rt_bloomtoned/MyApp_2.2' Average FPS: 39.7897 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Render Target 'rtt/321662808/c0/mrt_output/MyApp 2.2/3' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:39: Render Target 'rtt/321735128/c35/rt_output/MyApp_2.2' Average FPS: 39.7901 Best FPS: 40.8367 Worst FPS: 0.454752
12:02:39: Destroying resource group Bump
12:02:39: Unloading resource group Bump
12:02:39: Finished unloading resource group Bump
12:02:39: Destroying resource group Caelum
12:02:39: Unloading resource group Caelum
12:02:40: Finished unloading resource group Caelum
12:02:40: Destroying resource group HDR
12:02:40: Unloading resource group HDR
12:02:40: Finished unloading resource group HDR
12:02:40: Destroying resource group Hydrax
12:02:40: Unloading resource group Hydrax
12:02:40: Finished unloading resource group Hydrax
12:02:40: Destroying resource group MotionBlur
12:02:40: Unloading resource group MotionBlur
12:02:40: Finished unloading resource group MotionBlur
12:02:40: Destroying resource group PSVSM
12:02:40: Unloading resource group PSVSM
12:02:40: Finished unloading resource group PSVSM
12:02:40: Destroying resource group Popular
12:02:40: Unloading resource group Popular
12:02:40: Render Target 'rtt/321656520/c0/mrt_output/MyApp 2.2/0' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:40: Render Target 'rtt/321658616/c0/mrt_output/MyApp 2.2/1' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:40: Render Target 'rtt/321660712/c0/mrt_output/MyApp 2.2/2' Average FPS: 0 Best FPS: 0 Worst FPS: 999
12:02:41: Finished unloading resource group Popular
12:02:41: DefaultWorkQueue('Root') shutting down on thread 000000000020F7E0.
12:02:41: DefaultWorkQueue('Root')::WorkerFunc - thread 0000000000228470 stopped.
12:02:41: DefaultWorkQueue('Root')::WorkerFunc - thread 00000000002284C0 stopped.
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1024 H: 1024
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 1920 H: 1080
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 256 H: 256
12:02:41: Viewport for camera 'NULL', actual dimensions 8192L: 0 T: 0 W: 512 H: 512
12:02:41: PCZone Factory Type 'ZoneType_Octree' unregistered
12:02:41: PCZone Factory Type 'ZoneType_Terrain' unregistered
12:02:41: Unregistering ResourceManager for type BspLevel
12:02:42: Render Target 'rtt/321499768/CubeEnvMap' Average FPS: 39.7845 Best FPS: 41.4258 Worst FPS: 0.634518
12:02:42: Render Target 'rtt/321500296/CubeEnvMap' Average FPS: 39.7845 Best FPS: 41.4258 Worst FPS: 0.634115
12:02:42: Render Target 'rtt/321500824/CubeEnvMap' Average FPS: 39.7845 Best FPS: 41.4258 Worst FPS: 0.634115
12:02:42: Render Target 'rtt/321501352/CubeEnvMap' Average FPS: 39.7957 Best FPS: 41.4258 Worst FPS: 0.634115
12:02:42: Render Target 'rtt/321501880/CubeEnvMap' Average FPS: 39.8125 Best FPS: 45.4995 Worst FPS: 0.573394
12:02:42: Render Target 'rtt/321502408/CubeEnvMap' Average FPS: 39.8125 Best FPS: 45.4995 Worst FPS: 0.573394
12:02:42: *-*-* OGRE Shutdown
12:02:42: Render Target 'rtt/321472184/Ogre/ShadowTexture0' Average FPS: 39.6285 Best FPS: 40.959 Worst FPS: 0.508388
12:02:42: Render Target 'rtt/321474280/Ogre/ShadowTexture1' Average FPS: 40.2874 Best FPS: 40.796 Worst FPS: 0.508388
12:02:42: Render Target 'rtt/321476376/Ogre/ShadowTexture2' Average FPS: 40.2887 Best FPS: 40.796 Worst FPS: 0.508388
12:02:42: Unregistering ResourceManager for type Compositor
12:02:42: Unregistering ResourceManager for type Font
12:02:42: Unregistering ResourceManager for type Skeleton
12:02:42: Unregistering ResourceManager for type Mesh
12:02:42: Unregistering ResourceManager for type HighLevelGpuProgram
12:02:42: Uninstalling plugin: MyAppGUIPlugin
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\HPlugin_GUI
12:02:42: Uninstalling plugin: Octree & Terrain Scene Manager
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\Plugin_OctreeSceneManager
12:02:42: Uninstalling plugin: Octree Zone Factory
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\Plugin_OctreeZone
12:02:42: Uninstalling plugin: Portal Connected Zone Scene Manager
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\Plugin_PCZSceneManager
12:02:42: Uninstalling plugin: Cg Program Manager
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\Plugin_CgProgramManager
12:02:42: Uninstalling plugin: BSP Scene Manager
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\Plugin_BSPSceneManager
12:02:42: Uninstalling plugin: ParticleFX
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\Plugin_ParticleFX
12:02:42: Uninstalling plugin: GL RenderSystem
12:02:42: *** Stopping Win32GL Subsystem ***
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\RenderSystem_GL
12:02:42: Uninstalling plugin: D3D11 RenderSystem
12:02:42: D3D11 : Shutting down cleanly.
12:02:42: D3D11 : Direct3D11 Rendering Subsystem destroyed.
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\RenderSystem_Direct3D11
12:02:42: Uninstalling plugin: D3D10 RenderSystem
12:02:42: D3D10 : Shutting down cleanly.
12:02:42: D3D10 : Direct3D10 Rendering Subsystem destroyed.
12:02:42: Plugin successfully uninstalled
12:02:42: Unloading library plugins\RenderSystem_Direct3D10
12:02:42: Uninstalling plugin: D3D9 RenderSystem
12:02:42: Render Target 'rtt/321831712/ThumbnailRTT' Average FPS: 39.8126 Best FPS: 45.4995 Worst FPS: 0.573066
12:02:42: Render Target 'rtt/340631048/_cegui_ogre_104' Average FPS: 39.8834 Best FPS: 40.4339 Worst FPS: 31.6395
12:02:49: Render Target 'MyApp 2.2' Average FPS: 39.7903 Best FPS: 40.8367 Worst FPS: 0.454545
12:02:49: D3D9 device: 0x[00000000048F1360] destroy. Releasing D3D9 texture: ThumbnailRTT
12:02:49: Released D3D9 texture: ThumbnailRTT
12:02:49: D3D9 device: 0x[00000000048F1360] destroy. Releasing D3D9 texture: _cegui_ogre_0
12:02:49: Released D3D9 texture: _cegui_ogre_0
12:02:49: D3D9 device: 0x[00000000048F1360] destroy. Releasing D3D9 texture: _cegui_ogre_1
12:02:49: Released D3D9 texture: _cegui_ogre_1
12:02:50: D3D9 : Shutting down cleanly.
12:02:50: Unregistering ResourceManager for type Texture
12:02:50: Unregistering ResourceManager for type GpuProgram
12:02:50: D3D9 : Direct3D9 Rendering Subsystem destroyed.
12:02:50: Plugin successfully uninstalled
12:02:50: Unloading library plugins\RenderSystem_Direct3D9
12:02:50: Unregistering ResourceManager for type Material


And this is the CEGUI Log:

Code: Select all

04/06/2012 12:01:52 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
04/06/2012 12:01:52 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
04/06/2012 12:01:52 (Std)    +                          (http://www.cegui.org.uk/)                         +
04/06/2012 12:01:52 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

04/06/2012 12:01:52 (Std)    CEGUI::Logger singleton created. (0000000010D44C70)
04/06/2012 12:01:53 (Std)    
04/06/2012 12:01:53 (Std)    ********************************************************************************
04/06/2012 12:01:53 (Std)    * Important:                                                                   *
04/06/2012 12:01:53 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
04/06/2012 12:01:53 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
04/06/2012 12:01:53 (Std)    *     support being given; please do not waste our time.                       *
04/06/2012 12:01:53 (Std)    ********************************************************************************
04/06/2012 12:01:53 (Std)    ********************************************************************************
04/06/2012 12:01:53 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
04/06/2012 12:01:53 (Std)    ********************************************************************************
04/06/2012 12:01:53 (Std)    ---- Version 0.7.6 (Build: Mar  9 2012 Microsoft Windows MSVC++ 9.0 64 bit) ----
04/06/2012 12:01:53 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
04/06/2012 12:01:53 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
04/06/2012 12:01:53 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
04/06/2012 12:01:53 (Std)    ---- Scripting module is: None ----
04/06/2012 12:01:53 (Std)    ********************************************************************************
04/06/2012 12:01:53 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
04/06/2012 12:01:53 (Std)    ********************************************************************************
04/06/2012 12:01:53 (Std)    
04/06/2012 12:01:53 (Std)    ---- Begining CEGUI System initialisation ----
04/06/2012 12:01:53 (Std)    CEGUI::ImagesetManager singleton created (000000000274CB70)
04/06/2012 12:01:53 (Std)    CEGUI::FontManager singleton created. (000000000DABE090)
04/06/2012 12:01:53 (Std)    CEGUI::WindowFactoryManager singleton created
04/06/2012 12:01:53 (Std)    CEGUI::WindowManager singleton created (000000000DB65400)
04/06/2012 12:01:53 (Std)    CEGUI::SchemeManager singleton created. (000000000DBAEED0)
04/06/2012 12:01:53 (Std)    CEGUI::MouseCursor singleton created. (000000000DAEC000)
04/06/2012 12:01:53 (Std)    CEGUI::GlobalEventSet singleton created. (0000000010C45AB0)
04/06/2012 12:01:53 (Std)    CEGUI::AnimationManager singleton created (000000000DB7F9D0)
04/06/2012 12:01:53 (Std)    CEGUI::WidgetLookManager singleton created. (0000000010ACBBC0)
04/06/2012 12:01:53 (Std)    CEGUI::WindowRendererManager singleton created (0000000010ACBC10)
04/06/2012 12:01:53 (Std)    CEGUI::RenderEffectManager singleton created (000000000DABC0B0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'DefaultWindow' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'DefaultWindow' windows added. (000000000DAEC0C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'DragContainer' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'DragContainer' windows added. (000000000DAEC180)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'ScrolledContainer' windows added. (000000000DAEC240)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'ClippedContainer' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'ClippedContainer' windows added. (000000000DAEC300)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (000000000DAEC3C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (000000000DAEC480)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (000000000DAEC540)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (000000000DAEC600)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (000000000DAEC6C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (000000000DAEC780)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (000000000DAEC840)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (000000000DAEC900)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (000000000DAEC9C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (000000000DAECA80)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (000000000DAECB40)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (000000000DAECC00)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (000000000DAECCC0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (000000000DAECD80)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (000000000DAECE40)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (000000000DAECF00)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (000000000DAECFC0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (000000000DAED080)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (000000000DAED140)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (000000000DAED200)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (000000000DAED2C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (000000000DAED380)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (000000000DAED440)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (000000000DAED500)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (000000000DAED5C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (000000000DAED680)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (000000000DAED740)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (000000000DAED800)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (000000000DAED8C0)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (000000000DAED980)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (000000000DAEDA40)
04/06/2012 12:01:53 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
04/06/2012 12:01:53 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (000000000DAEDB00)
04/06/2012 12:01:53 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
04/06/2012 12:01:53 (Std)    CEGUI::System singleton created. (000000000DBB75D0)
04/06/2012 12:01:53 (Std)    ---- CEGUI System initialisation completed ----
04/06/2012 12:01:53 (Std)    
04/06/2012 12:01:53 (Std)    Started creation of Scheme from XML specification:
04/06/2012 12:01:53 (Std)    ---- CEGUI GUIScheme name: MyAppLook
04/06/2012 12:01:53 (Std)    Started creation of Imageset from XML specification:
04/06/2012 12:01:53 (Std)    ---- CEGUI Imageset name: MyAppLook
04/06/2012 12:01:53 (Std)    ---- Source texture file: MyAppLook.png in resource group: (Default)
04/06/2012 12:01:54 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:54 (Std)    ---- CEGUI font name: DejaVuSans-8
04/06/2012 12:01:54 (Std)    ----       Font type: FreeType
04/06/2012 12:01:54 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
04/06/2012 12:01:54 (Std)    ---- Real point size: 8
04/06/2012 12:01:55 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:55 (Std)    ---- CEGUI font name: DejaVuSans-10
04/06/2012 12:01:55 (Std)    ----       Font type: FreeType
04/06/2012 12:01:55 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
04/06/2012 12:01:55 (Std)    ---- Real point size: 10
04/06/2012 12:01:55 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:55 (Std)    ---- CEGUI font name: DejaVuSans-Bold-10
04/06/2012 12:01:55 (Std)    ----       Font type: FreeType
04/06/2012 12:01:55 (Std)    ----     Source file: DejaVuSans-Bold.ttf in resource group: (Default)
04/06/2012 12:01:55 (Std)    ---- Real point size: 5
04/06/2012 12:01:55 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:55 (Std)    ---- CEGUI font name: DejaVuSans-Oblique-10
04/06/2012 12:01:55 (Std)    ----       Font type: FreeType
04/06/2012 12:01:55 (Std)    ----     Source file: DejaVuSans-Oblique.ttf in resource group: (Default)
04/06/2012 12:01:55 (Std)    ---- Real point size: 10
04/06/2012 12:01:56 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:56 (Std)    ---- CEGUI font name: DejaVuSans-BoldOblique-10
04/06/2012 12:01:56 (Std)    ----       Font type: FreeType
04/06/2012 12:01:56 (Std)    ----     Source file: DejaVuSans-BoldOblique.ttf in resource group: (Default)
04/06/2012 12:01:56 (Std)    ---- Real point size: 10
04/06/2012 12:01:57 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:57 (Std)    ---- CEGUI font name: DejaVuSans-Bold-14
04/06/2012 12:01:57 (Std)    ----       Font type: FreeType
04/06/2012 12:01:57 (Std)    ----     Source file: DejaVuSans-Bold.ttf in resource group: (Default)
04/06/2012 12:01:57 (Std)    ---- Real point size: 14
04/06/2012 12:01:57 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:57 (Std)    ---- CEGUI font name: DejaVuSans-Bold-16
04/06/2012 12:01:57 (Std)    ----       Font type: FreeType
04/06/2012 12:01:57 (Std)    ----     Source file: DejaVuSans-Bold.ttf in resource group: (Default)
04/06/2012 12:01:57 (Std)    ---- Real point size: 16
04/06/2012 12:01:57 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:57 (Std)    ---- CEGUI font name: DejaVuSans-12
04/06/2012 12:01:57 (Std)    ----       Font type: FreeType
04/06/2012 12:01:57 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
04/06/2012 12:01:57 (Std)    ---- Real point size: 12
04/06/2012 12:01:57 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:57 (Std)    ---- CEGUI font name: DejaVuSans-14
04/06/2012 12:01:57 (Std)    ----       Font type: FreeType
04/06/2012 12:01:57 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
04/06/2012 12:01:57 (Std)    ---- Real point size: 14
04/06/2012 12:01:57 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
04/06/2012 12:01:57 (Std)    ===== Look and feel parsing completed =====
04/06/2012 12:01:58 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Button' added. (0000000012918F00)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Default' added. (0000000012919F80)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (0000000012919EC0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (0000000012919C80)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (000000001291A040)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (000000001291A100)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (000000001291A1C0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (0000000014F2B740)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (0000000014F2B800)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (0000000014F2B8C0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (0000000014F2B980)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (0000000014F2BA40)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (0000000014F2BB00)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (0000000014F2BBC0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (0000000014F2BC80)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (0000000014F2BD40)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Slider' added. (0000000014F2BE00)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Static' added. (0000000014F2BEC0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (0000000014F2BF80)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (0000000014F2C040)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (0000000014F2C100)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (0000000014F2C1C0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (0000000014F2C280)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (0000000014F2C340)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (0000000014F2C400)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (0000000014F2C4C0)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (0000000014F2C580)
04/06/2012 12:01:58 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
04/06/2012 12:01:58 (Std)    WindowRendererFactory 'Falagard/Tree' added. (0000000014F2C640)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/Button' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLook/Checkbox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/ImageButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLook/RadioButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'MyAppLook/FrameWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'MyAppLook/Titlebar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/Button' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'MyAppLook/Editbox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'MyAppLook/MultiLineEditbox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'MyAppLook/Menubar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'MyAppLook/PopupMenu' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'MyAppLook/MenuItem' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'MyAppLook/AltProgressBar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'MyAppLook/ProgressBar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'MyAppLook/VUMeter' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'MyAppLook/VerticalScrollbar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'MyAppLook/HorizontalScrollbar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/VerticalScrollbarThumb' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/HorizontalScrollbarThumb' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'MyAppLook/LargeVerticalScrollbar' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'MyAppLook/TabButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'MyAppLook/TabControl' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLook/TabContentPane' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLook/TabButtonPane' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'MyAppLook/ComboDropList' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'MyAppLook/ComboEditbox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLook/Combobox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'MyAppLook/Listbox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'MyAppLook/ListHeader' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'MyAppLook/ListHeaderSegment' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'MyAppLook/MultiColumnList' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'MyAppLook/Slider' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLook/SliderThumb' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'MyAppLook/ScrollablePane' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLook/Spinner' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'MyAppLook/Tooltip' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'MyAppLook/StaticImage' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'MyAppLook/StaticText' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'MyAppLook/ItemListbox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'MyAppLook/ListboxItem' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLook/GroupBox' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'MyAppLook/Tree' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Started creation of Scheme from XML specification:
04/06/2012 12:01:58 (Std)    ---- CEGUI GUIScheme name: MyAppLookSpecialWidgets
04/06/2012 12:01:58 (Std)    Started creation of Imageset from XML specification:
04/06/2012 12:01:58 (Std)    ---- CEGUI Imageset name: MyAppLookSpecialWidgets
04/06/2012 12:01:58 (Std)    ---- Source texture file: MyAppLookSpecialWidgets.png in resource group: (Default)
04/06/2012 12:01:58 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:58 (Std)    ---- CEGUI font name: DejaVuSans-10
04/06/2012 12:01:58 (Std)    ----       Font type: FreeType
04/06/2012 12:01:58 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
04/06/2012 12:01:58 (Std)    ---- Real point size: 10
04/06/2012 12:01:58 (Std)    ---- Returning existing instance of Font named 'DejaVuSans-10'.
04/06/2012 12:01:58 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
04/06/2012 12:01:58 (Std)    ===== Look and feel parsing completed =====
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/ContainerWindow' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/StaticClicheImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'MyAppLookSpecialWidgets/StaticClicheImage' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'MyAppLookSpecialWidgets/StaticImage' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/TimeSlider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'MyAppLookSpecialWidgets/TimeSlider' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/TimeSliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLookSpecialWidgets/TimeSliderThumb' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/ToggleButton' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLookSpecialWidgets/ToggleButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLookSpecialWidgets/ImageButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/MeshesCarousel' using base type 'MyApp/MeshesCarousel', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/MaterialCarousel' using base type 'MyApp/MaterialCarousel', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/Carousel' using base type 'MyApp/Carousel', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/Ribbon' using base type 'MyApp/GaussianRibbon', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/ArrowButtonLeft' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLookSpecialWidgets/ArrowButtonLeft' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/ArrowButtonRight' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLookSpecialWidgets/ArrowButtonRight' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/CarouselItem' using base type 'MyApp/ZoomableCollectionItemButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLookSpecialWidgets/CarouselItem' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/Calendar' using base type 'MyApp/Calendar', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/FlashImage' using base type 'MyApp/FlashImage', window renderer 'Falagard/StaticImage' Look'N'Feel 'MyAppLookSpecialWidgets/StaticImage' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/BlinkingImage' using base type 'MyApp/BlinkingImage', window renderer 'Falagard/StaticImage' Look'N'Feel 'MyAppLookSpecialWidgets/StaticImage' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/Counter' using base type 'MyApp/Counter', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/VideoRecordFrame' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/VideoRecordFrame' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/CollectionItemButton' using base type 'MyApp/CollectionItemButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLookSpecialWidgets/CollectionItemButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/SnapItemButton' using base type 'MyApp/SnapItemButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLookSpecialWidgets/CollectionItemButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/CalendarDayButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLookSpecialWidgets/CalendarDayButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/MaterialCategoryWidget' using base type 'MyApp/MaterialCategoryWidget', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/MaterialCategoriesListWidget' using base type 'MyApp/MaterialCategoriesListWidget', window renderer 'Falagard/Default' Look'N'Feel 'MyAppLookSpecialWidgets/ContainerWindow' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'MyAppLookSpecialWidgets/ToggleButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Creating falagard mapping for type 'MyAppLookSpecialWidgets/MenuButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'MyAppLookSpecialWidgets/MenuButton' and RenderEffect ''. (000000000012C100)
04/06/2012 12:01:58 (Std)    Started creation of Imageset from XML specification:
04/06/2012 12:01:58 (Std)    ---- CEGUI Imageset name: MyAppIcons
04/06/2012 12:01:58 (Std)    ---- Source texture file: MyAppIcons.png in resource group: (Default)
04/06/2012 12:01:58 (Std)    ===== Begin Animations parsing =====
04/06/2012 12:01:58 (Std)    Defining animation named: Flash  Duration: 3  Replay mode: once  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 1.0
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.2  Value: 0.0
04/06/2012 12:01:58 (Std)    Defining animation named: Blink  Duration: 1  Replay mode: loop  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 1.0  Progression: discrete
04/06/2012 12:01:58 (Std)    WARNING: progression type specified for first keyframe in animation will be ignored.
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.5  Value: 0.0  Progression: discrete
04/06/2012 12:01:58 (Std)    Defining animation named: MessageFadeOut  Duration: 2  Replay mode: once  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 1.0
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 1.0  Value: 1.0
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 2.0  Value: 0.0
04/06/2012 12:01:58 (Std)    Defining animation named: ToolsMenuAppear  Duration: 2  Replay mode: once  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 0.2
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 2.0  Value: 1.0
04/06/2012 12:01:58 (Std)       Adding subscription to event: MouseEntersArea  Action: Start
04/06/2012 12:01:58 (Std)    Defining animation named: ToolsMenuDisappear  Duration: 2  Replay mode: once  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 1.0
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.3  Value: 0.2
04/06/2012 12:01:58 (Std)       Adding subscription to event: MouseLeavesArea  Action: Start
04/06/2012 12:01:58 (Std)    Defining animation named: MouseHoverTest  Duration: 3  Replay mode: once  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 0.5
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.3  Value: 1.0
04/06/2012 12:01:58 (Std)       Adding affector for property: XRotation  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 0
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.3  Value: 100
04/06/2012 12:01:58 (Std)       Adding subscription to event: MouseEntersArea  Action: Start
04/06/2012 12:01:58 (Std)    Defining animation named: MouseQuitTest  Duration: 3  Replay mode: once  Auto start: false
04/06/2012 12:01:58 (Std)       Adding affector for property: Alpha  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 1.0
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.3  Value: 0.5
04/06/2012 12:01:58 (Std)       Adding affector for property: YRotation  Interpolator: float  Application method: absolute
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.0  Value: 50
04/06/2012 12:01:58 (Std)          Adding KeyFrame at position: 0.3  Value: 100
04/06/2012 12:01:58 (Std)       Adding subscription to event: MouseLeavesArea  Action: Start
04/06/2012 12:01:58 (Std)    ===== End Animations parsing =====
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/CalendarDateButton' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/CalendarDateButton' windows added. (0000000014F2D3C0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/TimeSlider' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/TimeSlider' windows added. (0000000014F2CDC0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/SandboxWidget' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/SandboxWidget' windows added. (0000000014F2CB80)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/FlashImage' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/FlashImage' windows added. (0000000014F2CC40)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/BlinkingImage' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/BlinkingImage' windows added. (0000000014F2D480)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/Counter' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/Counter' windows added. (0000000014F2C7C0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/CollectionItemButton' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/CollectionItemButton' windows added. (00000000152F85D0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/ZoomableCollectionItemButton' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/ZoomableCollectionItemButton' windows added. (00000000152F8C90)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/SnapItemButton' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/SnapItemButton' windows added. (00000000152F8D50)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/Ribbon' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/Ribbon' windows added. (00000000152F88D0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/GaussianRibbon' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/GaussianRibbon' windows added. (00000000152F8750)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/MaterialsCarousel' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/MaterialsCarousel' windows added. (00000000152F8990)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/Carousel' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/Carousel' windows added. (00000000152F8A50)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/MeshesCarousel' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/MeshesCarousel' windows added. (00000000152F8690)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/MaterialCategoryWidget' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/MaterialCategoryWidget' windows added. (00000000152F8ED0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/MaterialCategoriesListWidget' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/MaterialCategoriesListWidget' windows added. (00000000152F8F90)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/Calendar' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/Calendar' windows added. (00000000152F8B10)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/YearSelector' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/YearSelector' windows added. (00000000152F9D10)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/MonthSelector' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/MonthSelector' windows added. (00000000152F9DD0)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/DayTable' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/DayTable' windows added. (00000000152F9E90)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/LabelWeekline' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/LabelWeekline' windows added. (00000000152F9F50)
04/06/2012 12:01:58 (Std)    Created WindowFactory for 'MyApp/LabeledDayTable' windows.
04/06/2012 12:01:58 (Std)    WindowFactory for 'MyApp/LabeledDayTable' windows added. (00000000152FA010)
04/06/2012 12:01:58 (Std)    Started creation of Font from XML specification:
04/06/2012 12:01:58 (Std)    ---- CEGUI font name: DejaVuSans-10
04/06/2012 12:01:58 (Std)    ----       Font type: FreeType
04/06/2012 12:01:58 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
04/06/2012 12:01:58 (Std)    ---- Real point size: 10
04/06/2012 12:01:59 (Std)    ---- Returning existing instance of Font named 'DejaVuSans-10'.
04/06/2012 12:01:59 (Std)    Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
04/06/2012 12:01:59 (Std)    Attempting to create Imageset 'DejaVuSans-8_auto_glyph_images_ ' with texture only.
04/06/2012 12:01:59 (Std)    ---- Successfully completed loading of GUI layout from 'MyApp.layout' ----
04/06/2012 12:01:59 (Std)    Attempting to create Imageset 'DejaVuSans-12_auto_glyph_images_ ' with texture only.
04/06/2012 12:01:59 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppSnapPosition.layout' ----
04/06/2012 12:01:59 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppSnapPath.layout' ----
04/06/2012 12:02:00 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppPathPlayer.layout' ----
04/06/2012 12:02:00 (Std)    Attempting to create Imageset 'DejaVuSans-Bold-14_auto_glyph_images_ ' with texture only.
04/06/2012 12:02:00 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppCatalog.layout' ----
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '367450080' using image file 'concrete-12_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '367452240' using image file 'concrete-26_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '367454400' using image file 'concrete-29_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '367456560' using image file 'concrete-51_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '379572048' using image file 'concrete-53_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '367286320' using image file 'stone-28_t.png'.
04/06/2012 12:02:00 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppSwapEntity.layout' ----
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '364347920' using image file 'concrete-12_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '364350080' using image file 'concrete-26_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '386743024' using image file 'concrete-29_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '386753376' using image file 'concrete-51_t.png'.
04/06/2012 12:02:00 (Std)    Attempting to create Imageset '386755536' using image file 'concrete-53_t.png'.
04/06/2012 12:02:01 (Std)    Attempting to create Imageset '380998640' using image file 'stone-28_t.png'.
04/06/2012 12:02:01 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppSandbox.layout' ----
04/06/2012 12:02:01 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppCollection.layout' ----
04/06/2012 12:02:01 (Std)    ---- Successfully completed loading of GUI layout from 'MyAppCollection.layout' ----
04/06/2012 12:02:01 (Std)    Attempting to create Imageset '392533920' using image file 'Photo-0_t.png'.
04/06/2012 12:02:01 (Std)    Attempting to create Imageset '392536080' using image file 'Photo-1_t.png'.
04/06/2012 12:02:01 (Std)    Attempting to create Imageset '388523360' using image file 'Photo-2_t.png'.
04/06/2012 12:02:01 (Std)    Attempting to create Imageset '388533712' using image file 'Photo-3_t.png'.
04/06/2012 12:02:01 (Std)    Attempting to create Imageset '418883968' using image file 'Photo-4_t.png'.
04/06/2012 12:02:02 (Std)    Attempting to create Imageset '418886160' using image file 'Photo-5_t.png'.
04/06/2012 12:02:03 (Std)    Attempting to create Imageset '418888352' using image file 'Photo-6_t.png'.
04/06/2012 12:02:03 (Std)    Attempting to create Imageset '418890544' using image file 'Photo-7_t.png'.
04/06/2012 12:02:03 (Std)    Attempting to create Imageset '418892736' using image file 'Photo-8_t.png'.
04/06/2012 12:02:04 (Std)    Attempting to create Imageset '418894928' using image file 'Photo-9_t.png'.
04/06/2012 12:02:04 (Std)    Attempting to create Imageset '418897120' using image file 'Photo-10_t.png'.
04/06/2012 12:02:04 (Std)    Attempting to create Imageset '418899312' using image file 'Photo-11_t.png'.
04/06/2012 12:02:04 (Std)    Attempting to create Imageset '418901504' using image file 'Photo-12_t.png'.
04/06/2012 12:02:04 (Std)    Attempting to create Imageset '418903696' using image file 'Photo-13_t.png'.
04/06/2012 12:02:04 (Std)    Attempting to create Imageset '418905888' using image file 'Photo-14_t.png'.
04/06/2012 12:02:05 (Std)    Attempting to create Imageset '418908080' using image file 'Photo-15_t.png'.
04/06/2012 12:02:05 (Std)    Attempting to create Imageset '418910272' using image file 'Photo-16_t.png'.
04/06/2012 12:02:05 (Std)    Attempting to create Imageset '418912464' using image file 'Photo-17_t.png'.
04/06/2012 12:02:05 (Std)    Attempting to create Imageset '418914656' using image file 'Photo-18_t.png'.
04/06/2012 12:02:06 (Std)    Attempting to create Imageset '418916848' using image file 'Photo-19_t.png'.
04/06/2012 12:02:06 (Std)    Attempting to create Imageset '418919040' using image file 'Photo-20_t.png'.
04/06/2012 12:02:06 (Std)    Attempting to create Imageset '418921232' using image file 'Photo-21_t.png'.
04/06/2012 12:02:06 (Std)    Attempting to create Imageset '418923424' using image file 'Photo-22_t.png'.
04/06/2012 12:02:06 (Std)    Attempting to create Imageset '418925616' using image file 'Photo-23_t.png'.
04/06/2012 12:02:07 (Std)    Attempting to create Imageset '418927808' using image file 'Photo-24_t.png'.
04/06/2012 12:02:07 (Std)    Attempting to create Imageset '418930000' using image file 'Photo-25_t.png'.
04/06/2012 12:02:08 (Std)    Attempting to create Imageset '418932192' using image file 'Photo-26_t.png'.
04/06/2012 12:02:08 (Std)    Attempting to create Imageset '418934384' using image file 'Photo-27_t.png'.
04/06/2012 12:02:08 (Std)    Attempting to create Imageset '418936576' using image file 'Photo-28_t.png'.
04/06/2012 12:02:08 (Std)    Attempting to create Imageset '418938768' using image file 'Photo-29_t.png'.
04/06/2012 12:02:08 (Std)    Attempting to create Imageset '418940960' using image file 'Photo-30_t.png'.
04/06/2012 12:02:08 (Std)    Attempting to create Imageset '418943152' using image file 'Photo-31_t.png'.
04/06/2012 12:02:09 (Std)    Attempting to create Imageset '418945344' using image file 'Photo-32_t.png'.
04/06/2012 12:02:09 (Std)    Attempting to create Imageset '421087616' using image file 'Photo-33_t.png'.
04/06/2012 12:02:09 (Std)    Attempting to create Imageset '421089808' using image file 'Photo-34_t.png'.
04/06/2012 12:02:09 (Std)    Attempting to create Imageset '421092000' using image file 'Photo-35_t.png'.
04/06/2012 12:02:09 (Std)    Attempting to create Imageset '421094192' using image file 'Photo-36_t.png'.
04/06/2012 12:02:09 (Std)    Attempting to create Imageset '421096384' using image file 'Photo-37_t.png'.
04/06/2012 12:02:10 (Std)    Attempting to create Imageset '421098576' using image file 'Photo-38_t.png'.
04/06/2012 12:02:10 (Std)    Attempting to create Imageset '421100768' using image file 'Photo-39_t.png'.
04/06/2012 12:02:10 (Std)    Attempting to create Imageset '421102960' using image file 'Photo-40_t.png'.
04/06/2012 12:02:11 (Std)    Attempting to create Imageset '421105152' using image file 'Photo-41_t.png'.
04/06/2012 12:02:11 (Std)    Attempting to create Imageset '421107344' using image file 'Photo-42_t.png'.
04/06/2012 12:02:12 (Std)    Attempting to create Imageset '421109536' using image file 'Photo-43_t.png'.
04/06/2012 12:02:12 (Std)    Attempting to create Imageset '421111728' using image file 'Photo-44_t.png'.
04/06/2012 12:02:12 (Std)    Attempting to create Imageset '421113920' using image file 'Photo-45_t.png'.
04/06/2012 12:02:13 (Std)    Attempting to create Imageset '421116112' using image file 'Photo-46_t.png'.
04/06/2012 12:02:13 (Std)    Attempting to create Imageset '421118304' using image file 'Photo-47_t.png'.
04/06/2012 12:02:14 (Std)    Attempting to create Imageset '421120496' using image file 'Photo-48_t.png'.
04/06/2012 12:02:15 (Std)    Attempting to create Imageset '421122688' using image file 'Photo-49_t.png'.
04/06/2012 12:02:15 (Std)    Attempting to create Imageset '421124880' using image file 'Photo-50_t.png'.
04/06/2012 12:02:16 (Std)    Attempting to create Imageset '421127072' using image file 'Photo-51_t.png'.
04/06/2012 12:02:17 (Std)    Attempting to create Imageset '421129264' using image file 'Photo-52_t.png'.
04/06/2012 12:02:18 (Std)    Attempting to create Imageset '421131456' using image file 'Photo-53_t.png'.
04/06/2012 12:02:18 (Std)    Attempting to create Imageset '421133648' using image file 'Photo-54_t.png'.
04/06/2012 12:02:18 (Std)    Attempting to create Imageset '421135840' using image file 'Photo-55_t.png'.
04/06/2012 12:02:18 (Std)    Attempting to create Imageset '421138032' using image file 'Photo-56_t.png'.
04/06/2012 12:02:19 (Std)    Attempting to create Imageset '421140224' using image file 'Photo-57_t.png'.
04/06/2012 12:02:19 (Std)    Attempting to create Imageset '421142416' using image file 'Photo-58_t.png'.
04/06/2012 12:02:20 (Std)    Attempting to create Imageset '421144608' using image file 'Photo-59_t.png'.
04/06/2012 12:02:20 (Std)    Attempting to create Imageset '421146800' using image file 'Photo-60_t.png'.
04/06/2012 12:02:20 (Std)    Attempting to create Imageset '421148992' using image file 'Photo-61_t.png'.
04/06/2012 12:02:21 (Std)    Attempting to create Imageset '420346240' using image file 'Photo-62_t.png'.
04/06/2012 12:02:21 (Std)    Attempting to create Imageset '420348432' using image file 'Photo-63_t.png'.
04/06/2012 12:02:22 (Std)    Attempting to create Imageset '420350624' using image file 'Photo-64_t.png'.
04/06/2012 12:02:22 (Std)    Attempting to create Imageset '420352816' using image file 'Photo-65_t.png'.
04/06/2012 12:02:22 (Std)    Attempting to create Imageset '420355008' using image file 'Photo-66_t.png'.
04/06/2012 12:02:22 (Std)    Attempting to create Imageset '420357200' using image file 'Photo-67_t.png'.
04/06/2012 12:02:23 (Std)    Attempting to create Imageset '420359392' using image file 'Photo-68_t.png'.
04/06/2012 12:02:23 (Std)    Attempting to create Imageset '420361584' using image file 'Photo-69_t.png'.
04/06/2012 12:02:23 (Std)    Attempting to create Imageset '420363776' using image file 'Photo-70_t.png'.
04/06/2012 12:02:24 (Std)    Attempting to create Imageset '420365968' using image file 'Photo-71_t.png'.
04/06/2012 12:02:24 (Std)    Attempting to create Imageset '420368160' using image file 'Photo-72_t.png'.
04/06/2012 12:02:24 (Std)    Attempting to create Imageset '420370352' using image file 'Photo-73_t.png'.
04/06/2012 12:02:24 (Std)    Attempting to create Imageset '420372544' using image file 'Video-0_t.png'.
04/06/2012 12:02:24 (Std)    Attempting to create Imageset '420374736' using image file 'Video-1_t.png'.
04/06/2012 12:02:24 (Std)    Attempting to create Imageset '420376928' using image file 'Video-2_t.png'.
04/06/2012 12:02:25 (Std)    Attempting to create Imageset '420379120' using image file 'Video-3_t.png'.
04/06/2012 12:02:26 (Std)    Attempting to create Imageset '420381312' using image file 'Video-4_t.png'.
04/06/2012 12:02:26 (Std)    Attempting to create Imageset '420383504' using image file 'Video-5_t.png'.
04/06/2012 12:02:27 (Std)    Attempting to create Imageset '420385696' using image file 'Video-6_t.png'.
04/06/2012 12:02:27 (Std)    Attempting to create Imageset '420387888' using image file 'Video-7_t.png'.
04/06/2012 12:02:27 (Std)    Attempting to create Imageset '420390080' using image file 'Video-8_t.png'.
04/06/2012 12:02:27 (Std)    Attempting to create Imageset '420392272' using image file 'Video-9_t.png'.
04/06/2012 12:02:27 (Std)    Attempting to create Imageset '420394464' using image file 'Video-10_t.png'.
04/06/2012 12:02:29 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'CompasImage' to enable rotation support.
04/06/2012 12:02:30 (Std)    Attempting to create Imageset 'DejaVuSans-Bold-16_auto_glyph_images_ ' with texture only.


It seems that the key could be here, in the lasts lines of the CEGUI.log:

Code: Select all

04/06/2012 12:02:29 (Std)    Window::setRotation - Activating AutoRenderingSurface on Window 'CompasImage' to enable rotation support.

The is the element that give a problem of flickering (a Compas that is giving the scene orientation, and that is a CEGUI/StaticImage which rotation is updated on each frame.

Thanx in advance for your help :)

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Flickering on some rotated GUI elements with big resolut

Postby CrazyEddie » Mon Jun 04, 2012 15:19

I understand that you're probably not going to be able to test this, but do you get the same results if you use the OpenGL render system in Ogre? I appreciate that depending on the project you're working on, that may not be a realistic thing to ask. Neither of the main CEGUI devs test on Windows all that often, and I think the CEGUI Ogre renderer using the D3D render systems gets tested even less (read: almost not at all) - so it's possible issues are local to that particular configuration.

I would guess - but I can't be completely certain - that this flickering is a render to texture sequence issue of some kind - whereby operations relating to rendering to texture are being performed out of sequence, thus allowing you to see some of that occurring - hence the flicker. A lot of the reason I suspect this is that CEGUI's rendering to texture occurs outside of the normal time when Ogre handles that kind of thing (Ogre likes to call all the shots, and unfortunately that's not 100% compatible with the way CEGUI renders). Normally this is not an issue, but there are cases where - depending on the render to texture technique employed - some problems arise: this usually involves techniques where rendering can not be performed directly to the texture, but is instead rendered to the display buffer and then copied to the texture afterwards (it's usually evidenced by a second copy of some windows flickering in a corner of the display).

Whether this is actually the issue you're getting I have no idea at all, since I've not seen the issue ;) What I can't really explain at all is why this would only happen at really high resolutions. I can't personally test 1920x1080 resolutions as 1650x1050 is my max. If the issues occur at that resolution too, I would ask that a minimal test case be provided so we could investigate the issue further and hopefully find a cause and satisfactory solution.

CE.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 21 guests