RenderMaterial->dshaderWrapper uninitialized

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

drwbns
Just popping in
Just popping in
Posts: 18
Joined: Wed May 30, 2012 15:37

RenderMaterial->dshaderWrapper uninitialized

Postby drwbns » Thu Nov 28, 2019 09:01

Still trying to get the SDL sample going. Stuck in CEGUI::System::getSingleton().renderAllGUIContexts();

cegui-error7.PNG


CEGUI.log:

Code: Select all

28/11/2019 00:56:54 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28/11/2019 00:56:54 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
28/11/2019 00:56:54 (Std)    +                          (http://www.cegui.org.uk/)                         +
28/11/2019 00:56:54 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

28/11/2019 00:56:54 (Std)    CEGUI::Logger Singleton created. (068E1940)
28/11/2019 00:56:54 (Std)    
28/11/2019 00:56:54 (Std)    ********************************************************************************
28/11/2019 00:56:54 (Std)    * Important:                                                                   *
28/11/2019 00:56:54 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
28/11/2019 00:56:54 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
28/11/2019 00:56:54 (Std)    *     support being given; please do not waste our time.                       *
28/11/2019 00:56:54 (Std)    ********************************************************************************
28/11/2019 00:56:54 (Std)    ********************************************************************************
28/11/2019 00:56:54 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
28/11/2019 00:56:54 (Std)    ********************************************************************************
28/11/2019 00:56:54 (Std)    ---- Version: 9999.0.0 (Build: Nov 28 2019 Debug Microsoft Windows MSVC++ Unknown MSVC++ version 32 bit) ----
28/11/2019 00:56:54 (Std)    ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module.  TextureTarget support enabled via FBO extension. ----
28/11/2019 00:56:54 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
28/11/2019 00:56:54 (Std)    ---- Image Codec module is: CEGUI::SDL2ImageCodec - Official SDL2 based image codec ----
28/11/2019 00:56:54 (Std)    ---- Scripting module is: None ----
28/11/2019 00:56:54 (Std)    ********************************************************************************
28/11/2019 00:56:54 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
28/11/2019 00:56:54 (Std)    ********************************************************************************
28/11/2019 00:56:54 (Std)    
28/11/2019 00:56:54 (Std)    ---- Beginning CEGUI System initialisation ----
28/11/2019 00:56:54 (Std)    CEGUI::ImageManager Singleton created. (00BB7EA8)
28/11/2019 00:56:54 (Std)    [ImageManager] Registered Image type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Registered Image type: SVGImage
28/11/2019 00:56:54 (Std)    CEGUI::FontManager Singleton created. (02FF6198)
28/11/2019 00:56:54 (Std)    CEGUI::WindowFactoryManager Singleton created. (0305DB20)
28/11/2019 00:56:54 (Std)    CEGUI::WindowManager Singleton created. (02FF6000)
28/11/2019 00:56:54 (Std)    CEGUI::SchemeManager Singleton created. (0302E490)
28/11/2019 00:56:54 (Std)    CEGUI::GlobalEventSet Singleton created. (0305BBD8)
28/11/2019 00:56:54 (Std)    CEGUI::AnimationManager Singleton created. (0305C8C0)
28/11/2019 00:56:54 (Std)    CEGUI::WidgetLookManager Singleton created. (02FD10E0)
28/11/2019 00:56:54 (Std)    CEGUI::WindowRendererManager Singleton created. (02FD1138)
28/11/2019 00:56:54 (Std)    CEGUI::RenderEffectManager Singleton created. (0305C9F8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'DefaultWindow' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'DefaultWindow' windows added. (06975EC8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'DragContainer' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'DragContainer' windows added. (06975838)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'ScrolledContainer' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'ScrolledContainer' windows added. (06975748)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/PushButton' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/PushButton' windows added. (06975B58)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/RadioButton' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/RadioButton' windows added. (06975E78)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Combobox' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Combobox' windows added. (06975D88)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ComboDropList' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ComboDropList' windows added. (06975DD8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Editbox' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Editbox' windows added. (06975D38)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/FrameWindow' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/FrameWindow' windows added. (06975AB8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ItemEntry' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ItemEntry' windows added. (069756F8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ListHeader' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ListHeader' windows added. (06975888)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (06975A18)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ListWidget' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ListWidget' windows added. (069757E8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Menubar' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Menubar' windows added. (06975798)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/PopupMenu' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/PopupMenu' windows added. (06975FB8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/MenuItem' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/MenuItem' windows added. (06975F68)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/MultiColumnList' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/MultiColumnList' windows added. (069759C8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (069758D8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ProgressBar' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ProgressBar' windows added. (06975928)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ScrollablePane' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ScrollablePane' windows added. (06975BA8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Scrollbar' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Scrollbar' windows added. (06975B08)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Slider' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Slider' windows added. (06975BF8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Spinner' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Spinner' windows added. (06976008)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/TabButton' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/TabButton' windows added. (06975A68)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/TabControl' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/TabControl' windows added. (06975978)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Thumb' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Thumb' windows added. (06975C98)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Titlebar' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Titlebar' windows added. (0306A388)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ToggleButton' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ToggleButton' windows added. (030696B8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/Tooltip' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/Tooltip' windows added. (0306A248)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/GroupBox' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/GroupBox' windows added. (06975CE8)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/TreeWidget' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/TreeWidget' windows added. (069852F0)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'HorizontalLayoutContainer' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'HorizontalLayoutContainer' windows added. (06985750)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'VerticalLayoutContainer' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'VerticalLayoutContainer' windows added. (06984F30)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'GridLayoutContainer' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'GridLayoutContainer' windows added. (06985070)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/ListView' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/ListView' windows added. (06985110)
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] Created WindowFactory for 'CEGUI/TreeView' windows.
28/11/2019 00:56:54 (Std)    [WindowFactoryManager] WindowFactory for 'CEGUI/TreeView' windows added. (06985480)
28/11/2019 00:56:54 (Std)    CEGUI::System Singleton created. (02FF9878)
28/11/2019 00:56:54 (Std)    ---- CEGUI System initialisation completed ----
28/11/2019 00:56:54 (Std)    
28/11/2019 00:56:54 (Std)    Started creation of Scheme from XML specification:
28/11/2019 00:56:54 (Std)    ---- CEGUI GUIScheme name: TaharezLook
28/11/2019 00:56:54 (Std)    [ImageManager] Started creation of Imageset from XML specification:
28/11/2019 00:56:54 (Std)    [ImageManager] ---- CEGUI Imageset name: TaharezLook
28/11/2019 00:56:54 (Std)    [ImageManager] ---- Source image file: TaharezLook.png
28/11/2019 00:56:54 (Std)    [ImageManager] ---- Source resource group: (Default)
28/11/2019 00:56:54 (Std)    [OpenGLRenderer] Created texture: TaharezLook
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ClientBrush' (069819B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/GenericBrush' (06981928) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowLeftEdge' (06980CC8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowRightEdge' (06980DE8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopEdge' (06980F08) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomEdge' (06980E78) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopLeft' (06980F98) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopRight' (06981028) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomLeft' (069810B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomRight' (06981268) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftNormal' (069812F8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleNormal' (06980C38) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightNormal' (0697FEB8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftPushed' (0697FF48) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddlePushed' (06980458) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightPushed' (0697FFD8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftHighlight' (0DE25EB8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleHighlight' (0DE26068) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightHighlight' (0DE25B58) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxNormal' (0DE259A8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxHover' (0DE26578) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxMark' (0DE262A8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonNormal' (0DE267B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonHover' (0DE25BE8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonMark' (0DE25C78) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarLeft' (0DE26968) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarMiddle' (0DE260F8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarRight' (0DE25AC8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarLeft' (0DE26848) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarMiddle' (0DE268D8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarRight' (0DE25D98) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaMiddle' (0DE25E28) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaRight' (0DE26218) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticLeft' (0DE26728) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticRight' (0DE25918) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTop' (0DE26338) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottom' (0DE25F48) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopLeft' (0DE25FD8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopRight' (0DE257F8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomLeft' (0DE26188) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomRight' (0DE25888) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBackdrop' (0DE270B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLeft' (0DE27658) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarMiddle' (0DE42238) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarRight' (0DE422C8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarDimSegment' (0DE430D8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLitSegment' (0DE42F28) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxLeft' (0DE43168) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxMiddle' (0DE42478) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxRight' (0DE42508) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxCaret' (0DE42358) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpNormal' (0DE42FB8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownNormal' (0DE42088) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpHover' (0DE42C58) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownHover' (0DE42598) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TextSelectionBrush' (0DE42D78) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollTop' (0DE428F8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollMiddle' (0DE42748) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBottom' (0DE423E8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBarSegment' (0DE42628) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbNormal' (0DE42868) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbHover' (0DE42118) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpNormal' (0DE42988) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownNormal' (0DE426B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpHover' (0DE42BC8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownHover' (0DE42E08) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollBarSegment' (0DE421A8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbNormal' (0DE42A18) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopNormal' (0DE427D8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleNormal' (0DE42AA8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomNormal' (0DE43048) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopHover' (0DE42B38) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleHover' (0DE42E98) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomHover' (0DE435E8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbHover' (0DE438B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpNormal' (0DE431F8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownNormal' (0DE43EE8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpHover' (0DE43DC8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownHover' (0DE43CA8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderBody' (0DE43288) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbNormal' (0DE43948) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbHover' (0DE439D8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollBarSegment' (0DE43AF8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbNormal' (0DE43D38) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftNormal' (0DE43A68) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleNormal' (0DE43C18) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightNormal' (0DE43318) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbHover' (0DE43E58) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftHover' (0DE43798) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleHover' (0DE43B88) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightHover' (0DE43828) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftNormal' (0DE433A8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightNormal' (0DE43558) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftHover' (0DE43438) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightHover' (0DE434C8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxLeft' (0DE3C598) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxRight' (0DE3CE08) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTop' (0DE3CC58) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottom' (0DE3C7D8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopLeft' (0DE3C628) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopRight' (0DE3C2C8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomLeft' (0DE3C868) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomRight' (0DE3CB38) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBackdrop' (0DE3C508) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxSelectionBrush' (0DE3C748) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditLeft' (0DE3CBC8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditMiddle' (0DE3CA18) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonNormal' (0DE3C988) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonHover' (0DE3CCE8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListLeft' (0DE3CD78) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListRight' (0DE3C1A8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTop' (0DE3C238) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottom' (0DE3C6B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopLeft' (0DE3C3E8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopRight' (0DE3C478) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomLeft' (0DE3B158) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomRight' (0DE3BAE8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBackdrop' (0DE3B818) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxSelectionBrush' (0DE3BC08) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerLeft' (0DE3BB78) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerMiddle' (0DE3BC98) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerRight' (0DE3B428) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropNormal' (0DE3BED8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropHover' (0DE3B308) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterNormal' (0DE3BF68) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterHover' (0DE3B668) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortUp' (0DE3B6F8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortDown' (0DE3BD28) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListLeft' (0DE3BE48) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListRight' (0DE3BFF8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTop' (0DE3BDB8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottom' (0DE3C088) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopLeft' (0DE3B788) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopRight' (0DE3B0C8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomLeft' (0DE3AF18) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomRight' (0DE3AFA8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBackdrop' (0DE3B038) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListSelectionBrush' (0DE3B1E8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLeft' (0DE3B278) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressMiddle' (0DE3B398) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressRight' (0DE3B4B8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressQuarter' (0DE3B548) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressHalf' (0DE3B5D8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight1' (0DE3B8A8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight2' (0DE3B938) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight3' (0DE3B9C8) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight4' (0DE3BA58) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight5' (0DE43678) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight6' (0DE43708) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight7' (0DE4D8D0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight8' (0DE4DD50) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight9' (0DE4DF90) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight10' (0DE4D960) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonNormal' (0DE4E1D0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonHover' (0DE4E2F0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonPressed' (0DE4E410) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonNormal' (0DE4D9F0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonHover' (0DE4DA80) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonPressed' (0DE4E140) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxLeft' (0DE4DC30) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxRight' (0DE4D840) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTop' (0DE4E380) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottom' (0DE4DF00) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopLeft' (0DE4DDE0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopRight' (0DE4D720) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomLeft' (0DE4E260) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomRight' (0DE4D7B0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBackdrop' (0DE4DE70) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxSelectionBrush' (0DE4DB10) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTarget' (0DE4DCC0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseArrow' (0DE4D210) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseMoveCursor' (0DE4DBA0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNoSoCursor' (0DE4E020) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseEsWeCursor' (0DE4E0B0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNeSwCursor' (0DE4CD90) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNwSeCursor' (0DE4C760) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTextBar' (0DE4CFD0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabHorizontalFiller' (0DE4D180) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperLeft' (0DE4C910) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpper' (0DE4CBE0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperRight' (0DE4CE20) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLeft' (0DE4C520) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneRight' (0DE4D570) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLower' (0DE4CEB0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerLeft' (0DE4C880) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerRight' (0DE4D600) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneMiddle' (0DE4C5B0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftNormal' (0DE4CF40) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightNormal' (0DE4CD00) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftHover' (0DE4C6D0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightHover' (0DE4D690) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftNormal' (0DE4C640) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightNormal' (0DE4D4E0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperNormal' (0DE4CA30) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerNormal' (0DE4C9A0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftNormal' (0DE4D060) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeft2Normal' (0DE4D0F0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightNormal' (0DE4D2A0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftNormal' (0DE4D330) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightNormal' (0DE4D3C0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRight2Normal' (0DE4D450) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleNormal' (0DE64E60) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftSelected' (0DE65400) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightSelected' (0DE657F0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperSelected' (0DE65B50) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerSelected' (0DE65520) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftSelected' (0DE650A0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightSelected' (0DE64B90) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftSelected' (0DE65640) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightSelected' (0DE65880) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleSelected' (0DE659A0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopLeft' (0DE65370) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopRight' (0DE64D40) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomLeft' (0DE65490) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomRight' (0DE65D00) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipLeftEdge' (0DE64CB0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipRightEdge' (0DE652E0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopEdge' (0DE655B0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomEdge' (0DE64C20) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipMiddle' (0DE656D0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopLeft' (0DE65910) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopRight' (0DE65760) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomLeft' (0DE65AC0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomRight' (0DE65BE0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuLeft' (0DE64EF0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuRight' (0DE65250) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTop' (0DE65C70) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottom' (0DE66BA0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/MenuMiddle' (0DE669F0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopLeft' (0DE64DD0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopRight' (0DE65130) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomLeft' (0DE66E70) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomRight' (0DE66330) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameLeft' (0DE65F40) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameRight' (0DE66060) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTop' (0DE65FD0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottom' (0DE66570) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuMiddle' (0DE66960) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowRight' (0DE663C0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowLeft' (0DE660F0) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListClosed' (0DE66690) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListOpened' (0DE66600) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftFocused' (0DE66B10) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/UpArrow' (0DE66F00) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleFocused' (0DE66840) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightFocused' (0DE65D90) of type: BitmapImage
28/11/2019 00:56:54 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxFocused' (0DE66C30) of type: BitmapImage
28/11/2019 00:56:54 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
28/11/2019 00:56:55 (Warn)   Type 'uint' wasn't recognized in property definition (name: 'EnableTop').
28/11/2019 00:56:55 (Warn)   Type 'uint' wasn't recognized in property definition (name: 'EnableBottom').
28/11/2019 00:56:55 (Warn)   Type 'uint' wasn't recognized in property definition (name: 'EnableTop').
28/11/2019 00:56:55 (Warn)   Type 'uint' wasn't recognized in property definition (name: 'EnableBottom').
28/11/2019 00:56:55 (Warn)   Type 'uint' wasn't recognized in property definition (name: 'BorderWidth').
28/11/2019 00:56:55 (Warn)   Type 'uint' wasn't recognized in property definition (name: 'BorderWidth').
28/11/2019 00:56:55 (Std)    ===== Look and feel parsing completed =====
28/11/2019 00:56:55 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Button' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Button' added. 0E10F2F0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Default' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Default' added. 0E10F750
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Editbox' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Editbox' added. 0E10FB10
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/FrameWindow' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/FrameWindow' added. 0E10F200
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ItemEntry' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ItemEntry' added. 0E10F4D0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ListHeader' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ListHeader' added. 0E10F6B0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ListHeaderSegment' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ListHeaderSegment' added. 0E10F9D0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ListView' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ListView' added. 0E10F610
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Menubar' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Menubar' added. 0E10F2A0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/MenuItem' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/MenuItem' added. 0E10F480
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/MultiColumnList' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/MultiColumnList' added. 0E10F340
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/MultiLineEditbox' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/MultiLineEditbox' added. 0E10F840
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/PopupMenu' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/PopupMenu' added. 0E10F980
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ProgressBar' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ProgressBar' added. 0E10F520
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ScrollablePane' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ScrollablePane' added. 0E10F570
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Scrollbar' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Scrollbar' added. 0E10F390
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Slider' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Slider' added. 0E10F7A0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Static' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Static' added. 0E10F890
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/StaticImage' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/StaticImage' added. 0E10F7F0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/StaticText' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/StaticText' added. 0E10FA70
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/TabButton' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/TabButton' added. 0E10F1B0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/TabControl' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/TabControl' added. 0E10F430
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Titlebar' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Titlebar' added. 0E10F5C0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/ToggleButton' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/ToggleButton' added. 0E10F3E0
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/Tooltip' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/Tooltip' added. 0E10F700
28/11/2019 00:56:55 (Std)    Created WindowRendererFactory for 'Core/TreeView' WindowRenderers.
28/11/2019 00:56:55 (Std)    WindowRendererFactory 'Core/TreeView' added. 0E10F160
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/Label' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Label' and RenderEffect ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Core/ListView' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Core/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Core/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. 0069EFA0
28/11/2019 00:56: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 ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/ListView' using base type 'CEGUI/ListView', window renderer 'Core/ListView' Look'N'Feel 'TaharezLook/ListView' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/ListWidget' using base type 'CEGUI/ListWidget', window renderer 'Core/ListView' Look'N'Feel 'TaharezLook/ListView' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/TreeView' using base type 'CEGUI/TreeView', window renderer 'Core/TreeView' Look'N'Feel 'TaharezLook/TreeView' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Creating falagard mapping for type 'TaharezLook/TreeWidget' using base type 'CEGUI/TreeWidget', window renderer 'Core/TreeView' Look'N'Feel 'TaharezLook/TreeView' and RenderEffect ''. 0069EFA0
28/11/2019 00:56:55 (Std)    Display resize: w=800 h=600
28/11/2019 00:56:55 (Std)    [OpenGLRenderer] Created texture: _ogl_tt_tex_0
28/11/2019 00:59:33 (Std)    ---- Successfully completed loading of GUI layout from 'application_templates.layout' ----
28/11/2019 01:00:00 (Std)    [OpenGLRenderer] Created texture: DejaVuSans-10_auto_glyph_images_texture_0

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: RenderMaterial->dshaderWrapper uninitialized

Postby Ident » Thu Nov 28, 2019 20:34

Did you try one of the application templates of CEGUI to run a minimal version? Maybe your setup is wrong. Also try the samplebrowser
CrazyEddie: "I don't like GUIs"

drwbns
Just popping in
Just popping in
Posts: 18
Joined: Wed May 30, 2012 15:37

Re: RenderMaterial->dshaderWrapper uninitialized

Postby drwbns » Thu Nov 28, 2019 21:19

Hello Ident! Yes, this is the included SDL sample that I am trying to get running.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: RenderMaterial->dshaderWrapper uninitialized

Postby Ident » Thu Nov 28, 2019 21:22

Oh wow okay. OpenGL 3 Renderer?
CrazyEddie: "I don't like GUIs"

drwbns
Just popping in
Just popping in
Posts: 18
Joined: Wed May 30, 2012 15:37

Re: RenderMaterial->dshaderWrapper uninitialized

Postby drwbns » Thu Nov 28, 2019 23:49

Hello Ident. Yes, I believe the SDL CEGUI template is setup to use Opengl3 if I am not mistaken. I am not at my computer to confirm the ogl version though.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: RenderMaterial->dshaderWrapper uninitialized

Postby Ident » Sun Dec 01, 2019 12:01

I actually do not know what could be wrong
CrazyEddie: "I don't like GUIs"

drwbns
Just popping in
Just popping in
Posts: 18
Joined: Wed May 30, 2012 15:37

Re: RenderMaterial->dshaderWrapper uninitialized

Postby drwbns » Mon Dec 02, 2019 17:07

Its definitely strange. I switched to Dear IMGUI in the meantime until I can figure it out.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 7 guests