CEGUI crashes in FalagardButton::render()

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

Moderators: CEGUI MVP, CEGUI Team

cziter15pl
Just popping in
Just popping in
Posts: 4
Joined: Thu Aug 23, 2012 22:22

CEGUI crashes in FalagardButton::render()

Postby cziter15pl » Thu Nov 01, 2012 22:54

Hello,

I'm frustrated about this weird error. Sometimes, when I'm quickly closing Lobby window in my game (it causes destroywindow) and then quickly logging in again, when I press connect button (it causes load another window from XML), CEGUI Crashes in FalagardButton::render(), at

Code: Select all

else if (w->isPushed())
instruction. It looks like a mistake, by adding non-ButtonBase element as ButtonBase, because if we open MemoryView, we can see that

Code: Select all

if (w->isDisabled())
is working properly, because CEGUI::Window* exists in memory.

I have two logs, when reproducing bug. I made these steps to cause crash:
login -> logout -> login -> logout -> login (and it crashed).

As we can see, SelectServer.layout was loaded, but it crashed right after loading.

01/11/2012 23:50:11 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
01/11/2012 23:50:11 (Std) + Crazy Eddie's GUI System - Event log +
01/11/2012 23:50:11 (Std) + (http://www.cegui.org.uk/) +
01/11/2012 23:50:11 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

01/11/2012 23:50:11 (Std) CEGUI::Logger singleton created. (00D5DD58)
01/11/2012 23:50:11 (Std)
01/11/2012 23:50:11 (Std) ********************************************************************************
01/11/2012 23:50:11 (Std) * Important: *
01/11/2012 23:50:11 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
01/11/2012 23:50:11 (Std) * of this log file indicated below. Failure to do this will result in no *
01/11/2012 23:50:11 (Std) * support being given; please do not waste our time. *
01/11/2012 23:50:11 (Std) ********************************************************************************
01/11/2012 23:50:11 (Std) ********************************************************************************
01/11/2012 23:50:11 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
01/11/2012 23:50:11 (Std) ********************************************************************************
01/11/2012 23:50:11 (Std) ---- Version 0.7.7 (Build: Aug 23 2012 Static Microsoft Windows MSVC++ 9.0 32 bit) ----
01/11/2012 23:50:11 (Std) ---- Renderer module is: CEGUI::Direct3D9Renderer - Official Direct3D 9 based 2nd generation renderer module. ----
01/11/2012 23:50:11 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
01/11/2012 23:50:11 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
01/11/2012 23:50:11 (Std) ---- Scripting module is: None ----
01/11/2012 23:50:11 (Std) ********************************************************************************
01/11/2012 23:50:11 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
01/11/2012 23:50:11 (Std) ********************************************************************************
01/11/2012 23:50:11 (Std)
01/11/2012 23:50:11 (Std) ---- Begining CEGUI System initialisation ----
01/11/2012 23:50:11 (Std) CEGUI::ImagesetManager singleton created (00EFF360)
01/11/2012 23:50:11 (Std) CEGUI::FontManager singleton created. (00EFF6B0)
01/11/2012 23:50:11 (Std) CEGUI::WindowFactoryManager singleton created
01/11/2012 23:50:11 (Std) CEGUI::WindowManager singleton created (00EFE778)
01/11/2012 23:50:11 (Std) CEGUI::SchemeManager singleton created. (00F00158)
01/11/2012 23:50:11 (Std) CEGUI::MouseCursor singleton created. (00EFED38)
01/11/2012 23:50:11 (Std) CEGUI::GlobalEventSet singleton created. (00EFA408)
01/11/2012 23:50:11 (Std) CEGUI::AnimationManager singleton created (00D528B8)
01/11/2012 23:50:11 (Std) CEGUI::WidgetLookManager singleton created. (00EFA398)
01/11/2012 23:50:11 (Std) CEGUI::WindowRendererManager singleton created (00EFC9D0)
01/11/2012 23:50:11 (Std) CEGUI::RenderEffectManager singleton created (00EFA3C0)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'DefaultWindow' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'DefaultWindow' windows added. (00EFC280)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'DragContainer' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'DragContainer' windows added. (00F01BA0)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'ScrolledContainer' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'ScrolledContainer' windows added. (00F01D10)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'ClippedContainer' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'ClippedContainer' windows added. (00F02258)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Checkbox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Checkbox' windows added. (00F02470)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/PushButton' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/PushButton' windows added. (00F02610)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/RadioButton' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/RadioButton' windows added. (00F02828)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Combobox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Combobox' windows added. (00F028D0)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ComboDropList' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ComboDropList' windows added. (00F02A30)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Editbox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Editbox' windows added. (00F02C58)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/FrameWindow' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/FrameWindow' windows added. (00F02D00)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ItemEntry' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ItemEntry' windows added. (00F03150)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Listbox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Listbox' windows added. (00F03368)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ListHeader' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ListHeader' windows added. (00F03410)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (00F03628)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Menubar' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Menubar' windows added. (00F03938)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/PopupMenu' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/PopupMenu' windows added. (00F03A38)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/MenuItem' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/MenuItem' windows added. (00F03B98)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/MultiColumnList' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/MultiColumnList' windows added. (00F03C40)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (00F03FA8)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ProgressBar' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ProgressBar' windows added. (00F04108)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ScrollablePane' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ScrollablePane' windows added. (00F04268)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Scrollbar' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Scrollbar' windows added. (00F043C8)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Slider' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Slider' windows added. (00F04470)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Spinner' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Spinner' windows added. (00F04688)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/TabButton' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/TabButton' windows added. (00F04730)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/TabControl' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/TabControl' windows added. (00F04A00)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Thumb' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Thumb' windows added. (00F04B60)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Titlebar' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Titlebar' windows added. (00F04C08)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Tooltip' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Tooltip' windows added. (00F04CB0)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/ItemListbox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/ItemListbox' windows added. (00F04F78)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/GroupBox' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/GroupBox' windows added. (00F050D8)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'CEGUI/Tree' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'CEGUI/Tree' windows added. (00F05238)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'HorizontalLayoutContainer' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'HorizontalLayoutContainer' windows added. (00F053D0)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'VerticalLayoutContainer' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'VerticalLayoutContainer' windows added. (00F05630)
01/11/2012 23:50:11 (Std) Created WindowFactory for 'GridLayoutContainer' windows.
01/11/2012 23:50:11 (Std) WindowFactory for 'GridLayoutContainer' windows added. (00F05900)
01/11/2012 23:50:11 (Std) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
01/11/2012 23:50:11 (Std) CEGUI::System singleton created. (00EFB8E8)
01/11/2012 23:50:11 (Std) ---- CEGUI System initialisation completed ----
01/11/2012 23:50:11 (Std)
01/11/2012 23:50:11 (Std) Started creation of Font from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI font name: DejaVuSerif-HD-10
01/11/2012 23:50:11 (Std) ---- Font type: FreeType
01/11/2012 23:50:11 (Std) ---- Source file: DejaVuSerif.ttf in resource group: (Default)
01/11/2012 23:50:11 (Std) ---- Real point size: 10
01/11/2012 23:50:11 (Std) Started creation of Font from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI font name: DejaVuSerif-HD-8
01/11/2012 23:50:11 (Std) ---- Font type: FreeType
01/11/2012 23:50:11 (Std) ---- Source file: DejaVuSerif.ttf in resource group: (Default)
01/11/2012 23:50:11 (Std) ---- Real point size: 8
01/11/2012 23:50:11 (Std) Started creation of Scheme from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI GUIScheme name: GlossySerpent
01/11/2012 23:50:11 (Std) Started creation of Imageset from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI Imageset name: GlossySerpent
01/11/2012 23:50:11 (Std) ---- Source texture file: GlossySerpent.png in resource group: (Default)
01/11/2012 23:50:11 (Std) Started creation of Imageset from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI Imageset name: GlossySerpentCursors
01/11/2012 23:50:11 (Std) ---- Source texture file: GlossySerpentCursors.png in resource group: (Default)
01/11/2012 23:50:11 (Std) Started creation of Font from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI font name: DejaVuSans-HD-10
01/11/2012 23:50:11 (Std) ---- Font type: FreeType
01/11/2012 23:50:11 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
01/11/2012 23:50:11 (Std) ---- Real point size: 10
01/11/2012 23:50:11 (Std) Started creation of Font from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI font name: DejaVuSerif-HD-12
01/11/2012 23:50:11 (Std) ---- Font type: FreeType
01/11/2012 23:50:11 (Std) ---- Source file: DejaVuSerif.ttf in resource group: (Default)
01/11/2012 23:50:11 (Std) ---- Real point size: 12
01/11/2012 23:50:11 (Std) Started creation of Font from XML specification:
01/11/2012 23:50:11 (Std) ---- CEGUI font name: DejaVuSerif-HD-16
01/11/2012 23:50:11 (Std) ---- Font type: FreeType
01/11/2012 23:50:11 (Std) ---- Source file: DejaVuSerif.ttf in resource group: (Default)
01/11/2012 23:50:11 (Std) ---- Real point size: 16
01/11/2012 23:50:11 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
01/11/2012 23:50:11 (Std) ===== Look and feel parsing completed =====
01/11/2012 23:50:11 (Std) No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Button' added. (02938BF8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Default' added. (02926D18)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Editbox' added. (02951308)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/FrameWindow' added. (00F075B8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ItemEntry' added. (0295FB60)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ListHeader' added. (029502E8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ListHeaderSegment' added. (00F063B0)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Listbox' added. (00F06458)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Menubar' added. (00FBAAD0)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/MenuItem' added. (00FBAB78)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/MultiColumnList' added. (00FBACD8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/MultiLineEditbox' added. (01B80318)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/PopupMenu' added. (01B80478)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ProgressBar' added. (029509F8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ScrollablePane' added. (02950CC8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Scrollbar' added. (0294F7F8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Slider' added. (0294F8A0)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Static' added. (0294FA00)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/StaticImage' added. (0294FAA8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/StaticText' added. (0294FB50)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/SystemButton' added. (02945168)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/TabButton' added. (02945210)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/TabControl' added. (029452B8)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Titlebar' added. (02945588)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ToggleButton' added. (01BFA280)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Tooltip' added. (01BFA328)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/ItemListbox' added. (01BFA488)
01/11/2012 23:50:11 (Std) Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
01/11/2012 23:50:11 (Std) WindowRendererFactory 'Falagard/Tree' added. (01BFA530)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Button32' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/Button32' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Button32_4C' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/Button32_4C' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/Button32' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'GlossySerpent/Checkbox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/ImageButton' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'GlossySerpent/RadioButton' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'GlossySerpent/FrameWindow' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'GlossySerpent/Titlebar' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/GlyphButton' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/SystemButton32' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/SystemButton32' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'GlossySerpent/Editbox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'GlossySerpent/MultiLineEditbox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/SimplePanel' using base type 'DefaultWindow', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/SimplePanel' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/SimpleTransparentPanel' using base type 'DefaultWindow', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/SimpleTransparentPanel' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'GlossySerpent/ProgressBar' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'GlossySerpent/VerticalScrollbar' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'GlossySerpent/HorizontalScrollbar' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/VerticalScrollbarThumb' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/HorizontalScrollbarThumb' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'GlossySerpent/TabButton' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'GlossySerpent/TabControl' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GlossySerpent/TabContentPane' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'GlossySerpent/TabButtonPane' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/GlyphButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'GlossySerpent/GlyphButton' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'GlossySerpent/ComboDropList' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'GlossySerpent/ComboEditbox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'GlossySerpent/Combobox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'GlossySerpent/Listbox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ListboxTransparent' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'GlossySerpent/ListboxTransparent' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'GlossySerpent/ListHeader' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'GlossySerpent/ListHeaderSegment' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'GlossySerpent/MultiColumnList' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'GlossySerpent/Spinner' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'GlossySerpent/Tooltip' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'GlossySerpent/StaticImage' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'GlossySerpent/StaticText' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'GlossySerpent/ItemListbox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'GlossySerpent/ListboxItem' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Creating falagard mapping for type 'GlossySerpent/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'GlossySerpent/GroupBox' and RenderEffect ''. (0012DAE8)
01/11/2012 23:50:11 (Std) Attempting to create Imageset 'DejaVuSerif-HD-10_auto_glyph_images_ ' with texture only.
01/11/2012 23:50:11 (Std) ---- Successfully completed loading of GUI layout from 'GameLogin.layout' ----
01/11/2012 23:50:11 (Std) ---- Successfully completed loading of GUI layout from 'StatConsole.layout' ----
01/11/2012 23:50:11 (Std) Attempting to create Imageset 'DejaVuSans-HD-10_auto_glyph_images_ ' with texture only.
01/11/2012 23:50:13 (Std) ---- Successfully completed loading of GUI layout from 'SelectServer.layout' ----
01/11/2012 23:50:13 (Std) Attempting to create Imageset 'DejaVuSerif-HD-8_auto_glyph_images_ ' with texture only.
01/11/2012 23:50:13 (Std) ---- Successfully completed loading of GUI layout from 'Lobby.layout' ----
01/11/2012 23:50:14 (Std) ---- Successfully completed loading of GUI layout from 'GameLogin.layout' ----
01/11/2012 23:50:16 (Std) ---- Successfully completed loading of GUI layout from 'SelectServer.layout' ----
01/11/2012 23:50:16 (Std) ---- Successfully completed loading of GUI layout from 'Lobby.layout' ----
01/11/2012 23:50:17 (Std) ---- Successfully completed loading of GUI layout from 'GameLogin.layout' ----
01/11/2012 23:50:19 (Std) ---- Successfully completed loading of GUI layout from 'SelectServer.layout' ----


11-01-2012 23:50:06 | --------------------------------------------
11-01-2012 23:50:06 | 4408: [INFO] [Game::Init] Executable built date: Nov 1 2012
11-01-2012 23:50:13 | 4408: [DEBUG] [TCPClient::~TCPClient] destructor
11-01-2012 23:50:13 | 4408: [DEBUG] [GameLoginWindow::~GameLoginWindow] destructor
11-01-2012 23:50:13 | 4408: [DEBUG] [LobbyWindow::LobbyWindow] constructor
11-01-2012 23:50:13 | 4408: [DEBUG] [ServerListWindow::~ServerListWindow] destructor
11-01-2012 23:50:13 | 3320: [DEBUG] [LobbyWindow::Receiver] Receiver started. Waiting for packets...
11-01-2012 23:50:13 | 6060: [DEBUG] [LobbyWindow::UDPReceiver] UDP Receiver started. Waiting for packets...
11-01-2012 23:50:13 | 3320: [DEBUG] [LobbyWindow::ParsePacket] Received packet 100, size 21 bytes
11-01-2012 23:50:14 | 6060: [DEBUG] [LobbyWindow::ParseUDPPacket] Received UDP packet from server : ID 1, size 1 bytes
11-01-2012 23:50:14 | 3320: [DEBUG] [LobbyWindow::ParsePacket] Received packet 202, size 50 bytes
11-01-2012 23:50:14 | 3320: [DEBUG] [RoomList::ParsePacket] Roomlist packet arrived, subtype = 0
11-01-2012 23:50:14 | 4408: [INFO] [LobbyWindow::~LobbyWindow] destructor
11-01-2012 23:50:14 | 4408: [DEBUG] [Timer::~Timer] destructor
11-01-2012 23:50:14 | 4408: [DEBUG] [TimerManager::KillTimer] Killing timer 306e430 at pos 2. Success !
11-01-2012 23:50:14 | 4408: [DEBUG] [Timer::~Timer] destructor
11-01-2012 23:50:14 | 4408: [DEBUG] [TimerManager::KillTimer] Killing timer 306e3f0 at pos 1. Success !
11-01-2012 23:50:14 | 4408: [DEBUG] [RoomList::~RoomList] destructor
11-01-2012 23:50:14 | 4408: [DEBUG] [LobbyWindow::~LobbyWindow] destructor
11-01-2012 23:50:14 | 6060: [DEBUG] [UDPClient::~UDPClient] destructor
11-01-2012 23:50:14 | 3320: [DEBUG] [TCPClient::~TCPClient] destructor
11-01-2012 23:50:16 | 4408: [DEBUG] [TCPClient::~TCPClient] destructor
11-01-2012 23:50:16 | 4408: [DEBUG] [GameLoginWindow::~GameLoginWindow] destructor
11-01-2012 23:50:16 | 4408: [DEBUG] [LobbyWindow::LobbyWindow] constructor
11-01-2012 23:50:16 | 4408: [DEBUG] [ServerListWindow::~ServerListWindow] destructor
11-01-2012 23:50:16 | 3760: [DEBUG] [LobbyWindow::Receiver] Receiver started. Waiting for packets...
11-01-2012 23:50:16 | 2716: [DEBUG] [LobbyWindow::UDPReceiver] UDP Receiver started. Waiting for packets...
11-01-2012 23:50:16 | 3760: [DEBUG] [LobbyWindow::ParsePacket] Received packet 100, size 21 bytes
11-01-2012 23:50:16 | 2716: [DEBUG] [LobbyWindow::ParseUDPPacket] Received UDP packet from server : ID 1, size 1 bytes
11-01-2012 23:50:17 | 3760: [DEBUG] [LobbyWindow::ParsePacket] Received packet 202, size 50 bytes
11-01-2012 23:50:17 | 3760: [DEBUG] [RoomList::ParsePacket] Roomlist packet arrived, subtype = 0
11-01-2012 23:50:17 | 4408: [INFO] [LobbyWindow::~LobbyWindow] destructor
11-01-2012 23:50:17 | 4408: [DEBUG] [Timer::~Timer] destructor
11-01-2012 23:50:17 | 4408: [DEBUG] [TimerManager::KillTimer] Killing timer 2fea440 at pos 2. Success !
11-01-2012 23:50:17 | 4408: [DEBUG] [Timer::~Timer] destructor
11-01-2012 23:50:17 | 4408: [DEBUG] [TimerManager::KillTimer] Killing timer 2fea410 at pos 1. Success !
11-01-2012 23:50:17 | 4408: [DEBUG] [RoomList::~RoomList] destructor
11-01-2012 23:50:17 | 4408: [DEBUG] [LobbyWindow::~LobbyWindow] destructor
11-01-2012 23:50:17 | 2716: [DEBUG] [UDPClient::~UDPClient] destructor
11-01-2012 23:50:17 | 3760: [DEBUG] [TCPClient::~TCPClient] destructor
11-01-2012 23:50:19 | 4408: [DEBUG] [TCPClient::~TCPClient] destructor
11-01-2012 23:50:19 | 4408: [DEBUG] [GameLoginWindow::~GameLoginWindow] destructor
11-01-2012 23:50:19 | 4408: [ERROR] [ExcHandler] CRITICAL ERROR c0000005 at 00412BB1


I tried everything......
Any ideas ?

User avatar
mmixLinus
Quite a regular
Quite a regular
Posts: 71
Joined: Fri May 20, 2011 08:46
Location: Lund, Sweden
Contact:

Re: CEGUI crashes in FalagardButton::render()

Postby mmixLinus » Fri Nov 23, 2012 13:31

Could it be that you are creating/destroying buttons/windows in a thread different from your MAIN render thread?
For example a MouseClick handler being part of a different thread? That would be bad.
Sorry, I'm just guessing.
/mmixLinus
MMiX.Me 3D Music Player
Galaxy Navigator 3D - 2 million stars (ESA's Gaia satellite)
(YouTube|Facebook)


Return to “Help”

Who is online

Users browsing this forum: No registered users and 28 guests