Valgrind message in MouseCursor::constrainPosition()
Posted: Wed Oct 06, 2010 12:18
Hello,
I test my game on linux with valgrind to find some bug ... and I just encounter a warning comming from CeGui ... so I'll try to share it with you ...
here's the message
here's my CeGui log
Here's the code that call CeGui
I'm conscious that the problem could come from my implementation ... because I don't use the mouse ... but as this code is just initialisation code ... there could be some bug deeper
At debug time it seems that in the following code d_position is not initialised when used
Best Regards
I forgot to add that I'm synchronised on svn https://crayzedsgui.svn.sourceforge.net ... nches/v0-7 changelist 2643
I test my game on linux with valgrind to find some bug ... and I just encounter a warning comming from CeGui ... so I'll try to share it with you ...
here's the message
Code: Select all
==28157== Conditional jump or move depends on uninitialised value(s)
==28157== at 0x539E1A9: CEGUI::MouseCursor::constrainPosition() (CEGUIMouseCursor.cpp:183)
==28157== by 0x539E486: CEGUI::MouseCursor::setConstraintArea(CEGUI::Rect const*) (CEGUIMouseCursor.cpp:221)
==28157== by 0x539EEF0: CEGUI::MouseCursor::MouseCursor() (CEGUIMouseCursor.cpp:73)
==28157== by 0x53C46E3: CEGUI::System::createSingletons() (CEGUISystem.cpp:1490)
==28157== by 0x53CB379: CEGUI::System::System(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:294)
==28157== by 0x53CBCEC: CEGUI::System::create(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:1877)
==28157== by 0x45A4EA: RenderSystemSFML::InitialiseGuiRenderer() (RenderSystemSFML.cpp:94)
==28157== by 0x47D4EC: ManagerGui::ManagerGui(GameManager&) (ManagerGui.cpp:45)
==28157== by 0x4CDEE7: GameManager::InitialiseManagers() (GameManager.cpp:314)
==28157== by 0x4CD01E: GameManager::GameManager(std::string const&, GameConfigurator*) (GameManager.cpp:64)
==28157== by 0x54DE5F: ApplicationGame::Run(GameConfigurator*) (ApplicationGame.cpp:49)
==28157== by 0x410270: main (KillEmAllMain.cpp:31)
==28157==
==28157== Conditional jump or move depends on uninitialised value(s)
==28157== at 0x539E1C0: CEGUI::MouseCursor::constrainPosition() (CEGUIMouseCursor.cpp:186)
==28157== by 0x539E486: CEGUI::MouseCursor::setConstraintArea(CEGUI::Rect const*) (CEGUIMouseCursor.cpp:221)
==28157== by 0x539EEF0: CEGUI::MouseCursor::MouseCursor() (CEGUIMouseCursor.cpp:73)
==28157== by 0x53C46E3: CEGUI::System::createSingletons() (CEGUISystem.cpp:1490)
==28157== by 0x53CB379: CEGUI::System::System(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:294)
==28157== by 0x53CBCEC: CEGUI::System::create(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:1877)
==28157== by 0x45A4EA: RenderSystemSFML::InitialiseGuiRenderer() (RenderSystemSFML.cpp:94)
==28157== by 0x47D4EC: ManagerGui::ManagerGui(GameManager&) (ManagerGui.cpp:45)
==28157== by 0x4CDEE7: GameManager::InitialiseManagers() (GameManager.cpp:314)
==28157== by 0x4CD01E: GameManager::GameManager(std::string const&, GameConfigurator*) (GameManager.cpp:64)
==28157== by 0x54DE5F: ApplicationGame::Run(GameConfigurator*) (ApplicationGame.cpp:49)
==28157== by 0x410270: main (KillEmAllMain.cpp:31)
==28157==
==28157== Conditional jump or move depends on uninitialised value(s)
==28157== at 0x539E1D5: CEGUI::MouseCursor::constrainPosition() (CEGUIMouseCursor.cpp:189)
==28157== by 0x539E486: CEGUI::MouseCursor::setConstraintArea(CEGUI::Rect const*) (CEGUIMouseCursor.cpp:221)
==28157== by 0x539EEF0: CEGUI::MouseCursor::MouseCursor() (CEGUIMouseCursor.cpp:73)
==28157== by 0x53C46E3: CEGUI::System::createSingletons() (CEGUISystem.cpp:1490)
==28157== by 0x53CB379: CEGUI::System::System(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:294)
==28157== by 0x53CBCEC: CEGUI::System::create(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:1877)
==28157== by 0x45A4EA: RenderSystemSFML::InitialiseGuiRenderer() (RenderSystemSFML.cpp:94)
==28157== by 0x47D4EC: ManagerGui::ManagerGui(GameManager&) (ManagerGui.cpp:45)
==28157== by 0x4CDEE7: GameManager::InitialiseManagers() (GameManager.cpp:314)
==28157== by 0x4CD01E: GameManager::GameManager(std::string const&, GameConfigurator*) (GameManager.cpp:64)
==28157== by 0x54DE5F: ApplicationGame::Run(GameConfigurator*) (ApplicationGame.cpp:49)
==28157== by 0x410270: main (KillEmAllMain.cpp:31)
==28157==
==28157== Conditional jump or move depends on uninitialised value(s)
==28157== at 0x539E1E0: CEGUI::MouseCursor::constrainPosition() (CEGUIMouseCursor.cpp:192)
==28157== by 0x539E486: CEGUI::MouseCursor::setConstraintArea(CEGUI::Rect const*) (CEGUIMouseCursor.cpp:221)
==28157== by 0x539EEF0: CEGUI::MouseCursor::MouseCursor() (CEGUIMouseCursor.cpp:73)
==28157== by 0x53C46E3: CEGUI::System::createSingletons() (CEGUISystem.cpp:1490)
==28157== by 0x53CB379: CEGUI::System::System(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:294)
==28157== by 0x53CBCEC: CEGUI::System::create(CEGUI::Renderer&, CEGUI::ResourceProvider*, CEGUI::XMLParser*, CEGUI::ImageCodec*, CEGUI::ScriptModule*, CEGUI::String const&, CEGUI::String const&) (CEGUISystem.cpp:1877)
==28157== by 0x45A4EA: RenderSystemSFML::InitialiseGuiRenderer() (RenderSystemSFML.cpp:94)
==28157== by 0x47D4EC: ManagerGui::ManagerGui(GameManager&) (ManagerGui.cpp:45)
==28157== by 0x4CDEE7: GameManager::InitialiseManagers() (GameManager.cpp:314)
==28157== by 0x4CD01E: GameManager::GameManager(std::string const&, GameConfigurator*) (GameManager.cpp:64)
==28157== by 0x54DE5F: ApplicationGame::Run(GameConfigurator*) (ApplicationGame.cpp:49)
==28157== by 0x410270: main (KillEmAllMain.cpp:31)here's my CeGui log
Code: Select all
06/10/2010 14:09:20 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
06/10/2010 14:09:20 (Std) + Crazy Eddie's GUI System - Event log +
06/10/2010 14:09:20 (Std) + (http://www.cegui.org.uk/) +
06/10/2010 14:09:20 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
06/10/2010 14:09:20 (Std) CEGUI::Logger singleton created. (0xb9a6690)
06/10/2010 14:09:20 (Std)
06/10/2010 14:09:20 (Std) ********************************************************************************
06/10/2010 14:09:20 (Std) * Important: *
06/10/2010 14:09:20 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
06/10/2010 14:09:20 (Std) * of this log file indicated below. Failure to do this will result in no *
06/10/2010 14:09:20 (Std) * support being given; please do not waste our time. *
06/10/2010 14:09:20 (Std) ********************************************************************************
06/10/2010 14:09:20 (Std) ********************************************************************************
06/10/2010 14:09:20 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
06/10/2010 14:09:20 (Std) ********************************************************************************
06/10/2010 14:09:20 (Std) ---- Version 0.7.3 (Build: Sep 17 2010 GNU/Linux g++ 4.4.3 64 bit) ----
06/10/2010 14:09:20 (Std) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module. TextureTarget support enabled via FBO extension. ----
06/10/2010 14:09:20 (Std) ---- XML Parser module is: CEGUI::TinyXMLParser - Official tinyXML based parser module for CEGUI ----
06/10/2010 14:09:20 (Std) ---- Image Codec module is: FreeImageCodec - FreeImage based image codec ----
06/10/2010 14:09:20 (Std) ---- Scripting module is: None ----
06/10/2010 14:09:20 (Std) ********************************************************************************
06/10/2010 14:09:20 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
06/10/2010 14:09:20 (Std) ********************************************************************************
06/10/2010 14:09:20 (Std)
06/10/2010 14:09:20 (Std) ---- Begining CEGUI System initialisation ----
06/10/2010 14:09:20 (Std) CEGUI::ImagesetManager singleton created (0xb9b3be0)
06/10/2010 14:09:20 (Std) CEGUI::FontManager singleton created. (0xb9b40d0)
06/10/2010 14:09:20 (Std) CEGUI::WindowFactoryManager singleton created
06/10/2010 14:09:20 (Std) CEGUI::WindowManager singleton created (0xb9b48e0)
06/10/2010 14:09:20 (Std) CEGUI::SchemeManager singleton created. (0xb9b4d30)
06/10/2010 14:09:20 (Std) CEGUI::MouseCursor singleton created. (0xb9b5210)
06/10/2010 14:09:20 (Std) CEGUI::GlobalEventSet singleton created. (0xb9b5810)
06/10/2010 14:09:20 (Std) CEGUI::AnimationManager singleton created (0xb9b5c20)
06/10/2010 14:09:20 (Std) CEGUI::WidgetLookManager singleton created. (0xb9b7870)
06/10/2010 14:09:20 (Std) CEGUI::WindowRendererManager singleton created (0xb9b7c80)
06/10/2010 14:09:20 (Std) CEGUI::RenderEffectManager singleton created (0xb9b80a0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'DefaultWindow' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'DefaultWindow' windows added. (0xb9b84f0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'DragContainer' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'DragContainer' windows added. (0xb9b9260)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'ScrolledContainer' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'ScrolledContainer' windows added. (0xb9b9fd0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'ClippedContainer' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'ClippedContainer' windows added. (0xb9bade0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Checkbox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Checkbox' windows added. (0xb9bbb30)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/PushButton' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/PushButton' windows added. (0xb9bc8d0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/RadioButton' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/RadioButton' windows added. (0xb9bd620)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Combobox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Combobox' windows added. (0xb9be3d0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ComboDropList' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ComboDropList' windows added. (0xb9bf0f0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Editbox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Editbox' windows added. (0xb9bff70)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/FrameWindow' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/FrameWindow' windows added. (0xb9c0c90)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ItemEntry' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ItemEntry' windows added. (0xb9c1a40)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Listbox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Listbox' windows added. (0xb9c2770)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ListHeader' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ListHeader' windows added. (0xb9c3490)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (0xb9c41e0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Menubar' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Menubar' windows added. (0xb9c5030)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/PopupMenu' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/PopupMenu' windows added. (0xb9c5d50)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/MenuItem' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/MenuItem' windows added. (0xb9c6bc0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/MultiColumnList' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/MultiColumnList' windows added. (0xb9c78e0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (0xb9c8710)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ProgressBar' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ProgressBar' windows added. (0xb9c9540)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ScrollablePane' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ScrollablePane' windows added. (0xb9ca2f0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Scrollbar' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Scrollbar' windows added. (0xb9cb0d0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Slider' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Slider' windows added. (0xb9cbe00)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Spinner' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Spinner' windows added. (0xb9cc940)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/TabButton' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/TabButton' windows added. (0xb9cd660)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/TabControl' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/TabControl' windows added. (0xb9ce390)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Thumb' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Thumb' windows added. (0xb9cf0e0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Titlebar' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Titlebar' windows added. (0xb9cfc00)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Tooltip' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Tooltip' windows added. (0xb9d0920)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/ItemListbox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/ItemListbox' windows added. (0xb9d1640)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/GroupBox' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/GroupBox' windows added. (0xb9d23f0)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'CEGUI/Tree' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'CEGUI/Tree' windows added. (0xb9d3110)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'HorizontalLayoutContainer' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'HorizontalLayoutContainer' windows added. (0xb9d3e50)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'VerticalLayoutContainer' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'VerticalLayoutContainer' windows added. (0xb9d4d10)
06/10/2010 14:09:20 (Std) Created WindowFactory for 'GridLayoutContainer' windows.
06/10/2010 14:09:20 (Std) WindowFactory for 'GridLayoutContainer' windows added. (0xb9d5b60)
06/10/2010 14:09:20 (Std) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
06/10/2010 14:09:20 (Std) CEGUI::System singleton created. (0xb9a62c0)
06/10/2010 14:09:20 (Std) ---- CEGUI System initialisation completed ----
06/10/2010 14:09:20 (Std)
06/10/2010 14:09:20 (Std) Started creation of Scheme from XML specification:
06/10/2010 14:09:20 (Std) ---- CEGUI GUIScheme name: SandLook
06/10/2010 14:09:20 (Info) Finished creation of GUIScheme 'SandLook' via XML file. (0xba1a050)
06/10/2010 14:09:20 (Info) ---- Begining resource loading for GUI scheme 'SandLook' ----
06/10/2010 14:09:21 (Std) Started creation of Imageset from XML specification:
06/10/2010 14:09:21 (Std) ---- CEGUI Imageset name: SandLook
06/10/2010 14:09:21 (Std) ---- Source texture file: SandLook.tga in resource group: (Default)
06/10/2010 14:09:21 (Info) Finished creation of Imageset 'SandLook' via XML file. (0xbb5f820)
06/10/2010 14:09:21 (Std) Started creation of Font from XML specification:
06/10/2010 14:09:21 (Std) ---- CEGUI font name: DejaVuSans-10
06/10/2010 14:09:21 (Std) ---- Font type: FreeType
06/10/2010 14:09:21 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
06/10/2010 14:09:21 (Std) ---- Real point size: 10
06/10/2010 14:09:23 (Info) Successfully loaded 3045 glyphs
06/10/2010 14:09:23 (Info) Finished creation of Font 'DejaVuSans-10' via XML file. (0xbd5ce30)
06/10/2010 14:09:24 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/Button'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/Button'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/RadioButton'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/RadioButton'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/Checkbox'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/Checkbox'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/Editbox'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/Editbox'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/Titlebar'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/Titlebar'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/FrameWindow'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/FrameWindow'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/GroupBox'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/GroupBox'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/ProgressBar'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/ProgressBar'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/AltProgressBar'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/AltProgressBar'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/VUMeter'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/VUMeter'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/SliderThumb'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/SliderThumb'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/HorizSliderThumb'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/HorizSliderThumb'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/Slider'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/Slider'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/HorizSlider'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/HorizSlider'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/HorizontalScrollbarThumb'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/HorizontalScrollbarThumb'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/HorizontalScrollbar'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/HorizontalScrollbar'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/VerticalScrollbarThumb'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/VerticalScrollbarThumb'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/VerticalScrollbar'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/VerticalScrollbar'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/Listbox'.
06/10/2010 14:09:24 (Info) ---< End of definition for widget look 'SandLook/Listbox'.
06/10/2010 14:09:24 (Info) ---> Start of definition for widget look 'SandLook/ComboDropList'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ComboDropList'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ComboEditbox'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ComboEditbox'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/Combobox'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/Combobox'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/Spinner'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/Spinner'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/StaticShared'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/StaticShared'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/StaticImage'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/StaticImage'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/StaticText'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/StaticText'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ListHeaderSegment'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ListHeaderSegment'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ListHeader'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ListHeader'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/MultiColumnList'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/MultiColumnList'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/MultiLineEditbox'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/MultiLineEditbox'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/Tooltip'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/Tooltip'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ScrollablePane'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ScrollablePane'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/TabButton'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/TabButton'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/TabContentPane'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/TabContentPane'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/TabButtonPane'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/TabButtonPane'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/TabControl'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/TabControl'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/MenuItem'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/MenuItem'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/PopupMenu'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/PopupMenu'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/Menubar'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/Menubar'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/LargeVerticalScrollbarThumb'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/LargeVerticalScrollbarThumb'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/LargeVerticalScrollbar'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/LargeVerticalScrollbar'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ImageButton'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ImageButton'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ItemListbox'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ItemListbox'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/ListboxItem'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/ListboxItem'.
06/10/2010 14:09:25 (Info) ---> Start of definition for widget look 'SandLook/Tree'.
06/10/2010 14:09:25 (Info) ---< End of definition for widget look 'SandLook/Tree'.
06/10/2010 14:09:25 (Std) ===== Look and feel parsing completed =====
06/10/2010 14:09:25 (Std) No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Button' added. (0xb15d960)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Default' added. (0xba56d80)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Editbox' added. (0xba5b3a0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/FrameWindow' added. (0xba73560)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ItemEntry' added. (0xba7dfc0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ListHeader' added. (0xba8cd40)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ListHeaderSegment' added. (0xbac08a0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Listbox' added. (0xbac6d00)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Menubar' added. (0xbaf08d0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/MenuItem' added. (0xbb17810)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/MultiColumnList' added. (0xbb48dd0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/MultiLineEditbox' added. (0xbb4e030)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/PopupMenu' added. (0xbb5d230)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ProgressBar' added. (0xbaa7c70)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ScrollablePane' added. (0xbab3b00)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Scrollbar' added. (0xbac4ae0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Slider' added. (0xbad1820)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Static' added. (0xbadd670)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/StaticImage' added. (0xbaee650)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/StaticText' added. (0xbafa1e0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/SystemButton' added. (0xbb05100)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/TabButton' added. (0xbb1b0a0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/TabControl' added. (0xbb25cc0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Titlebar' added. (0xbb308e0)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ToggleButton' added. (0xbb3b380)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Tooltip' added. (0xbb54590)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/ItemListbox' added. (0xba56400)
06/10/2010 14:09:25 (Std) Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
06/10/2010 14:09:25 (Std) WindowRendererFactory 'Falagard/Tree' added. (0xb9b4b00)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/Button' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'SandLook/Checkbox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/ImageButton' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'SandLook/RadioButton' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'SandLook/FrameWindow' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'SandLook/Titlebar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/Button' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'SandLook/Editbox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'SandLook/MultiLineEditbox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'SandLook/Menubar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'SandLook/PopupMenu' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'SandLook/MenuItem' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'SandLook/AltProgressBar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'SandLook/ProgressBar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'SandLook/VUMeter' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'SandLook/VerticalScrollbar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'SandLook/HorizontalScrollbar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/VerticalScrollbarThumb' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/HorizontalScrollbarThumb' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'SandLook/LargeVerticalScrollbar' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'SandLook/TabButton' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'SandLook/TabControl' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'SandLook/TabContentPane' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'SandLook/TabButtonPane' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'SandLook/ComboDropList' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'SandLook/ComboEditbox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'SandLook/Combobox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'SandLook/Listbox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'SandLook/ListHeader' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'SandLook/ListHeaderSegment' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'SandLook/MultiColumnList' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'SandLook/Slider' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/HorizSlider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'SandLook/HorizSlider' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/SliderThumb' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/HorizSliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'SandLook/HorizSliderThumb' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'SandLook/ScrollablePane' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'SandLook/Spinner' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'SandLook/Tooltip' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'SandLook/StaticImage' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'SandLook/StaticText' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'SandLook/ItemListbox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'SandLook/ListboxItem' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'SandLook/GroupBox' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Std) Creating falagard mapping for type 'SandLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'SandLook/Tree' and RenderEffect ''. (0x7feffbfe0)
06/10/2010 14:09:25 (Info) ---- Resource loading for GUI scheme 'SandLook' completed ----
06/10/2010 14:09:25 (Std) Started creation of Font from XML specification:
06/10/2010 14:09:25 (Std) ---- CEGUI font name: DejaVuSans-6
06/10/2010 14:09:25 (Std) ---- Font type: FreeType
06/10/2010 14:09:25 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
06/10/2010 14:09:25 (Std) ---- Real point size: 6
06/10/2010 14:09:26 (Info) Successfully loaded 3045 glyphs
06/10/2010 14:09:26 (Info) Finished creation of Font 'DejaVuSans-6' via XML file. (0xbce2cd0)
06/10/2010 14:09:26 (Std) Started creation of Font from XML specification:
06/10/2010 14:09:26 (Std) ---- CEGUI font name: DejaVuSans-8
06/10/2010 14:09:26 (Std) ---- Font type: FreeType
06/10/2010 14:09:26 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
06/10/2010 14:09:26 (Std) ---- Real point size: 8
06/10/2010 14:09:27 (Info) Successfully loaded 3045 glyphs
06/10/2010 14:09:27 (Info) Finished creation of Font 'DejaVuSans-8' via XML file. (0xbd2aeb0)
06/10/2010 14:09:27 (Std) Started creation of Font from XML specification:
06/10/2010 14:09:27 (Std) ---- CEGUI font name: DejaVuSans-10
06/10/2010 14:09:27 (Std) ---- Font type: FreeType
06/10/2010 14:09:27 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
06/10/2010 14:09:27 (Std) ---- Real point size: 10
06/10/2010 14:09:28 (Info) Successfully loaded 3045 glyphs
06/10/2010 14:09:28 (Info) Finished creation of Font 'DejaVuSans-10' via XML file. (0xbd44d70)
06/10/2010 14:09:28 (Std) ---- Returning existing instance of Font named 'DejaVuSans-10'.
06/10/2010 14:09:28 (Std) Started creation of Font from XML specification:
06/10/2010 14:09:28 (Std) ---- CEGUI font name: DejaVuSans-20
06/10/2010 14:09:28 (Std) ---- Font type: FreeType
06/10/2010 14:09:28 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
06/10/2010 14:09:28 (Std) ---- Real point size: 20
06/10/2010 14:09:29 (Info) Successfully loaded 3045 glyphs
06/10/2010 14:09:29 (Info) Finished creation of Font 'DejaVuSans-20' via XML file. (0xc0b4490)
06/10/2010 14:09:30 (Info) Window 'CEGUI::System::default__auto_tooltip__' of type 'SandLook/Tooltip' has been created. (0xc0174e0)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Tooltip' to the window 'CEGUI::System::default__auto_tooltip__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/Tooltip' to window 'CEGUI::System::default__auto_tooltip__'.
06/10/2010 14:09:30 (Info) ---- Beginning loading of GUI layout from 'loading_screen.layout' ----
06/10/2010 14:09:30 (Info) Window 'loading_screen' of type 'DefaultWindow' has been created. (0xc09ac80)
06/10/2010 14:09:30 (Info) Window 'loading_text' of type 'SandLook/StaticText' has been created. (0xbd6be10)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/StaticText' to the window 'loading_text'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/StaticText' to window 'loading_text'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_hscrollbar__' of type 'SandLook/HorizontalScrollbar' has been created. (0xbd6c550)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Scrollbar' to the window 'loading_text__auto_hscrollbar__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/HorizontalScrollbar' to window 'loading_text__auto_hscrollbar__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_hscrollbar____auto_incbtn__' of type 'SandLook/ImageButton' has been created. (0xbd6ccb0)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_hscrollbar____auto_incbtn__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'loading_text__auto_hscrollbar____auto_incbtn__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_hscrollbar____auto_decbtn__' of type 'SandLook/ImageButton' has been created. (0xc04fdd0)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_hscrollbar____auto_decbtn__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'loading_text__auto_hscrollbar____auto_decbtn__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_hscrollbar____auto_thumb__' of type 'SandLook/HorizontalScrollbarThumb' has been created. (0xc050510)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_hscrollbar____auto_thumb__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/HorizontalScrollbarThumb' to window 'loading_text__auto_hscrollbar____auto_thumb__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_vscrollbar__' of type 'SandLook/VerticalScrollbar' has been created. (0xc050c70)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Scrollbar' to the window 'loading_text__auto_vscrollbar__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/VerticalScrollbar' to window 'loading_text__auto_vscrollbar__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_vscrollbar____auto_incbtn__' of type 'SandLook/ImageButton' has been created. (0xba4cc60)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_vscrollbar____auto_incbtn__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'loading_text__auto_vscrollbar____auto_incbtn__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_vscrollbar____auto_decbtn__' of type 'SandLook/ImageButton' has been created. (0xba4d3a0)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_vscrollbar____auto_decbtn__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'loading_text__auto_vscrollbar____auto_decbtn__'.
06/10/2010 14:09:30 (Info) Window 'loading_text__auto_vscrollbar____auto_thumb__' of type 'SandLook/VerticalScrollbarThumb' has been created. (0xba4dae0)
06/10/2010 14:09:30 (Info) Assigning the window renderer 'Falagard/Button' to the window 'loading_text__auto_vscrollbar____auto_thumb__'
06/10/2010 14:09:30 (Info) Assigning LookNFeel 'SandLook/VerticalScrollbarThumb' to window 'loading_text__auto_vscrollbar____auto_thumb__'.
06/10/2010 14:09:30 (Std) Attempting to create Imageset 'DejaVuSans-20_auto_glyph_images_ ' with texture only.
06/10/2010 14:09:31 (Std) ---- Successfully completed loading of GUI layout from 'loading_screen.layout' ----
06/10/2010 14:09:42 (Info) ---- Beginning loading of GUI layout from 'main_menu.layout' ----
06/10/2010 14:09:42 (Info) Window 'main_menu' of type 'DefaultWindow' has been created. (0xc38b2e0)
06/10/2010 14:09:42 (Info) Window 'main_menu/title' of type 'SandLook/StaticText' has been created. (0xc38c1d0)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/StaticText' to the window 'main_menu/title'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/StaticText' to window 'main_menu/title'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_hscrollbar__' of type 'SandLook/HorizontalScrollbar' has been created. (0xc38d0c0)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Scrollbar' to the window 'main_menu/title__auto_hscrollbar__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/HorizontalScrollbar' to window 'main_menu/title__auto_hscrollbar__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_hscrollbar____auto_incbtn__' of type 'SandLook/ImageButton' has been created. (0xc38e020)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/title__auto_hscrollbar____auto_incbtn__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'main_menu/title__auto_hscrollbar____auto_incbtn__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_hscrollbar____auto_decbtn__' of type 'SandLook/ImageButton' has been created. (0xc31e0e0)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/title__auto_hscrollbar____auto_decbtn__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'main_menu/title__auto_hscrollbar____auto_decbtn__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_hscrollbar____auto_thumb__' of type 'SandLook/HorizontalScrollbarThumb' has been created. (0xc3b0800)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/title__auto_hscrollbar____auto_thumb__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/HorizontalScrollbarThumb' to window 'main_menu/title__auto_hscrollbar____auto_thumb__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_vscrollbar__' of type 'SandLook/VerticalScrollbar' has been created. (0xc3b1760)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Scrollbar' to the window 'main_menu/title__auto_vscrollbar__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/VerticalScrollbar' to window 'main_menu/title__auto_vscrollbar__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_vscrollbar____auto_incbtn__' of type 'SandLook/ImageButton' has been created. (0xc3c2400)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/title__auto_vscrollbar____auto_incbtn__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'main_menu/title__auto_vscrollbar____auto_incbtn__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_vscrollbar____auto_decbtn__' of type 'SandLook/ImageButton' has been created. (0xc3c32f0)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/title__auto_vscrollbar____auto_decbtn__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/ImageButton' to window 'main_menu/title__auto_vscrollbar____auto_decbtn__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/title__auto_vscrollbar____auto_thumb__' of type 'SandLook/VerticalScrollbarThumb' has been created. (0xc3c41e0)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/title__auto_vscrollbar____auto_thumb__'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/VerticalScrollbarThumb' to window 'main_menu/title__auto_vscrollbar____auto_thumb__'.
06/10/2010 14:09:42 (Info) Window 'main_menu/start_button' of type 'SandLook/Button' has been created. (0xc414b10)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/start_button'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/Button' to window 'main_menu/start_button'.
06/10/2010 14:09:42 (Info) Window 'main_menu/options_button' of type 'SandLook/Button' has been created. (0xc43f7e0)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/options_button'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/Button' to window 'main_menu/options_button'.
06/10/2010 14:09:42 (Info) Window 'main_menu/credits_button' of type 'SandLook/Button' has been created. (0xc443e90)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/credits_button'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/Button' to window 'main_menu/credits_button'.
06/10/2010 14:09:42 (Info) Window 'main_menu/exit_button' of type 'SandLook/Button' has been created. (0xc45b300)
06/10/2010 14:09:42 (Info) Assigning the window renderer 'Falagard/Button' to the window 'main_menu/exit_button'
06/10/2010 14:09:42 (Info) Assigning LookNFeel 'SandLook/Button' to window 'main_menu/exit_button'.
06/10/2010 14:09:42 (Std) ---- Successfully completed loading of GUI layout from 'main_menu.layout' ----
06/10/2010 14:09:43 (Std) Attempting to create Imageset 'DejaVuSans-6_auto_glyph_images_ ' with texture only.Here's the code that call CeGui
Code: Select all
CEGUI::OpenGLRenderer
& gui_renderer = CEGUI::OpenGLRenderer::create();
mImageCodec = new CEGUI::FreeImageImageCodec();
CEGUI::System::create( gui_renderer, NULL, NULL, mImageCodec );I'm conscious that the problem could come from my implementation ... because I don't use the mouse ... but as this code is just initialisation code ... there could be some bug deeper
At debug time it seems that in the following code d_position is not initialised when used
Code: Select all
void MouseCursor::constrainPosition(void)
{
Rect absarea(getConstraintArea());
if (d_position.d_x >= absarea.d_right)
d_position.d_x = absarea.d_right -1;
if (d_position.d_y >= absarea.d_bottom)
d_position.d_y = absarea.d_bottom -1;
if (d_position.d_y < absarea.d_top)
d_position.d_y = absarea.d_top;
if (d_position.d_x < absarea.d_left)
d_position.d_x = absarea.d_left;
}Best Regards
I forgot to add that I'm synchronised on svn https://crayzedsgui.svn.sourceforge.net ... nches/v0-7 changelist 2643