can't see the CEGUI[solved]

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

matthew,seo
Just popping in
Just popping in
Posts: 1
Joined: Fri Jul 26, 2013 08:33

can't see the CEGUI[solved]

Postby matthew,seo » Fri Jul 26, 2013 08:43

hi.

a few days ago, i try the cegui0.8.2 with ogre1.8.1
but i can't see the cegui something.
attach my source code and log files.

* OpenGL work is normal, but Direct3D is not work. why?
-> Display resoulation's problem.
. OpenGL is OK(fullscreen y and n)
. D3D9 is not ok (fullscreen y) , (n is ok)
. so i change the display configuration ->Display Copied.(using dualmonitor) then everything is ok.

Source Code.

Code: Select all

OgreRenderer& myRenderer = CEGUI::OgreRenderer::bootstrapSystem();
SchemeManager::getSingleton().createFromFile("TaharezLook.scheme");
CEGUI::FontManager::getSingleton().createFromFile("DejaVuSans-10.font");
System::getSingleton().getDefaultGUIContext().getMouseCursor().setDefaultImage("TaharezLook/MouseArrow");
System::getSingleton().getDefaultGUIContext().setDefaultTooltipType("TaharezLook/Tooltip");
Window* myRoot = WindowManager::getSingleton().loadLayoutFromFile( "Demo8.layout" );//.TabPage WidgetGalore Demo8
System::getSingleton().getDefaultGUIContext().setRootWindow( myRoot );


CEGUI.log

Code: Select all

