Page 1 of 1

[SOLVEd]Hi everyone,Assertion Error in 2 days

Posted: Thu Sep 03, 2009 14:11
by waistcoater
Hello every one, good day,I've been looking for wiki code in order to complete registeration for 1 hour,sorry there are reasons to my bad english,
these days I feel pain in my head and ass, right?
I am using crystalspace and CEGUI, I keep getting error like this: (only in debug mode)

Code: Select all

Assertion failed: ms_Singleton,file c:\source\cslib\libcegui\include\CEGUISingleton.h line 79

I've checked the debugger ,it stopped at cegui->GetSchemeManagerPtr ()->loadScheme(ice.scheme"); when the debug error are showing in the console,right after initalize()(functions from cegui wrapper),

I am only linking with 2 libs crystalspace_d.lib, and CEGUIBase-vc9_d.lib

when I am linking with crystalspace.lib, and CEGUIBase-vc9.lib in release mode, everything works perfectly, the scrollbar ,and the float value are correct,

what could cause that problem in debug mode?I've searched forum,a lot same problems, but not work with me though,
I am looking for help, Thank you everyone,

Re: Hi everyone,Assertion Error in 2 days

Posted: Thu Sep 03, 2009 16:38
by scriptkid
Hi and welcome :)

Can you quickly (before CrazyEddie returns :hammer: ) post your logfile? It's Cegui.log in the startup folder. That way we can see the version you are using and how far it gets.

Thanks.

Re: Hi everyone,Assertion Error in 2 days

Posted: Thu Sep 03, 2009 17:33
by waistcoater
Thank you for reply the debug mode log are:

Code: Select all