26/07/2013 17:05:54 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
26/07/2013 17:05:54 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
26/07/2013 17:05:54 (Std)    +                          (http://www.cegui.org.uk/)                         +
26/07/2013 17:05:54 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

26/07/2013 17:05:54 (Std)    CEGUI::Logger singleton created. (08F24538)
26/07/2013 17:05:54 (Std)    
26/07/2013 17:05:54 (Std)    ********************************************************************************
26/07/2013 17:05:54 (Std)    * Important:                                                                   *
26/07/2013 17:05:54 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
26/07/2013 17:05:54 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
26/07/2013 17:05:54 (Std)    *     support being given; please do not waste our time.                       *
26/07/2013 17:05:54 (Std)    ********************************************************************************
26/07/2013 17:05:54 (Std)    ********************************************************************************
26/07/2013 17:05:54 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
26/07/2013 17:05:54 (Std)    ********************************************************************************
26/07/2013 17:05:54 (Std)    ---- Version: 0.8.2 (Build: Jul 25 2013 Debug Microsoft Windows MSVC++ 10.0 32 bit) ----
26/07/2013 17:05:54 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
26/07/2013 17:05:54 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
26/07/2013 17:05:54 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
26/07/2013 17:05:54 (Std)    ---- Scripting module is: None ----
26/07/2013 17:05:54 (Std)    ********************************************************************************
26/07/2013 17:05:54 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
26/07/2013 17:05:54 (Std)    ********************************************************************************
26/07/2013 17:05:54 (Std)    
26/07/2013 17:05:54 (Std)    ---- Begining CEGUI System initialisation ----
26/07/2013 17:05:54 (Std)    [CEGUI::ImageManager] Singleton created (08EDBC30)
26/07/2013 17:05:54 (Std)    [CEGUI::ImageManager] Registered Image type: BasicImage
26/07/2013 17:05:54 (Std)    CEGUI::FontManager singleton created. (086B51A8)
26/07/2013 17:05:54 (Std)    CEGUI::WindowFactoryManager singleton created
26/07/2013 17:05:54 (Std)    CEGUI::WindowManager singleton created (08EBAB50)
26/07/2013 17:05:54 (Std)    CEGUI::SchemeManager singleton created. (0873D7D0)
26/07/2013 17:05:54 (Std)    CEGUI::GlobalEventSet singleton created. (00A189E0)
26/07/2013 17:05:54 (Std)    CEGUI::AnimationManager singleton created (086B52A0)
26/07/2013 17:05:54 (Std)    CEGUI::WidgetLookManager singleton created. (08F90600)
26/07/2013 17:05:54 (Std)    CEGUI::WindowRendererManager singleton created (08F902A0)
26/07/2013 17:05:54 (Std)    CEGUI::RenderEffectManager singleton created (009E2BB8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'DefaultWindow' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'DefaultWindow' windows added. (08F7F6A0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'DragContainer' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'DragContainer' windows added. (08F7F768)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'ScrolledContainer' windows added. (08F7F830)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'ClippedContainer' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'ClippedContainer' windows added. (08F7F8F8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (08F7F9C0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (08F7FA88)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (08F7FB50)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (08F7FC18)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (08F7FDA8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (08F7FCE0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (08F7FE70)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (08F7FF38)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (08F80000)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (08F800C8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (08F80190)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (08F80258)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (08F80320)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (08F803E8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (08F804B0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (08F80578)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (08F80640)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (08F80708)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (08F807D0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (08F80898)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (08F80960)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (08F80A28)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (08F80AF0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (08F80C80)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ToggleButton' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ToggleButton' windows added. (08F80BB8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (08F80E10)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (08F80D48)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (08F80ED8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (08F80FA0)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'LayoutCell' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'LayoutCell' windows added. (08F81130)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (08F811F8)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (08F81068)
26/07/2013 17:05:54 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
26/07/2013 17:05:54 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (08F812C0)
26/07/2013 17:05:54 (Std)    CEGUI::System singleton created. (00A3D3E8)
26/07/2013 17:05:54 (Std)    ---- CEGUI System initialisation completed ----
26/07/2013 17:05:54 (Std)    
26/07/2013 17:05:54 (Std)    Started creation of Scheme from XML specification:
26/07/2013 17:05:54 (Std)    ---- CEGUI GUIScheme name: TaharezLook
26/07/2013 17:05:54 (Std)    [ImageManager] Started creation of Imageset from XML specification:
26/07/2013 17:05:54 (Std)    [ImageManager] ---- CEGUI Imageset name: TaharezLook
26/07/2013 17:05:54 (Std)    [ImageManager] ---- Source texture file: TaharezLook.png
26/07/2013 17:05:54 (Std)    [ImageManager] ---- Source texture resource group: (Default)
26/07/2013 17:05:55 (Std)    [OgreRenderer] Created texture: TaharezLook
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ClientBrush' (08EB8898) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/GenericBrush' (08EB8550) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowLeftEdge' (08EB8AC8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowRightEdge' (08EB89B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopEdge' (08EB8BE0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomEdge' (08EB8E10) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopLeft' (08EB8CF8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopRight' (08EB9040) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomLeft' (08EB8F28) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomRight' (08EB9158) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftNormal' (08EB9270) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleNormal' (08EB9388) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightNormal' (08EB94A0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftPushed' (08EB95B8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddlePushed' (08EB96D0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightPushed' (08EB97E8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftHighlight' (08EB9900) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleHighlight' (08EB9A18) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightHighlight' (08EB9B30) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxNormal' (08EB9C48) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxHover' (08EB9D60) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxMark' (08EB9F90) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonNormal' (08EBA0A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonHover' (08EB9E78) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonMark' (08EBA1C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarLeft' (08EBA2D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarMiddle' (08EBA3F0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarRight' (08FD19E8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarLeft' (08FD1C18) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarMiddle' (08FD1B00) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarRight' (08FD1D30) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaMiddle' (08FD1E48) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaRight' (08FD2078) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticLeft' (08FD2190) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticRight' (08FD22A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTop' (08FD1F60) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottom' (08FD24D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopLeft' (08FD25F0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopRight' (08FD2708) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomLeft' (08FD23C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomRight' (08FD2820) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBackdrop' (08FD2938) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLeft' (08FD2A50) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarMiddle' (08FD2B68) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarRight' (08FD2C80) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarDimSegment' (08FD2D98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLitSegment' (08FD2EB0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxLeft' (08FD2FC8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxMiddle' (08FD30E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxRight' (08FD3310) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxCaret' (08FD3428) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpNormal' (08FD3540) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownNormal' (08FD31F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpHover' (08FD3658) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownHover' (08FD3770) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TextSelectionBrush' (08FD3888) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollTop' (08FF1F98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollMiddle' (08FF21C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBottom' (08FF20B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBarSegment' (08FF22E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbNormal' (08FF23F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbHover' (08FF2510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpNormal' (08FF2628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownNormal' (08FF2740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpHover' (08FF2858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownHover' (08FF2970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollBarSegment' (08FF2A88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbNormal' (08FF2BA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopNormal' (08FF2CB8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleNormal' (08FF2DD0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomNormal' (08FF2EE8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopHover' (08FF3000) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleHover' (08FF3118) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomHover' (08FF3230) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbHover' (08FF3348) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpNormal' (08FF3460) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownNormal' (08FF3578) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpHover' (08FF3690) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownHover' (08FF37A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderBody' (08FF38C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbNormal' (08FF39D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbHover' (08FF3AF0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollBarSegment' (08FF3C08) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbNormal' (08FF3D20) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftNormal' (08FF3E38) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleNormal' (08FF7F98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightNormal' (08FF80B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbHover' (08FF81C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftHover' (08FF82E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleHover' (08FF83F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightHover' (08FF8510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftNormal' (08FF8628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightNormal' (08FF8740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftHover' (08FF8858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightHover' (08FF8970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxLeft' (08FF8A88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxRight' (08FF8BA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTop' (08FF8DD0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottom' (08FF8EE8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopLeft' (08FF9000) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopRight' (08FF8CB8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomLeft' (08FF9118) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomRight' (08FF9230) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBackdrop' (08FF9348) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxSelectionBrush' (08FF9460) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditLeft' (08FF9578) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditMiddle' (08FF9690) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonNormal' (08FF97A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonHover' (08FF98C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListLeft' (08FF99D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListRight' (08FF9AF0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTop' (08FF9C08) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottom' (08FF9D20) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopLeft' (08FF9E38) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopRight' (08FFDF98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomLeft' (08FFE0B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomRight' (08FFE1C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBackdrop' (08FFE2E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxSelectionBrush' (08FFE3F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerLeft' (08FFE510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerMiddle' (08FFE628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerRight' (08FFE740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropNormal' (08FFE858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropHover' (08FFE970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterNormal' (08FFEA88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterHover' (08FFEBA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortUp' (08FFECB8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortDown' (08FFEDD0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListLeft' (08FFEEE8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListRight' (08FFF118) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTop' (08FFF000) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottom' (08FFF348) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopLeft' (08FFF230) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopRight' (08FFF460) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomLeft' (08FFF578) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomRight' (08FFF690) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBackdrop' (08FFF7A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListSelectionBrush' (08FFF8C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLeft' (08FFF9D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressMiddle' (08FFFAF0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressRight' (08FFFC08) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressQuarter' (08FFFD20) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressHalf' (08FFFE38) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight1' (08FFFF98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight2' (090000B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight3' (090001C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight4' (090002E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight5' (090003F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight6' (09000510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight7' (09000628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight8' (09000740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight9' (09000858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight10' (09000970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonNormal' (09000A88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonHover' (09000BA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonPressed' (09000CB8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonNormal' (09000DD0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonHover' (09000EE8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonPressed' (09001000) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxLeft' (09001118) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxRight' (09001230) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTop' (09001348) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottom' (09001460) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopLeft' (09001578) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopRight' (09001690) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomLeft' (090017A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomRight' (090018C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBackdrop' (090019D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxSelectionBrush' (09001AF0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTarget' (09001C08) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseArrow' (09001D20) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseMoveCursor' (09001E38) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNoSoCursor' (09003F98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseEsWeCursor' (090040B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNeSwCursor' (090041C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNwSeCursor' (090042E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTextBar' (090043F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabHorizontalFiller' (09004628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperLeft' (09004510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpper' (09004740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperRight' (09004858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLeft' (09004970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneRight' (09004A88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLower' (09004BA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerLeft' (09004CB8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerRight' (09004DD0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneMiddle' (09004EE8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftNormal' (09005000) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightNormal' (09005118) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftHover' (09005230) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightHover' (09005348) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftNormal' (09005460) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightNormal' (09005578) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperNormal' (09005690) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerNormal' (090057A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftNormal' (090058C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeft2Normal' (090059D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightNormal' (09005AF0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftNormal' (09005C08) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightNormal' (09005D20) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRight2Normal' (09005E38) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleNormal' (09009F98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftSelected' (0900A0B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightSelected' (0900A1C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperSelected' (0900A2E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerSelected' (0900A3F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftSelected' (0900A510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightSelected' (0900A628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftSelected' (0900A740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightSelected' (0900A858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleSelected' (0900A970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopLeft' (0900AA88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopRight' (0900ABA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomLeft' (0900ACB8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomRight' (0900ADD0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipLeftEdge' (0900AEE8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipRightEdge' (0900B000) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopEdge' (0900B118) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomEdge' (0900B230) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipMiddle' (0900B348) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopLeft' (0900B578) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopRight' (0900B460) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomLeft' (0900B7A8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomRight' (0900B690) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuLeft' (0900B8C0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuRight' (0900B9D8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTop' (0900BC08) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottom' (0900BAF0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/MenuMiddle' (0900BE38) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopLeft' (0900BD20) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopRight' (0900FF98) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomLeft' (090100B0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomRight' (090101C8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameLeft' (090102E0) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameRight' (090103F8) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTop' (09010510) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottom' (09010628) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuMiddle' (09010740) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowRight' (09010858) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowLeft' (09010970) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListClosed' (09010A88) of type: BasicImage
26/07/2013 17:05:55 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListOpened' (09010BA0) of type: BasicImage
26/07/2013 17:05:55 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
26/07/2013 17:05:55 (Std)    ===== Look and feel parsing completed =====
26/07/2013 17:05:55 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Button' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Button' added. (09169A60)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Default' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Default' added. (09169B28)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Editbox' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Editbox' added. (09169BF0)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/FrameWindow' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/FrameWindow' added. (09169CB8)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ItemEntry' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ItemEntry' added. (09169D80)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ListHeader' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ListHeader' added. (09169E48)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ListHeaderSegment' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ListHeaderSegment' added. (08FDE870)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Listbox' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Listbox' added. (08FDE938)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Menubar' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Menubar' added. (08FDEA00)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/MenuItem' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/MenuItem' added. (08FDEAC8)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/MultiColumnList' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/MultiColumnList' added. (08FDEB90)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/MultiLineEditbox' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/MultiLineEditbox' added. (08FDEC58)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/PopupMenu' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/PopupMenu' added. (08FDED20)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ProgressBar' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ProgressBar' added. (08FDEEB0)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ScrollablePane' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ScrollablePane' added. (08FDEDE8)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Scrollbar' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Scrollbar' added. (08FDEF78)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Slider' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Slider' added. (08FDF108)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Static' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Static' added. (08FDF040)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/StaticImage' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/StaticImage' added. (08FDF1D0)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/StaticText' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/StaticText' added. (08FDF298)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/TabButton' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/TabButton' added. (08FDF428)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/TabControl' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/TabControl' added. (08FDF4F0)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Titlebar' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Titlebar' added. (08FDF5B8)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ToggleButton' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ToggleButton' added. (08FDF360)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Tooltip' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Tooltip' added. (08FDF680)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/ItemListbox' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/ItemListbox' added. (08FDF748)
26/07/2013 17:05:55 (Std)    Created WindowRendererFactory for 'Core/Tree' WindowRenderers.
26/07/2013 17:05:55 (Std)    WindowRendererFactory 'Core/Tree' added. (08FDF810)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Label' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Label' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/ToggleButton', window renderer 'Core/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Core/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Core/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Core/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Core/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Core/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Core/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Core/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Core/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Core/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Core/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Core/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Core/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Core/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Core/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Core/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Core/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Core/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Core/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Core/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Core/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Core/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Core/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0016CC18)
26/07/2013 17:05:55 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_0
26/07/2013 17:05:55 (Warn)   Property 'HorzExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Warn)   Property 'VertExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Warn)   Property 'HorzExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Warn)   Property 'VertExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Std)    [OgreRenderer] Created texture: DejaVuSans-10_auto_glyph_images_32
26/07/2013 17:05:55 (Std)    [OgreRenderer] Created texture: _ogre_tt_tex_1
26/07/2013 17:05:55 (Warn)   Property 'HorzExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Warn)   Property 'VertExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Warn)   Property 'HorzExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Warn)   Property 'VertExtent' is not writable so it's implicitly banned from XML. No need to ban it manually
26/07/2013 17:05:55 (Std)    ---- Successfully completed loading of GUI layout from 'Demo8.layout' ----



Ogre.log

Code: Select all

17:05:42: Creating resource group General
17:05:42: Creating resource group Internal
17:05:42: Creating resource group Autodetect
17:05:42: SceneManagerFactory for type 'DefaultSceneManager' registered.
17:05:42: Registering ResourceManager for type Material
17:05:42: Registering ResourceManager for type Mesh
17:05:42: Registering ResourceManager for type Skeleton
17:05:42: MovableObjectFactory for type 'ParticleSystem' registered.
17:05:42: OverlayElementFactory for type Panel registered.
17:05:42: OverlayElementFactory for type BorderPanel registered.
17:05:42: OverlayElementFactory for type TextArea registered.
17:05:42: Registering ResourceManager for type Font
17:05:42: ArchiveFactory for archive type FileSystem registered.
17:05:42: ArchiveFactory for archive type Zip registered.
17:05:42: ArchiveFactory for archive type EmbeddedZip registered.
17:05:42: DDS codec registering
17:05:42: FreeImage version: 3.15.3
17:05:42: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
17:05:42: 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,3fr,arw,bay,bmq,cap,cine,cr2,crw,cs1,dc2,dcr,drf,dsc,dng,erf,fff,ia,iiq,k25,kc2,kdc,mdc,mef,mos,mrw,nef,nrw,orf,pef,ptx,pxn,qtk,raf,raw,rdc,rw2,rwl,rwz,sr2,srf,srw,sti
17:05:42: Registering ResourceManager for type HighLevelGpuProgram
17:05:42: Registering ResourceManager for type Compositor
17:05:42: MovableObjectFactory for type 'Entity' registered.
17:05:42: MovableObjectFactory for type 'Light' registered.
17:05:42: MovableObjectFactory for type 'BillboardSet' registered.
17:05:42: MovableObjectFactory for type 'ManualObject' registered.
17:05:42: MovableObjectFactory for type 'BillboardChain' registered.
17:05:42: MovableObjectFactory for type 'RibbonTrail' registered.
17:05:42: Loading library .\RenderSystem_Direct3D9_d
17:05:42: Installing plugin: D3D9 RenderSystem
17:05:42: D3D9 : Direct3D9 Rendering Subsystem created.
17:05:42: D3D9: Driver Detection Starts
17:05:42: D3D9: Driver Detection Ends
17:05:42: Plugin successfully installed
17:05:42: Loading library .\RenderSystem_GL_d
17:05:42: Installing plugin: GL RenderSystem
17:05:42: OpenGL Rendering Subsystem created.
17:05:43: Plugin successfully installed
17:05:43: Loading library .\Plugin_ParticleFX_d
17:05:43: Installing plugin: ParticleFX
17:05:43: Particle Emitter Type 'Point' registered
17:05:43: Particle Emitter Type 'Box' registered
17:05:43: Particle Emitter Type 'Ellipsoid' registered
17:05:43: Particle Emitter Type 'Cylinder' registered
17:05:43: Particle Emitter Type 'Ring' registered
17:05:43: Particle Emitter Type 'HollowEllipsoid' registered
17:05:43: Particle Affector Type 'LinearForce' registered
17:05:43: Particle Affector Type 'ColourFader' registered
17:05:43: Particle Affector Type 'ColourFader2' registered
17:05:43: Particle Affector Type 'ColourImage' registered
17:05:43: Particle Affector Type 'ColourInterpolator' registered
17:05:43: Particle Affector Type 'Scaler' registered
17:05:43: Particle Affector Type 'Rotator' registered
17:05:43: Particle Affector Type 'DirectionRandomiser' registered
17:05:43: Particle Affector Type 'DeflectorPlane' registered
17:05:43: Plugin successfully installed
17:05:43: Loading library .\Plugin_BSPSceneManager_d
17:05:43: Installing plugin: BSP Scene Manager
17:05:43: Plugin successfully installed
17:05:43: Loading library .\Plugin_CgProgramManager_d
17:05:43: Installing plugin: Cg Program Manager
17:05:43: Plugin successfully installed
17:05:43: Loading library .\Plugin_PCZSceneManager_d
17:05:43: Installing plugin: Portal Connected Zone Scene Manager
17:05:43: PCZone Factory Type 'ZoneType_Default' registered
17:05:43: Plugin successfully installed
17:05:43: Loading library .\Plugin_OctreeZone_d
17:05:43: Installing plugin: Octree Zone Factory
17:05:43: Plugin successfully installed
17:05:43: Loading library .\Plugin_OctreeSceneManager_d
17:05:43: Installing plugin: Octree Scene Manager
17:05:43: Plugin successfully installed
17:05:43: *-*-* OGRE Initialising
17:05:43: *-*-* Version 1.8.1 (Byatis)
17:05:43: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
17:05:43: D3D9 : RenderSystem Option: FSAA = 0
17:05:43: D3D9 : RenderSystem Option: Fixed Pipeline Enabled = Yes
17:05:43: D3D9 : RenderSystem Option: Floating-point mode = Fastest
17:05:43: D3D9 : RenderSystem Option: Full Screen = Yes
17:05:43: D3D9 : RenderSystem Option: Multi device memory hint = Use minimum system memory
17:05:43: D3D9 : RenderSystem Option: Rendering Device = Monitor-1-NVIDIA NVS 4200M
17:05:43: D3D9 : RenderSystem Option: Resource Creation Policy = Create on all devices
17:05:43: D3D9 : RenderSystem Option: Use Multihead = Auto
17:05:43: D3D9 : RenderSystem Option: VSync = No
17:05:43: D3D9 : RenderSystem Option: VSync Interval = 1
17:05:43: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
17:05:43: D3D9 : RenderSystem Option: sRGB Gamma Conversion = No
17:05:45: CPU Identifier & Features
17:05:45: -------------------------
17:05:45:  *   CPU ID: GenuineIntel: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
17:05:45:  *      SSE: yes
17:05:45:  *     SSE2: yes
17:05:45:  *     SSE3: yes
17:05:45:  *      MMX: yes
17:05:45:  *   MMXEXT: yes
17:05:45:  *    3DNOW: no
17:05:45:  * 3DNOWEXT: no
17:05:45:  *     CMOV: yes
17:05:45:  *      TSC: yes
17:05:45:  *      FPU: yes
17:05:45:  *      PRO: yes
17:05:45:  *       HT: no
17:05:45: -------------------------
17:05:45: D3D9 : Subsystem Initialising
17:05:45: Registering ResourceManager for type Texture
17:05:45: Registering ResourceManager for type GpuProgram
17:05:45: D3D9RenderSystem::_createRenderWindow "Ogre3D Beginners Guide", 800x600 fullscreen  miscParams: FSAA=0 FSAAHint= colourDepth=32 gamma=false monitorIndex=0 useNVPerfHUD=false vsync=false vsyncInterval=1
17:05:45: D3D9 : Created D3D9 Rendering Window 'Ogre3D Beginners Guide' : 800x600, 32bpp
17:05:45: D3D9 : Multi head disabled. It causes application run time crashes when used in Vista + SP 1 or 2 combination
17:05:46: D3D9: Vertex texture format supported - PF_A8R8G8B8
17:05:46: D3D9: Vertex texture format supported - PF_B8G8R8A8
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT16_RGB
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT16_RGBA
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT32_RGB
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT32_RGBA
17:05:46: D3D9: Vertex texture format supported - PF_R8G8B8A8
17:05:46: D3D9: Vertex texture format supported - PF_DEPTH
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT16_R
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT32_R
17:05:46: D3D9: Vertex texture format supported - PF_FLOAT16_GR
17:05:47: D3D9: Vertex texture format supported - PF_FLOAT32_GR
17:05:47: D3D9: Vertex texture format supported - PF_PVRTC_RGB2
17:05:47: D3D9: Vertex texture format supported - PF_PVRTC_RGBA2
17:05:47: D3D9: Vertex texture format supported - PF_PVRTC_RGB4
17:05:47: D3D9: Vertex texture format supported - PF_PVRTC_RGBA4
17:05:47: D3D9: Vertex texture format supported - PF_R8
17:05:47: D3D9: Vertex texture format supported - PF_RG8
17:05:47: RenderSystem capabilities
17:05:47: -------------------------
17:05:47: RenderSystem Name: Direct3D9 Rendering Subsystem
17:05:47: GPU Vendor: nvidia
17:05:47: Device Name: Monitor-1-NVIDIA NVS 4200M
17:05:47: Driver Version: 8.17.12.9610
17:05:47:  * Fixed function pipeline: yes
17:05:47:  * Hardware generation of mipmaps: yes
17:05:47:  * Texture blending: yes
17:05:47:  * Anisotropic texture filtering: yes
17:05:47:  * Dot product texture operation: yes
17:05:47:  * Cube mapping: yes
17:05:47:  * Hardware stencil buffer: yes
17:05:47:    - Stencil depth: 8
17:05:47:    - Two sided stencil support: yes
17:05:47:    - Wrap stencil values: yes
17:05:47:  * Hardware vertex / index buffers: yes
17:05:47:  * Vertex programs: yes
17:05:47:  * Number of floating-point constants for vertex programs: 256
17:05:47:  * Number of integer constants for vertex programs: 16
17:05:47:  * Number of boolean constants for vertex programs: 16
17:05:47:  * Fragment programs: yes
17:05:47:  * Number of floating-point constants for fragment programs: 224
17:05:47:  * Number of integer constants for fragment programs: 16
17:05:47:  * Number of boolean constants for fragment programs: 16
17:05:47:  * Geometry programs: no
17:05:47:  * Number of floating-point constants for geometry programs: 0
17:05:47:  * Number of integer constants for geometry programs: 8
17:05:47:  * Number of boolean constants for geometry programs: 0
17:05:47:  * 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
17:05:47:  * Texture Compression: yes
17:05:47:    - DXT: yes
17:05:47:    - VTC: no
17:05:47:    - PVRTC: no
17:05:47:  * Scissor Rectangle: yes
17:05:47:  * Hardware Occlusion Query: yes
17:05:47:  * User clip planes: yes
17:05:47:  * VET_UBYTE4 vertex element type: yes
17:05:47:  * Infinite far plane projection: yes
17:05:47:  * Hardware render-to-texture: yes
17:05:47:  * Floating point textures: yes
17:05:47:  * Non-power-of-two textures: yes
17:05:47:  * Volume textures: yes
17:05:47:  * Multiple Render Targets: 4
17:05:47:    - With different bit depths: yes
17:05:47:  * Point Sprites: yes
17:05:47:  * Extended point parameters: yes
17:05:47:  * Max Point Size: 8192
17:05:47:  * Vertex texture fetch: yes
17:05:47:  * Number of world matrices: 0
17:05:47:  * Number of texture units: 8
17:05:47:  * Stencil buffer depth: 8
17:05:47:  * Number of vertex blend matrices: 0
17:05:47:    - Max vertex textures: 4
17:05:47:    - Vertex textures shared: no
17:05:47:  * Render to Vertex Buffer : no
17:05:47:  * DirectX per stage constants: yes
17:05:47: ***************************************
17:05:47: *** D3D9 : Subsystem Initialised OK ***
17:05:47: ***************************************
17:05:47: DefaultWorkQueue('Root') initialising on thread 006DF7B8.
17:05:47: DefaultWorkQueue('Root')::WorkerFunc - thread 007038A8 starting.
17:05:47: Particle Renderer Type 'billboard' registered
17:05:47: SceneManagerFactory for type 'BspSceneManager' registered.
17:05:47: Registering ResourceManager for type BspLevel
17:05:47: DefaultWorkQueue('Root')::WorkerFunc - thread 00703488 starting.
17:05:47: DefaultWorkQueue('Root')::WorkerFunc - thread 007035A8 starting.
17:05:47: DefaultWorkQueue('Root')::WorkerFunc - thread 00703E18 starting.
17:05:47: SceneManagerFactory for type 'PCZSceneManager' registered.
17:05:47: MovableObjectFactory for type 'PCZLight' registered.
17:05:47: MovableObjectFactory for type 'Portal' registered.
17:05:47: MovableObjectFactory for type 'AntiPortal' registered.
17:05:47: PCZone Factory Type 'ZoneType_Octree' registered
17:05:47: SceneManagerFactory for type 'OctreeSceneManager' registered.
17:05:47: Creating resource group Essential
17:05:47: Added resource location '../../media/thumbnails' of type 'FileSystem' to resource group 'Essential'
17:05:47: Added resource location '../../media/packs/SdkTrays.zip' of type 'Zip' to resource group 'Essential'
17:05:47: Added resource location '../../media/packs/profiler.zip' of type 'Zip' to resource group 'Essential'
17:05:47: Added resource location '../../media' of type 'FileSystem' to resource group 'General'
17:05:47: Creating resource group Popular
17:05:47: Added resource location '../../media/fonts' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/materials/programs' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/materials/scripts' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/materials/textures' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/materials/textures/nvidia' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/models' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/particle' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/DeferredShadingMedia' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/PCZAppMedia' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/RTShaderLib' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/RTShaderLib/materials' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/materials/scripts/SSAO' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/materials/textures/SSAO' of type 'FileSystem' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/cubemap.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/dragon.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/fresneldemo.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/ogretestmap.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/ogredance.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/Sinbad.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Added resource location '../../media/packs/skybox.zip' of type 'Zip' to resource group 'Popular'
17:05:47: Creating resource group Tests
17:05:47: Added resource location '../../media/../../Tests/Media' of type 'FileSystem' to resource group 'Tests'
17:05:47: Creating resource group fonts
17:05:47: Added resource location 'datafiles/fonts' of type 'FileSystem' to resource group 'fonts'
17:05:47: Creating resource group imagesets
17:05:47: Added resource location 'datafiles/imagesets' of type 'FileSystem' to resource group 'imagesets'
17:05:47: Creating resource group layouts
17:05:47: Added resource location 'datafiles/layouts' of type 'FileSystem' to resource group 'layouts'
17:05:47: Creating resource group looknfeels
17:05:48: Added resource location 'datafiles/looknfeels' of type 'FileSystem' to resource group 'looknfeels'
17:05:48: Creating resource group lua_stripts
17:05:48: Added resource location 'datafiles/lua_stripts' of type 'FileSystem' to resource group 'lua_stripts'
17:05:48: Creating resource group schemes
17:05:48: Added resource location 'datafiles/schemes' of type 'FileSystem' to resource group 'schemes'
17:05:48: Parsing scripts for resource group Autodetect
17:05:48: Finished parsing scripts for resource group Autodetect
17:05:48: Creating resources for group Autodetect
17:05:48: All done
17:05:48: Parsing scripts for resource group Essential
17:05:48: Parsing script SdkTrays.material
17:05:48: Parsing script OgreProfiler.material
17:05:48: Parsing script SdkTrays.fontdef
17:05:48: Parsing script SdkTrays.overlay
17:05:48: Texture: sdk_cursor.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_tray.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) Internal format is PF_A8R8G8B8,64x64x1.
17:05:48: Texture: sdk_button_up.png: Loading 1 faces(PF_A8R8G8B8,128x32x1) Internal format is PF_A8R8G8B8,128x32x1.
17:05:48: Texture: sdk_text_box.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_mini_tray.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_track.png: Loading 1 faces(PF_A8R8G8B8,16x32x1) Internal format is PF_A8R8G8B8,16x32x1.
17:05:48: Texture: sdk_handle.png: Loading 1 faces(PF_A8R8G8B8,16x16x1) Internal format is PF_A8R8G8B8,16x16x1.
17:05:48: Texture: sdk_mini_text_box.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_label.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_separator.png: Loading 1 faces(PF_A8R8G8B8,64x16x1) Internal format is PF_A8R8G8B8,64x16x1.
17:05:48: Texture: sdk_logo.png: Loading 1 faces(PF_A8R8G8B8,128x64x1) Internal format is PF_A8R8G8B8,128x64x1.
17:05:48: Texture: sdk_shade.png: Loading 1 faces(PF_A8R8G8B8,64x48x1) with 6 generated mipmaps from Image. Internal format is PF_A8R8G8B8,64x48x1.
17:05:48: Texture: sdk_frame.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_mini_text_box_over.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) Internal format is PF_A8R8G8B8,32x32x1.
17:05:48: Texture: sdk_pulse.png: Loading 1 faces(PF_R8G8B8,8x1x1) Internal format is PF_X8R8G8B8,8x1x1.
17:05:48: Finished parsing scripts for resource group Essential
17:05:48: Creating resources for group Essential
17:05:48: All done
17:05:48: Parsing scripts for resource group General
17:05:48: Finished parsing scripts for resource group General
17:05:48: Creating resources for group General
17:05:48: All done
17:05:48: Parsing scripts for resource group Internal
17:05:48: Finished parsing scripts for resource group Internal
17:05:48: Creating resources for group Internal
17:05:48: All done
17:05:48: Parsing scripts for resource group Popular
17:05:48: Parsing script Instancing.program
17:05:48: Parsing script DualQuaternion.program
17:05:48: Parsing script Examples.program
17:05:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called diffuse does not exist.  in GpuProgramParameters::_findNamedConstantDefinition at ..\..\..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1451)
17:05:48: Compiler error: invalid parameters in Examples.program(256): setting of constant failed
17:05:48: Parsing script StdQuad_vp.program
17:05:48: Parsing script deferred_post.program
17:05:48: Parsing script ShadowCaster.program
17:05:48: Parsing script 747-400.material
17:05:48: Parsing script ASCII.material
17:05:48: Parsing script ASMSwizzle.material
17:05:48: Compiler error: object unsupported by render system in ASMSwizzle.material(1)
17:05:48: Parsing script BlackAndWhite.material
17:05:48: Parsing script Bloom.material
17:05:48: Parsing script Bloom2.material
17:05:49: Parsing script CGSwizzle.material
17:05:49: Parsing script CompositorDemo.material
17:05:49: Parsing script DepthShadowmap.material
17:05:49: Parsing script Dither.material
17:05:49: Parsing script DOF.material
17:05:49: Parsing script DualQuaternion.material
17:05:49: Parsing script Embossed.material
17:05:49: Parsing script Example-Water.material
17:05:49: Parsing script Examples-Advanced.material
17:05:49: Compiler error: object unsupported by render system in Examples-Advanced.material(787)
17:05:49: Parsing script Examples-DynTex.material
17:05:49: Parsing script Examples-Water.material
17:05:49: Parsing script Examples.material
17:05:50: Parsing script facial.material
17:05:50: Parsing script Glass.material
17:05:50: Parsing script GLSLSwizzle.material
17:05:50: Parsing script Halftone.material
17:05:50: Parsing script hdr.material
17:05:50: Parsing script HeatVision.material
17:05:50: Parsing script Hurt.material
17:05:50: Parsing script HWInstancing.material
17:05:50: Parsing script HW_VTFInstancing.material
17:05:50: Parsing script HW_VTF_LUTInstancing.material
17:05:50: Parsing script instancing.material
17:05:51: Parsing script InstancingMisc.material
17:05:51: Parsing script Invert.material
17:05:51: Parsing script IsoSurf.material
17:05:51: Parsing script Laplace.material
17:05:51: Parsing script MotionBlur.material
17:05:51: Parsing script MRTtest.material
17:05:51: Parsing script NightVision.material
17:05:51: Parsing script Ocean.material
17:05:51: Parsing script OffsetMapping.material
17:05:51: Parsing script Ogre.material
17:05:51: Parsing script OldMovie.material
17:05:51: Parsing script OldTV.material
17:05:51: Parsing script ParticleGS.material
17:05:51: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayVScg: The compile returned an error.
<invalid atom 65535>(249) : warning C7050: "output.color" might be used before being initialized
(0) : error C6015: Output 'POSITION' not completely written
 in CgProgram::compileMicrocode at ..\..\..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
17:05:51: High-level program Ogre/ParticleGS/DisplayVScg encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayVScg: The compile returned an error.
<invalid atom 65535>(249) : warning C7050: "output.color" might be used before being initialized
(0) : error C6015: Output 'POSITION' not completely written
 in CgProgram::compileMicrocode at ..\..\..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
17:05:51: Parsing script Penguin.material
17:05:51: Parsing script Posterize.material
17:05:51: Parsing script pssm.material
17:05:51: Parsing script RadialBlur.material
17:05:51: Parsing script refuelingdoor.material
17:05:51: Parsing script RZR-002.material
17:05:51: Parsing script ShaderInstancing.material
17:05:52: Parsing script ShaderSystem.material
17:05:52: Parsing script shadows.material
17:05:52: Parsing script SharpenEdges.material
17:05:52: Parsing script sibenik.material
17:05:52: Parsing script smoke.material
17:05:52: Parsing script Tiling.material
17:05:52: Parsing script VarianceShadowmap.material
17:05:52: Parsing script VTFInstancing.material
17:05:52: Parsing script deferreddemo.material
17:05:52: Parsing script deferred_post.material
17:05:52: Parsing script deferred_post_minilight.material
17:05:52: Parsing script ShadowCaster.material
17:05:52: Parsing script ssao.material
17:05:52: Parsing script ROOM.material
17:05:52: Parsing script DualQuaternionSkinning_Shadow.material
17:05:52: Parsing script HardwareSkinningShadow.material
17:05:52: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/RTShader/shadow_receiver_vs: The compile returned an error.
(0) : error C3001: no program defined
 in CgProgram::compileMicrocode at ..\..\..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
17:05:52: High-level program Ogre/RTShader/shadow_receiver_vs encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/RTShader/shadow_receiver_vs: The compile returned an error.
(0) : error C3001: no program defined
 in CgProgram::compileMicrocode at ..\..\..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
17:05:52: OGRE EXCEPTION(2:InvalidParametersException): Named constants have not been initialised, perhaps a compile error. in GpuProgramParameters::_findNamedConstantDefinition at ..\..\..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1441)
17:05:52: Compiler error: invalid parameters in HardwareSkinningShadow.material(206): setting of constant failed
17:05:52: OGRE EXCEPTION(2:InvalidParametersException): Named constants have not been initialised, perhaps a compile error. in GpuProgramParameters::_findNamedConstantDefinition at ..\..\..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1441)
17:05:52: Compiler error: invalid parameters in HardwareSkinningShadow.material(207): setting of constant failed
17:05:52: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/RTShader/shadow_receiver_ps: The compile returned an error.
(0) : error C3001: no program defined
 in CgProgram::compileMicrocode at ..\..\..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
17:05:52: High-level program Ogre/RTShader/shadow_receiver_ps encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/RTShader/shadow_receiver_ps: The compile returned an error.
(0) : error C3001: no program defined
 in CgProgram::compileMicrocode at ..\..\..\..\..\PlugIns\CgProgramManager\src\OgreCgProgramManagerDll.cpp (line 67)
17:05:52: OGRE EXCEPTION(2:InvalidParametersException): Named constants have not been initialised, perhaps a compile error. in GpuProgramParameters::_findNamedConstantDefinition at ..\..\..\..\OgreMain\src\OgreGpuProgramParams.cpp (line 1441)
17:05:52: Compiler error: invalid parameters in HardwareSkinningShadow.material(219): setting of constant failed
17:05:52: Parsing script RTShaderSystem.material
17:05:52: Compiler error: unknown error in RTShaderSystem.material(23): token "rtshader_system" is not recognized
17:05:52: Compiler error: unknown error in RTShaderSystem.material(52): token "rtshader_system" is not recognized
17:05:52: Compiler error: unknown error in RTShaderSystem.material(81): token "rtshader_system" is not recognized
17:05:52: Compiler error: unknown error in RTShaderSystem.material(110): token "rtshader_system" is not recognized
17:05:53: Compiler error: unknown error in RTShaderSystem.material(146): token "rtshader_system" is not recognized
17:05:53: Compiler error: unknown error in RTShaderSystem.material(81): token "rtshader_system" is not recognized
17:05:53: Compiler error: unknown error in RTShaderSystem.material(162): token "rtshader_system" is not recognized
17:05:53: Compiler error: unknown error in RTShaderSystem.material(81): token "rtshader_system" is not recognized
17:05:53: Compiler error: unknown error in RTShaderSystem.material(110): token "rtshader_system" is not recognized
17:05:53: Compiler error: unknown error in RTShaderSystem.material(211): token "rtshader_system" is not recognized
17:05:53: Parsing script CreaseShading.material
17:05:53: Parsing script Crytek.material
17:05:53: Parsing script GBuffer.material
17:05:53: Parsing script HemisphereMC.material
17:05:53: Parsing script HorizonBased.material
17:05:54: Parsing script ShowDepth.material
17:05:54: Parsing script ShowNormals.material
17:05:54: Parsing script ShowViewPos.material
17:05:54: Parsing script SSAOPost.material
17:05:54: Parsing script UnsharpMask.material
17:05:54: Parsing script Volumetric.material
17:05:54: Parsing script RomanBath.material
17:05:54: Parsing script Sinbad.material
17:05:54: Parsing script emitted_emitter.particle
17:05:54: Parsing script Examples-Water.particle
17:05:54: Parsing script Examples.particle
17:05:54: Parsing script smoke.particle
17:05:54: Parsing script Examples.compositor
17:05:54: Parsing script deferred.compositor
17:05:54: Parsing script ssao.compositor
17:05:54: Parsing script SSAO.compositor
17:05:54: Parsing script SSAOPost.compositor
17:05:54: Parsing script sample.fontdef
17:05:54: Finished parsing scripts for resource group Popular
17:05:54: Creating resources for group Popular
17:05:54: All done
17:05:54: Parsing scripts for resource group Tests
17:05:54: Finished parsing scripts for resource group Tests
17:05:54: Creating resources for group Tests
17:05:54: All done
17:05:54: Parsing scripts for resource group fonts
17:05:54: Finished parsing scripts for resource group fonts
17:05:54: Creating resources for group fonts
17:05:54: All done
17:05:54: Parsing scripts for resource group imagesets
17:05:54: Finished parsing scripts for resource group imagesets
17:05:54: Creating resources for group imagesets
17:05:54: All done
17:05:54: Parsing scripts for resource group layouts
17:05:54: Finished parsing scripts for resource group layouts
17:05:54: Creating resources for group layouts
17:05:54: All done
17:05:54: Parsing scripts for resource group looknfeels
17:05:54: Finished parsing scripts for resource group looknfeels
17:05:54: Creating resources for group looknfeels
17:05:54: All done
17:05:54: Parsing scripts for resource group lua_stripts
17:05:54: Finished parsing scripts for resource group lua_stripts
17:05:54: Creating resources for group lua_stripts
17:05:54: All done
17:05:54: Parsing scripts for resource group schemes
17:05:54: Finished parsing scripts for resource group schemes
17:05:54: Creating resources for group schemes
17:05:54: All done
17:05:54: Texture: BumpyMetal.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) Internal format is PF_X8R8G8B8,512x512x1.
17:05:54: Mesh: Loading 747-400.mesh.
17:05:54: WARNING: 747-400.mesh is an older format ([MeshSerializer_v1.40]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
17:05:54: Mesh: Loading refuelingdoor.mesh.
17:05:54: WARNING: refuelingdoor.mesh is an older format ([MeshSerializer_v1.40]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
17:05:54: Texture: clouds.jpg: Loading 1 faces(PF_R8G8B8,256x256x1) Internal format is PF_X8R8G8B8,256x256x1.
17:05:55: Texture: _cegui_ogre_0: Loading 1 faces(PF_A8B8G8R8,256x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
17:05:55: Texture: _cegui_ogre_6: Loading 1 faces(PF_A8B8G8R8,256x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
17:05:55: D3D9 Device 0x[03600580] entered lost state
17:05:55: D3D9 device: 0x[03600580] lost. Releasing D3D9 texture: _cegui_ogre_4
17:05:55: Released D3D9 texture: _cegui_ogre_4
17:05:55: D3D9 device: 0x[03600580] lost. Releasing D3D9 texture: _cegui_ogre_10
17:05:55: Released D3D9 texture: _cegui_ogre_10
17:05:55: D3D9 Device 0x[03600580] entered lost state
17:05:55: !!! Direct3D Device successfully restored.
17:05:55: D3D9 device: 0x[03600580] was reset
17:05:59: DefaultWorkQueue('Root') shutting down on thread 006DF7B8.
17:05:59: DefaultWorkQueue('Root')::WorkerFunc - thread 007035A8 stopped.
17:05:59: DefaultWorkQueue('Root')::WorkerFunc - thread 007038A8 stopped.
17:05:59: DefaultWorkQueue('Root')::WorkerFunc - thread 00703488 stopped.
17:05:59: DefaultWorkQueue('Root')::WorkerFunc - thread 00703E18 stopped.
17:05:59: PCZone Factory Type 'ZoneType_Octree' unregistered
17:05:59: Unregistering ResourceManager for type BspLevel
17:05:59: *-*-* OGRE Shutdown
17:05:59: Unregistering ResourceManager for type Compositor
17:05:59: Unregistering ResourceManager for type Font
17:05:59: Unregistering ResourceManager for type Skeleton
17:05:59: Unregistering ResourceManager for type Mesh
17:06:00: Unregistering ResourceManager for type HighLevelGpuProgram
17:06:00: Uninstalling plugin: Octree Scene Manager
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\Plugin_OctreeSceneManager_d
17:06:00: Uninstalling plugin: Octree Zone Factory
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\Plugin_OctreeZone_d
17:06:00: Uninstalling plugin: Portal Connected Zone Scene Manager
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\Plugin_PCZSceneManager_d
17:06:00: Uninstalling plugin: Cg Program Manager
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\Plugin_CgProgramManager_d
17:06:00: Uninstalling plugin: BSP Scene Manager
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\Plugin_BSPSceneManager_d
17:06:00: Uninstalling plugin: ParticleFX
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\Plugin_ParticleFX_d
17:06:00: Uninstalling plugin: GL RenderSystem
17:06:00: *** Stopping Win32GL Subsystem ***
17:06:00: Plugin successfully uninstalled
17:06:00: Unloading library .\RenderSystem_GL_d
17:06:00: Uninstalling plugin: D3D9 RenderSystem
17:06:00: D3D9 device: 0x[03600580] destroy. Releasing D3D9 texture: _cegui_ogre_0
17:06:00: Released D3D9 texture: _cegui_ogre_0
17:06:00: D3D9 device: 0x[03600580] destroy. Releasing D3D9 texture: _cegui_ogre_6
17:06:00: Released D3D9 texture: _cegui_ogre_6
17:06:00: D3D9 device: 0x[03600580] destroy. Releasing D3D9 texture: _cegui_ogre_4
17:06:00: Released D3D9 texture: _cegui_ogre_4
17:06:00: D3D9 device: 0x[03600580] destroy. Releasing D3D9 texture: _cegui_ogre_10
17:06:00: Released D3D9 texture: _cegui_ogre_10
17:06:01: D3D9 : Shutting down cleanly.
17:06:01: Unregistering ResourceManager for type Texture
17:06:01: Unregistering ResourceManager for type GpuProgram
17:06:01: D3D9 : Direct3D9 Rendering Subsystem destroyed.
17:06:01: Plugin successfully uninstalled
17:06:01: Unloading library .\RenderSystem_Direct3D9_d
17:06:01: Unregistering ResourceManager for type Material


Return to “Help”

Who is online

Users browsing this forum: No registered users and 23 guests