04/09/2009 01:37:08 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
04/09/2009 01:37:08 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
04/09/2009 01:37:08 (Std)    +                          (http://www.cegui.org.uk/)                         +
04/09/2009 01:37:08 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

04/09/2009 01:37:08 (Std)    CEGUI::Logger singleton created. (0816A3F8)
04/09/2009 01:37:08 (Std)    ---- Begining CEGUI System initialisation ----
04/09/2009 01:37:08 (Std)    CEGUI::ImagesetManager singleton created (01A60CC8)
04/09/2009 01:37:08 (Std)    CEGUI::FontManager singleton created. (0835BCF0)
04/09/2009 01:37:08 (Std)    CEGUI::WindowFactoryManager singleton created
04/09/2009 01:37:08 (Std)    CEGUI::WindowManager singleton created (01AC6310)
04/09/2009 01:37:08 (Std)    CEGUI::SchemeManager singleton created. (0835BD18)
04/09/2009 01:37:08 (Std)    CEGUI::MouseCursor singleton created. (01A614D8)
04/09/2009 01:37:08 (Std)    CEGUI::GlobalEventSet singleton created. (01AC9348)
04/09/2009 01:37:08 (Std)    CEGUI::WidgetLookManager singleton created. (0835BD40)
04/09/2009 01:37:08 (Std)    CEGUI::WindowRendererManager singleton created (0835BD68)
04/09/2009 01:37:08 (Std)    WindowFactory for 'DefaultWindow' windows added. (6006EFC8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'DragContainer' windows added. (6006EF28)
04/09/2009 01:37:08 (Std)    WindowFactory for 'ScrolledContainer' windows added. (6006EE88)
04/09/2009 01:37:08 (Std)    WindowFactory for 'ClippedContainer' windows added. (6006EDE8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (6006ED48)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (6006E3E8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (6006E348)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (6006EC08)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (6006ECA8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (6006EB68)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (6006EAC8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (6006EA28)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (6006E848)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (6006E988)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (6006E8E8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (6006E708)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (6006E528)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (6006E7A8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (6006E668)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (6006E5C8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (6006E488)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (6006E2A8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (6006E208)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (6006E168)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (6006E0C8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (6006E028)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (6006DF88)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (6006DEE8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (6006DE48)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (6006DDA8)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (6006DD08)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (6006DC68)
04/09/2009 01:37:08 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (6006DBC8)
04/09/2009 01:37:08 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
04/09/2009 01:37:08 (Std)    CEGUI::System singleton created. (083859F0)
04/09/2009 01:37:08 (Std)    ---- CEGUI System initialisation completed ----
04/09/2009 01:37:08 (Std)    ---- Version 0.6.2 ----
04/09/2009 01:37:08 (Std)    ---- Renderer module is: Crystal Space Renderer ----
04/09/2009 01:37:08 (Std)    ---- XML Parser module is: CEGUI::TinyXMLParser - Official tinyXML based parser module for CEGUI ----
04/09/2009 01:37:08 (Std)    ---- Scripting module is: None ----
code]







































and here is the release mode log:
[code]03/09/2009 12:47:51 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
03/09/2009 12:47:51 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
03/09/2009 12:47:51 (Std)    +                          (http://www.cegui.org.uk/)                         +
03/09/2009 12:47:51 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

03/09/2009 12:47:51 (Std)    CEGUI::Logger singleton created. (0820E018)
03/09/2009 12:47:51 (Std)    ---- Begining CEGUI System initialisation ----
03/09/2009 12:47:51 (Std)    CEGUI::ImagesetManager singleton created (01317350)
03/09/2009 12:47:51 (Std)    CEGUI::FontManager singleton created. (080AEB40)
03/09/2009 12:47:51 (Std)    CEGUI::WindowFactoryManager singleton created
03/09/2009 12:47:51 (Std)    CEGUI::WindowManager singleton created (01387580)
03/09/2009 12:47:51 (Std)    CEGUI::SchemeManager singleton created. (080AEB68)
03/09/2009 12:47:51 (Std)    CEGUI::MouseCursor singleton created. (013120D0)
03/09/2009 12:47:51 (Std)    CEGUI::GlobalEventSet singleton created. (01324A18)
03/09/2009 12:47:51 (Std)    CEGUI::WidgetLookManager singleton created. (080AEB90)
03/09/2009 12:47:51 (Std)    CEGUI::WindowRendererManager singleton created (080AEBB8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'DefaultWindow' windows added. (638FEFC8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'DragContainer' windows added. (638FEF28)
03/09/2009 12:47:51 (Std)    WindowFactory for 'ScrolledContainer' windows added. (638FEE88)
03/09/2009 12:47:51 (Std)    WindowFactory for 'ClippedContainer' windows added. (638FEDE8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (638FED48)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (638FE3E8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (638FE348)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (638FEC08)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (638FECA8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (638FEB68)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (638FEAC8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (638FEA28)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (638FE848)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (638FE988)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (638FE8E8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (638FE708)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (638FE528)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (638FE7A8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (638FE668)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (638FE5C8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (638FE488)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (638FE2A8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (638FE208)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (638FE168)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (638FE0C8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (638FE028)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (638FDF88)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (638FDEE8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (638FDE48)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (638FDDA8)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (638FDD08)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (638FDC68)
03/09/2009 12:47:51 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (638FDBC8)
03/09/2009 12:47:51 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
03/09/2009 12:47:51 (Std)    CEGUI::System singleton created. (0820DE40)
03/09/2009 12:47:51 (Std)    ---- CEGUI System initialisation completed ----
03/09/2009 12:47:51 (Std)    ---- Version 0.6.2 ----
03/09/2009 12:47:51 (Std)    ---- Renderer module is: Crystal Space Renderer ----
03/09/2009 12:47:51 (Std)    ---- XML Parser module is: CEGUI::TinyXMLParser - Official tinyXML based parser module for CEGUI ----
03/09/2009 12:47:51 (Std)    ---- Scripting module is: None ----
03/09/2009 12:47:51 (Std)    Attempting to load Scheme from file 'ice.scheme'.
03/09/2009 12:47:51 (Info)    Started creation of Scheme 'ice' via XML file.
03/09/2009 12:47:51 (Info)    Finished creation of Scheme 'ice' via XML file.
03/09/2009 12:47:51 (Info)    Loaded GUI scheme 'ice' from data in file 'ice.scheme'. (08210C10)
03/09/2009 12:47:51 (Info)    ---- Begining resource loading for GUI scheme 'ice' ----
03/09/2009 12:47:51 (Std)    Attempting to create an Imageset from the information specified in file 'ice.imageset'.
03/09/2009 12:47:51 (Std)    Started creation of Imageset from XML specification:
03/09/2009 12:47:51 (Std)    ---- CEGUI Imageset name: ice
03/09/2009 12:47:51 (Std)    ---- Source texture file: ice.png in resource group: (Default)
03/09/2009 12:47:51 (Info)    Finished creation of Imageset 'ice' via XML file. (082222C8)
03/09/2009 12:47:51 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Button'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Button'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/RadioButton'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/RadioButton'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Checkbox'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Checkbox'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Editbox'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Editbox'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Titlebar'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Titlebar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/FrameWindow'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/FrameWindow'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ProgressBar'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ProgressBar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/AltProgressBar'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/AltProgressBar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/VUMeter'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/VUMeter'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/SliderThumb'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/SliderThumb'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Slider'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Slider'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/HorizontalScrollbarThumb'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/HorizontalScrollbarThumb'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/HorizontalScrollbar'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/HorizontalScrollbar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/VerticalScrollbarThumb'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/VerticalScrollbarThumb'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/VerticalScrollbar'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/VerticalScrollbar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Listbox'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Listbox'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ComboDropList'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ComboDropList'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ComboEditbox'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ComboEditbox'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Combobox'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Combobox'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Spinner'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Spinner'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/StaticShared'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/StaticShared'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/StaticImage'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/StaticImage'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/StaticText'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/StaticText'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ListHeaderSegment'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ListHeaderSegment'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ListHeader'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ListHeader'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/MultiColumnList'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/MultiColumnList'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/MultiLineEditbox'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/MultiLineEditbox'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Tooltip'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Tooltip'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ScrollablePane'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ScrollablePane'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/TabButton'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/TabButton'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/TabContentPane'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/TabContentPane'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/TabButtonPane'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'TabHorizontalTopFiller' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'TabHorizontalBottomFiller' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/TabButtonPane'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/TabControl'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/TabControl'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/MenuItem'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuTopLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuTopRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuBottomLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuBottomRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuTop' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuBottom' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'MenuMiddle' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuArrowRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuArrowLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/MenuItem'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/PopupMenu'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameTopLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameTopRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameBottomLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameBottomRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameTop' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameBottom' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuMiddle' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/PopupMenu'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/Menubar'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameTopLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameTopRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameBottomLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameBottomRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameLeft' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameRight' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameTop' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuFrameBottom' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Error)   CEGUI::UnknownObjectException in file ..\..\source\libCEGUI\src\CEGUIImageset.cpp(179) : Imageset::getImage - The Image named 'PopupMenuMiddle' could not be found in Imageset 'ice'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/Menubar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/LargeVerticalScrollbarThumb'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/LargeVerticalScrollbarThumb'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/LargeVerticalScrollbar'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/LargeVerticalScrollbar'.
03/09/2009 12:47:51 (Info)    ---> Start of definition for widget look 'ice/ImageButton'.
03/09/2009 12:47:51 (Info)    ---< End of definition for widget look 'ice/ImageButton'.
03/09/2009 12:47:51 (Std)    ===== Look and feel parsing completed =====
03/09/2009 12:47:51 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Button' added. (638FBFB8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Default' added. (638FC198)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (638FB1F8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (638FC0F8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (638FB6F8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (638FB0B8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (638FB478)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (638FBDD8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (638FB518)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (638FBA18)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (638FB8D8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (638FB158)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (638FBD38)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (638FB5B8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (638FBE78)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (638FBC98)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Slider' added. (638FBF18)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Static' added. (638FBBF8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (638FC058)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (638FB978)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (638FB658)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (638FB798)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (638FB338)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (638FBB58)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (638FB3D8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (638FB298)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (638FBAB8)
03/09/2009 12:47:51 (Std)    WindowRendererFactory 'Falagard/Tree' added. (638FB838)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'ice/Button'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'ice/Checkbox'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'ice/ImageButton'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'ice/RadioButton'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' and Look'N'Feel 'ice/FrameWindow'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' and Look'N'Feel 'ice/Titlebar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/SystemButton' and Look'N'Feel 'ice/Button'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'ice/Editbox'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' and Look'N'Feel 'ice/MultiLineEditbox'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' and Look'N'Feel 'ice/Menubar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' and Look'N'Feel 'ice/PopupMenu'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' and Look'N'Feel 'ice/MenuItem'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'ice/AltProgressBar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'ice/ProgressBar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'ice/VUMeter'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'ice/VerticalScrollbar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'ice/HorizontalScrollbar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'ice/VerticalScrollbarThumb'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'ice/HorizontalScrollbarThumb'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'ice/LargeVerticalScrollbar'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'ice/LargeVerticalScrollbarThumb'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' and Look'N'Feel 'ice/TabButton'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' and Look'N'Feel 'ice/TabControl'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'ice/TabContentPane'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'ice/TabButtonPane'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' and Look'N'Feel 'ice/ComboDropList'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'ice/ComboEditbox'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' and Look'N'Feel 'ice/Combobox'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' and Look'N'Feel 'ice/Listbox'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' and Look'N'Feel 'ice/ListHeader'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' and Look'N'Feel 'ice/ListHeaderSegment'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' and Look'N'Feel 'ice/MultiColumnList'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' and Look'N'Feel 'ice/Slider'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'ice/SliderThumb'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' and Look'N'Feel 'ice/ScrollablePane'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' and Look'N'Feel 'ice/Spinner'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' and Look'N'Feel 'ice/Tooltip'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' and Look'N'Feel 'ice/StaticImage'. (0017D278)
03/09/2009 12:47:51 (Std)    Creating falagard mapping for type 'ice/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' and Look'N'Feel 'ice/StaticText'. (0017D278)
03/09/2009 12:47:51 (Info)    ---- Resource loading for GUI scheme 'ice' completed ----
03/09/2009 12:47:51 (Std)    Attempting to create Font 'Vera' using the font file 'Vera.ttf.
03/09/2009 12:47:51 (Std)    Started creation of FreeType Font:
03/09/2009 12:47:51 (Std)    ---- CEGUI font name: Vera
03/09/2009 12:47:51 (Std)    ----     Source file: Vera.ttf in resource group: (Default)
03/09/2009 12:47:51 (Std)    ---- Real point size: 10
03/09/2009 12:47:51 (Std)    Succsessfully loaded 256 glyphs
03/09/2009 12:47:51 (Info)    ---- Beginning loading of GUI layout from 'options.layout' ----
03/09/2009 12:47:51 (Info)    Window 'Root' of type 'DefaultWindow' has been created. (08234CE8)
03/09/2009 12:47:51 (Info)    Window 'Root/MusicVolumeScrollBar' of type 'ice/HorizontalScrollbar' has been created. (08476DE8)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'Root/MusicVolumeScrollBar'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/HorizontalScrollbar' to window 'Root/MusicVolumeScrollBar'.
03/09/2009 12:47:51 (Info)    Window 'Root/MusicVolumeScrollBar__auto_incbtn__' of type 'ice/ImageButton' has been created. (0821EAC8)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'Root/MusicVolumeScrollBar__auto_incbtn__'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/ImageButton' to window 'Root/MusicVolumeScrollBar__auto_incbtn__'.
03/09/2009 12:47:51 (Info)    Window 'Root/MusicVolumeScrollBar__auto_decbtn__' of type 'ice/ImageButton' has been created. (0821F0E8)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'Root/MusicVolumeScrollBar__auto_decbtn__'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/ImageButton' to window 'Root/MusicVolumeScrollBar__auto_decbtn__'.
03/09/2009 12:47:51 (Info)    Window 'Root/MusicVolumeScrollBar__auto_thumb__' of type 'ice/HorizontalScrollbarThumb' has been created. (0830C9F0)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'Root/MusicVolumeScrollBar__auto_thumb__'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/HorizontalScrollbarThumb' to window 'Root/MusicVolumeScrollBar__auto_thumb__'.
03/09/2009 12:47:51 (Info)    Window 'Root/SfxVolumeScrollBar' of type 'ice/HorizontalScrollbar' has been created. (0830D030)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Scrollbar' to the window 'Root/SfxVolumeScrollBar'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/HorizontalScrollbar' to window 'Root/SfxVolumeScrollBar'.
03/09/2009 12:47:51 (Info)    Window 'Root/SfxVolumeScrollBar__auto_incbtn__' of type 'ice/ImageButton' has been created. (08248CE8)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'Root/SfxVolumeScrollBar__auto_incbtn__'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/ImageButton' to window 'Root/SfxVolumeScrollBar__auto_incbtn__'.
03/09/2009 12:47:51 (Info)    Window 'Root/SfxVolumeScrollBar__auto_decbtn__' of type 'ice/ImageButton' has been created. (08249308)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'Root/SfxVolumeScrollBar__auto_decbtn__'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/ImageButton' to window 'Root/SfxVolumeScrollBar__auto_decbtn__'.
03/09/2009 12:47:51 (Info)    Window 'Root/SfxVolumeScrollBar__auto_thumb__' of type 'ice/HorizontalScrollbarThumb' has been created. (082424E8)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/Button' to the window 'Root/SfxVolumeScrollBar__auto_thumb__'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/HorizontalScrollbarThumb' to window 'Root/SfxVolumeScrollBar__auto_thumb__'.
03/09/2009 12:47:51 (Info)    Window 'Root/ScreenModeCheckBox' of type 'ice/Checkbox' has been created. (08242B28)
03/09/2009 12:47:51 (Info)    Assigning the window renderer 'Falagard/ToggleButton' to the window 'Root/ScreenModeCheckBox'
03/09/2009 12:47:51 (Info)    Assigning LookNFeel 'ice/Checkbox' to window 'Root/ScreenModeCheckBox'.
03/09/2009 12:47:51 (Std)    ---- Successfully completed loading of GUI layout from 'options.layout' ----
03/09/2009 12:48:16 (Std)    ---- Begining CEGUI System destruction ----
03/09/2009 12:48:16 (Info)    Window 'Root/MusicVolumeScrollBar__auto_incbtn__' has been added to dead pool. (0821EAC8)
03/09/2009 12:48:16 (Info)    Window 'Root/MusicVolumeScrollBar__auto_decbtn__' has been added to dead pool. (0821F0E8)
03/09/2009 12:48:16 (Info)    Window 'Root/MusicVolumeScrollBar__auto_thumb__' has been added to dead pool. (0830C9F0)
03/09/2009 12:48:16 (Info)    Window 'Root/MusicVolumeScrollBar' has been added to dead pool. (08476DE8)
03/09/2009 12:48:16 (Info)    Window 'Root/SfxVolumeScrollBar__auto_incbtn__' has been added to dead pool. (08248CE8)
03/09/2009 12:48:16 (Info)    Window 'Root/SfxVolumeScrollBar__auto_decbtn__' has been added to dead pool. (08249308)
03/09/2009 12:48:16 (Info)    Window 'Root/SfxVolumeScrollBar__auto_thumb__' has been added to dead pool. (082424E8)
03/09/2009 12:48:16 (Info)    Window 'Root/SfxVolumeScrollBar' has been added to dead pool. (0830D030)
03/09/2009 12:48:16 (Info)    Window 'Root/ScreenModeCheckBox' has been added to dead pool. (08242B28)
03/09/2009 12:48:16 (Info)    Window 'Root' has been added to dead pool. (08234CE8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Tree' windows removed. (638FDBC8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Thumb' windows removed. (638FDEE8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Slider' windows removed. (638FE168)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Editbox' windows removed. (638FEB68)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Listbox' windows removed. (638FE848)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Menubar' windows removed. (638FE708)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Spinner' windows removed. (638FE0C8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Tooltip' windows removed. (638FDDA8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'DefaultWindow' windows removed. (638FEFC8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'DragContainer' windows removed. (638FEF28)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Checkbox' windows removed. (638FED48)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Combobox' windows removed. (638FEC08)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/GroupBox' windows removed. (638FDC68)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/MenuItem' windows removed. (638FE7A8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Titlebar' windows removed. (638FDE48)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows removed. (638FEA28)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows removed. (638FE528)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows removed. (638FE208)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/TabButton' windows removed. (638FE028)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ListHeader' windows removed. (638FE988)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/PushButton' windows removed. (638FE3E8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/TabControl' windows removed. (638FDF88)
03/09/2009 12:48:16 (Std)    WindowFactory for 'ClippedContainer' windows removed. (638FEDE8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows removed. (638FEAC8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows removed. (638FDD08)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows removed. (638FE488)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/RadioButton' windows removed. (638FE348)
03/09/2009 12:48:16 (Std)    WindowFactory for 'ScrolledContainer' windows removed. (638FEE88)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows removed. (638FECA8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows removed. (638FE2A8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows removed. (638FE668)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows removed. (638FE5C8)
03/09/2009 12:48:16 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows removed. (638FE8E8)
03/09/2009 12:48:16 (Std)    ---- Begining cleanup of GUI Scheme system ----
03/09/2009 12:48:16 (Info)    ---- Begining resource cleanup for GUI scheme 'ice' ----
03/09/2009 12:48:16 (Info)    Imageset 'ice' has been destroyed. (082222C8)
03/09/2009 12:48:16 (Info)    ---- Resource cleanup for GUI scheme 'ice' completed ----
03/09/2009 12:48:16 (Info)    GUI scheme 'ice' has been unloaded (object destructor). (08210C10)
03/09/2009 12:48:16 (Std)    Scheme 'ice' has been unloaded via the SchemeManager. (08210C10)
03/09/2009 12:48:16 (Std)    CEGUI::SchemeManager singleton destroyed. (080AEB68)
03/09/2009 12:48:16 (Std)    CEGUI::WindowManager singleton destroyed (01387580)
03/09/2009 12:48:16 (Std)    CEGUI::WindowFactoryManager singleton destroyed
03/09/2009 12:48:16 (Std)    CEGUI::WidgetLookManager singleton destroyed. (080AEB90)
03/09/2009 12:48:16 (Std)    CEGUI::WindowRendererManager singleton destroyed (080AEBB8)
03/09/2009 12:48:16 (Std)    ---- Begining cleanup of Font system ----
03/09/2009 12:48:16 (Std)    Font 'Vera' has been destroyed. (083B7658)
03/09/2009 12:48:16 (Std)    CEGUI::FontManager singleton destroyed. (080AEB40)
03/09/2009 12:48:16 (Std)    CEGUI::MouseCursor singleton destroyed. (013120D0)
03/09/2009 12:48:16 (Std)    ---- Begining cleanup of Imageset system ----
03/09/2009 12:48:16 (Std)    CEGUI::ImagesetManager singleton destroyed (01317350)
03/09/2009 12:48:16 (Std)    CEGUI::GlobalEventSet singleton destroyed. (01324A18)
03/09/2009 12:48:16 (Std)    CEGUI::System singleton destroyed. (0820DE40)
03/09/2009 12:48:16 (Std)    ---- CEGUI System destruction completed ----
03/09/2009 12:48:16 (Std)    CEGUI::Logger singleton destroyed. (0820E018)

Re: Hi everyone,Assertion Error in 2 days

Posted: Thu Sep 03, 2009 17:39
by waistcoater
Sorry they are in one frame, I don't know why.. but I split it a little bit

Re: Hi everyone,Assertion Error in 2 days

Posted: Thu Sep 03, 2009 18:40
by CrazyEddie
scriptkid wrote:Can you quickly (before CrazyEddie returns :hammer: ) post your logfile?

Oi! :lol:

I'm not familiar with crystal space and the way they wrap parts of CEGUI (especially the initialisation), so if some of this info is strange, that's why...

I think this is one of the worst issues to try and track down. Are you absolutely certain that there's no way you're somehow inadvertently linking to both the debug and release versions of the lib? I ask because one of the only causes I can come up with at the moment is that you're somehow getting two copies of the 'ms_Singleton' field, and one gets initialised correctly as part of system start up and the other one does not - and later on the assertion is checking the wrong version (I know that sounds far-fetched, and it is!)

The other cause has to do with user-land object creation; if you have any objects that you create statically that access CEGUI in their constructors this issue can arise because order of initialisation is not guaranteed (and may vary between build configs), so if you're doing this anywhere, you'll need to use an alternative system to object creation and initialisation whereby you can be sure of the order of creation.

If any other ideas come to mind, I'll post them :)

CE.

Re: Hi everyone,Assertion Error in 2 days

Posted: Thu Sep 03, 2009 19:46
by waistcoater
After I look at you,Oh my gud,I call the init 16 times... I put it in Myown gui int class at the Constructor code, such a stupid way right?thankyou for your word,