CEGUI, irrlicht and mingw-gcc 4.7.0

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

Argawaen
Just popping in
Just popping in
Posts: 6
Joined: Sat Jul 28, 2012 08:57

CEGUI, irrlicht and mingw-gcc 4.7.0

Postby Argawaen » Sat Jul 28, 2012 09:12

hello,
I'm trying to use CEGUI with the irrlicht renderer in my project.
I'm using the mingw-gcc suite compilers in version 4.7.0. I had some difficulties with the building of the irrlicht library (i.e. result with to no texture nor fonts) that I have solved by using the compilation option: '-mno-ms-bitfields' for the irrlicht dll... It appear that the 4.7 version of GCC break with the previous one then cause compatibilities problem.
anyway, now the samples given in the irrlicht code work perfectly!
then I try to compile CEGUI.... and its sample.
so I try to lauch the first one: CEGUIFirstWindow to see if the build works... and DAMNED, it crash....

here is the output console messages:

Code: Select all

$ ./CEGUIFirstWindow-9999.0.exe
Irrlicht Engine version 1.7.3
Microsoft Windows 7 Ultimate Edition  (Build 7600)
WGL_extensions: WGL_ARB_buffer_region WGL_ARB_create_context WGL_ARB_create_context_profile WGL_ARB_create_context_robustness WGL_ARB_extensions_string WGL_ARB_make_current_read WGL_ARB_multisample WGL_ARB_pbuffer WGL_ARB_pixel_format WGL_ARB_pixel_format_float WGL_ARB_render_texture WGL_ATI_pixel_format_float WGL_EXT_create_context_es2_profile WGL_EXT_extensions_string WGL_EXT_framebuffer_sRGB WGL_EXT_pixel_format_packed_float WGL_EXT_swap_control WGL_EXT_swap_control_tear WGL_NVX_DX_interop WGL_NV_DX_interop WGL_NV_DX_interop2 WGL_NV_float_buffer WGL_NV_multisample_coverage WGL_NV_render_depth_texture WGL_NV_render_texture_rectangle
Using renderer: OpenGL 4.2.0
GeForce GTX 560 Ti/PCIe/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 4.2
Unsupported texture format: UNKNOWN
Unsupported texture format: UNKNOWN
Unsupported texture format: UNKNOWN
Unsupported texture format: UNKNOWN
Resizing window (800 600)


and here is the CEGUI.log:

Code: Select all

28/07/2012 10:50:10 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28/07/2012 10:50:10 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
28/07/2012 10:50:10 (Std)    +                          (http://www.cegui.org.uk/)                         +
28/07/2012 10:50:10 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

28/07/2012 10:50:10 (Std)    CEGUI::Logger singleton created. (038F62B0)
28/07/2012 10:50:10 (Std)    
28/07/2012 10:50:10 (Std)    ********************************************************************************
28/07/2012 10:50:10 (Std)    * Important:                                                                   *
28/07/2012 10:50:10 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
28/07/2012 10:50:10 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
28/07/2012 10:50:10 (Std)    *     support being given; please do not waste our time.                       *
28/07/2012 10:50:10 (Std)    ********************************************************************************
28/07/2012 10:50:10 (Std)    ********************************************************************************
28/07/2012 10:50:10 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
28/07/2012 10:50:10 (Std)    ********************************************************************************
28/07/2012 10:50:10 (Std)    ---- Version: 9999.0.0 (Build: Jul 28 2012 Microsoft Windows g++ 4.7.0 32 bit) ----
28/07/2012 10:50:10 (Std)    ---- Renderer module is: CEGUI::IrrlichtRenderer - Official Irrlicht based 2nd generation renderer module.  RenderTarget support is enabled. ----
28/07/2012 10:50:10 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
28/07/2012 10:50:10 (Std)    ---- Image Codec module is: IrrlichtImageCodec - Integrated ImageCodec using the Irrlicht engine. ----
28/07/2012 10:50:10 (Std)    ---- Scripting module is: None ----
28/07/2012 10:50:10 (Std)    ********************************************************************************
28/07/2012 10:50:10 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
28/07/2012 10:50:10 (Std)    ********************************************************************************
28/07/2012 10:50:10 (Std)    
28/07/2012 10:50:10 (Std)    ---- Begining CEGUI System initialisation ----
28/07/2012 10:50:10 (Std)    [CEGUI::ImageManager] Singleton created (038F67E0)
28/07/2012 10:50:10 (Std)    [CEGUI::ImageManager] Registered Image type: BasicImage
28/07/2012 10:50:10 (Std)    CEGUI::FontManager singleton created. (038F7BF8)
28/07/2012 10:50:10 (Std)    CEGUI::WindowFactoryManager singleton created
28/07/2012 10:50:10 (Std)    CEGUI::WindowManager singleton created (038F9198)
28/07/2012 10:50:10 (Std)    CEGUI::SchemeManager singleton created. (038F8BC0)
28/07/2012 10:50:10 (Std)    CEGUI::GlobalEventSet singleton created. (038F91E0)
28/07/2012 10:50:10 (Std)    CEGUI::AnimationManager singleton created (038F6540)
28/07/2012 10:50:10 (Std)    CEGUI::WidgetLookManager singleton created. (038EA630)
28/07/2012 10:50:10 (Std)    CEGUI::WindowRendererManager singleton created (038EA650)
28/07/2012 10:50:10 (Std)    CEGUI::RenderEffectManager singleton created (03901570)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'DefaultWindow' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'DefaultWindow' windows added. (038EB958)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'DragContainer' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'DragContainer' windows added. (038EBA00)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'ScrolledContainer' windows added. (038EBAA8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'ClippedContainer' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'ClippedContainer' windows added. (038EBB50)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (038EBBF8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (038EBCA0)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (038EBD48)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (038EBDF0)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (038EBE98)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (038EBF40)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (038EBFE8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (038EC090)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (038EC138)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (038EC1E0)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (038EC288)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (038EC330)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (038EC3D8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (038EC480)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (038EC528)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (038EC5D0)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (038EC678)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (038EC720)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (038EC7C8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (038EC870)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (038EC918)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (038EC9C0)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (038ECA68)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (038ECB10)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ToggleButton' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ToggleButton' windows added. (038ECBB8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (038ECC60)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (038ECD08)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (038ECDB0)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (038ECE58)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'LayoutCell' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'LayoutCell' windows added. (038ECF00)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (038ECFA8)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (038ED050)
28/07/2012 10:50:10 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
28/07/2012 10:50:10 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (038ED0F8)
28/07/2012 10:50:10 (Std)    CEGUI::System singleton created. (038F6020)
28/07/2012 10:50:10 (Std)    ---- CEGUI System initialisation completed ----
28/07/2012 10:50:10 (Std)    
28/07/2012 10:50:10 (Std)    [IrrlichtRenderer] Created texture: cegui_logo
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'cegui_logo' (03914AC0) of type: BasicImage
28/07/2012 10:50:10 (Std)    Started creation of Scheme from XML specification:
28/07/2012 10:50:10 (Std)    ---- CEGUI GUIScheme name: TaharezLook
28/07/2012 10:50:10 (Std)    [ImageManager] Started creation of Imageset from XML specification:
28/07/2012 10:50:10 (Std)    [ImageManager] ---- CEGUI Imageset name: TaharezLook
28/07/2012 10:50:10 (Std)    [ImageManager] ---- Source texture file: TaharezLook.png
28/07/2012 10:50:10 (Std)    [ImageManager] ---- Source texture resource group: (Default)
28/07/2012 10:50:10 (Std)    [IrrlichtRenderer] Created texture: TaharezLook
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ClientBrush' (03955778) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/GenericBrush' (03955868) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowLeftEdge' (03919750) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowRightEdge' (03919840) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopEdge' (03919930) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomEdge' (03919A20) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopLeft' (03919B10) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowTopRight' (07B42058) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomLeft' (07B42148) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/WindowBottomRight' (07B42238) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftNormal' (07B42328) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleNormal' (07B42418) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightNormal' (07B42508) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftPushed' (07B425F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddlePushed' (07B426E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightPushed' (03951458) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonLeftHighlight' (03951548) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonMiddleHighlight' (03951638) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ButtonRightHighlight' (03951728) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxNormal' (03951818) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxHover' (03951908) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/CheckboxMark' (039519F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonNormal' (03951AE8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonHover' (03951BD8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/RadioButtonMark' (03951CC8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarLeft' (03951DB8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarMiddle' (03951EA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TitlebarRight' (03951F98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarLeft' (03952088) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarMiddle' (03952178) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/NewTitlebarRight' (03952268) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaMiddle' (03952358) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/SysAreaRight' (03952448) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticLeft' (03952538) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticRight' (03952628) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTop' (03952718) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottom' (03952808) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopLeft' (039528F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticTopRight' (039529E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomLeft' (03952AD8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBottomRight' (03952BC8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/StaticBackdrop' (03952CB8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLeft' (03952DA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarMiddle' (03952E98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarRight' (03952F88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarDimSegment' (03953078) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ProgressBarLitSegment' (03953168) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxLeft' (03953258) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxMiddle' (03953348) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxRight' (03925E88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/EditBoxCaret' (03925F78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpNormal' (03926068) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownNormal' (03926158) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerUpHover' (03926248) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/SpinnerDownHover' (03926338) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TextSelectionBrush' (03926428) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollTop' (03926518) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollMiddle' (03926608) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBottom' (039266F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollBarSegment' (039267E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbNormal' (039268D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollThumbHover' (039269C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpNormal' (03926AB8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownNormal' (03926BA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollUpHover' (03926C98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertScrollDownHover' (03926D88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollBarSegment' (03926E78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbNormal' (03926F68) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopNormal' (03927058) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleNormal' (03927148) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomNormal' (03927238) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbTopHover' (03927328) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbMiddleHover' (03927418) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbBottomHover' (03927508) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollThumbHover' (039275F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpNormal' (039276E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownNormal' (039277D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollUpHover' (039278C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniVertScrollDownHover' (039279B8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderBody' (03927AA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbNormal' (03927B98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/VertSliderThumbHover' (03927C88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollBarSegment' (03927D78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbNormal' (0392DE88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftNormal' (0392DF78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleNormal' (0392E068) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightNormal' (0392E158) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbHover' (0392E248) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbLeftHover' (0392E338) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbMiddleHover' (0392E428) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollThumbRightHover' (0392E518) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftNormal' (0392E608) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightNormal' (0392E6F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollLeftHover' (0392E7E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MiniHorzScrollRightHover' (0392E8D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxLeft' (0392E9C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxRight' (0392EAB8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTop' (0392EBA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottom' (0392EC98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopLeft' (0392ED88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxTopRight' (0392EE78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomLeft' (0392EF68) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBottomRight' (0392F058) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxBackdrop' (0392F148) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ListboxSelectionBrush' (0392F238) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditLeft' (0392F328) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxEditMiddle' (0392F418) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonNormal' (0392F508) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListButtonHover' (0392F5F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListLeft' (0392F6E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListRight' (0392F7D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTop' (0392F8C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottom' (0392F9B8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopLeft' (0392FAA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListTopRight' (0392FB98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomLeft' (0392FC88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBottomRight' (0392FD78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxListBackdrop' (03935E88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxSelectionBrush' (03935F78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerLeft' (03936068) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerMiddle' (03936158) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/ComboboxDividerRight' (03936248) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropNormal' (03936338) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarBackdropHover' (03936428) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterNormal' (03936518) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSplitterHover' (03936608) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortUp' (039366F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/HeaderBarSortDown' (039367E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListLeft' (039368D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListRight' (039369C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTop' (03936AB8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottom' (03936BA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopLeft' (03936C98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListTopRight' (03936D88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomLeft' (03936E78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBottomRight' (03936F68) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListBackdrop' (03937058) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiListSelectionBrush' (03937148) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLeft' (03937238) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressMiddle' (03937328) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressRight' (03937418) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressQuarter' (03937508) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressHalf' (039375F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight1' (039376E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight2' (039377D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight3' (039378C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight4' (039379B8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight5' (03937AA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight6' (03937B98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight7' (03937C88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight8' (03937D78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight9' (03937E88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/AltProgressLight10' (03937F78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonNormal' (03938068) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonHover' (03938158) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/CloseButtonPressed' (03938248) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonNormal' (03938338) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonHover' (03938428) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/NewCloseButtonPressed' (03938518) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxLeft' (03938608) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxRight' (039386F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTop' (039387E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottom' (039388D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopLeft' (039389C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxTopRight' (03938AB8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomLeft' (03938BA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBottomRight' (03938C98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxBackdrop' (03938D88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MultiLineEditboxSelectionBrush' (03938E78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTarget' (03938F68) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseArrow' (03939058) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseMoveCursor' (03939148) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNoSoCursor' (03939238) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseEsWeCursor' (03939328) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNeSwCursor' (03939418) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseNwSeCursor' (03939508) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MouseTextBar' (039395F8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabHorizontalFiller' (039396E8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperLeft' (039397D8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpper' (039398C8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneUpperRight' (039399B8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLeft' (03939AA8) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneRight' (03939B98) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLower' (03939C88) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerLeft' (03939D78) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneLowerRight' (07AC2060) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabContentPaneMiddle' (07AC2150) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftNormal' (07AC2240) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightNormal' (07AC2330) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollLeftHover' (07AC2420) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonScrollRightHover' (07AC2510) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftNormal' (07AC2600) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightNormal' (07AC26F0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperNormal' (07AC27E0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerNormal' (07AC28D0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftNormal' (07AC29C0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeft2Normal' (07AC2AB0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightNormal' (07AC2BA0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftNormal' (07AC2C90) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightNormal' (07AC2D80) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRight2Normal' (07AC2E70) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleNormal' (07AC2F60) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLeftSelected' (07AC3050) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonRightSelected' (07AC3140) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperSelected' (07AC3230) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerSelected' (07AC3320) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperLeftSelected' (07AC3410) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonUpperRightSelected' (07AC3500) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerLeftSelected' (07AC35F0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonLowerRightSelected' (07AC36E0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TabButtonMiddleSelected' (07AC37D0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopLeft' (07AC38C0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopRight' (07AC39B0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomLeft' (07AC3AA0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomRight' (07AC3B90) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipLeftEdge' (07AC3C80) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipRightEdge' (07AC3D70) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipTopEdge' (07AC3E60) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipBottomEdge' (07AC3F50) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TooltipMiddle' (07AC6060) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopLeft' (07AC6150) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTopRight' (07AC6240) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomLeft' (07AC6330) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottomRight' (07AC6420) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuLeft' (07AC6510) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuRight' (07AC6600) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuTop' (07AC66F0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuBottom' (07AC67E0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/MenuMiddle' (07AC68D0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopLeft' (07AC69C0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTopRight' (07AC6AB0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomLeft' (07AC6BA0) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottomRight' (07AC6C90) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameLeft' (07AC6D80) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameRight' (07AC6E70) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameTop' (07AC6F60) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuFrameBottom' (07AC7050) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuMiddle' (07AC7140) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowRight' (07AC7230) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/PopupMenuArrowLeft' (07AC7320) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListClosed' (07AC7410) of type: BasicImage
28/07/2012 10:50:10 (Std)    [ImageManager] Created image: 'TaharezLook/TreeListOpened' (07AC7500) of type: BasicImage
28/07/2012 10:50:10 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
28/07/2012 10:50:10 (Std)    ===== Look and feel parsing completed =====
28/07/2012 10:50:10 (Std)    No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Button' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Button' added. (07CF0AA8)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Default' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Default' added. (07CF0B50)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Editbox' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Editbox' added. (07CF0BF8)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/FrameWindow' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/FrameWindow' added. (07CF0CA0)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ItemEntry' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ItemEntry' added. (07CF0D48)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ListHeader' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ListHeader' added. (07CF0DF0)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ListHeaderSegment' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ListHeaderSegment' added. (07CF0E98)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Listbox' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Listbox' added. (07CF0F40)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Menubar' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Menubar' added. (07CF0FE8)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/MenuItem' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/MenuItem' added. (07CF1090)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/MultiColumnList' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/MultiColumnList' added. (07CF1138)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/MultiLineEditbox' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/MultiLineEditbox' added. (07CF11E0)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/PopupMenu' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/PopupMenu' added. (07CF1288)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ProgressBar' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ProgressBar' added. (07CF1330)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ScrollablePane' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ScrollablePane' added. (07CF13D8)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Scrollbar' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Scrollbar' added. (07CF1480)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Slider' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Slider' added. (07CF1528)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Static' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Static' added. (07CF15D0)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/StaticImage' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/StaticImage' added. (07CF1678)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/StaticText' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/StaticText' added. (07CF1720)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/TabButton' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/TabButton' added. (07CF17C8)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/TabControl' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/TabControl' added. (07CF1870)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Titlebar' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Titlebar' added. (07CF1918)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ToggleButton' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ToggleButton' added. (07CF19C0)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Tooltip' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Tooltip' added. (07CF1A68)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/ItemListbox' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/ItemListbox' added. (07CF1B10)
28/07/2012 10:50:10 (Std)    Created WindowRendererFactory for 'Core/Tree' WindowRenderers.
28/07/2012 10:50:10 (Std)    WindowRendererFactory 'Core/Tree' added. (07CF1BB8)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Label' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Label' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/ToggleButton', window renderer 'Core/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Core/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Core/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Core/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Core/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Core/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Core/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Core/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Core/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Core/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Core/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Core/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Core/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Core/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Core/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Core/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Core/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Core/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Core/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Core/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Core/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Core/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Core/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0028D2B0)
28/07/2012 10:50:10 (Std)    [IrrlichtRenderer] Created texture: _irr_tt_tex_0


I don't see error message nor exceptions... so it is hard for me to see where's the problem...

In my project, I have no problem we I create the whole CEGUI system, but the program crash when it try to render the GUI...
I have try to render a simple GUI (I.E. only a static image as background) and it works. but when I try to add a button, it crash at the render...

thanks for help.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby CrazyEddie » Mon Jul 30, 2012 07:34

Argawaen wrote:I don't see error message nor exceptions... so it is hard for me to see where's the problem...

Me too.

Please post a backtrace / callstack with debugging symbols. While I really do appreciate the information you have posted (log and such), without the backtrace your post essentially says "It crashed, what's wrong!" ;)

CE.

Argawaen
Just popping in
Just popping in
Posts: 6
Joined: Sat Jul 28, 2012 08:57

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby Argawaen » Wed Aug 01, 2012 19:51

Ok, it is realy strange, when I compile the debug version of CEGUI, I don't have a crash!!
I Have then try to compile the Release with the same parameters but I get the crash...

other thing strange: when (under debug version) I use the Irrlicht renderer, the fonts are displaid as blank squares... I think it is related to the 'Unsupported texture format: UNKNOWN' error message I get from the irrlicht engine...
When I use the OpenGL renderer with the DevIL Image Codec (I use the pre compiled library comming from this website...), I have the same error. When I use the FreeImage Image codec (this one I have compile it myself with the compile option '-mno-ms-bitfields') thye sample work perfectly....

so clearly, my problem comes not from the CEGUI part but from the dependancies...
for the irrlicht engine I already got the same problem with the BMP image loader, so I need to see what's the problem with the other loaders....
but this do not explain the difference between the Debug and the Release version of CEGUI... prehaps the optimisation level ?...!? :?

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby CrazyEddie » Thu Aug 02, 2012 07:59

Hi,

Normally debug/release differences on windows are a result of configuration differences or linking 'debug' libs to 'release' code (or vice-versa). I have no idea if this still holds true when using mingw, though.

When using irrlicht the "unsupported texture" spew is kind of normal - everybody gets it (it's not limited to cegui's use either).

You might try our source based dependencies which are for the default branch of mercurial (as opposed to the prebuilt ones which are only really for 0.7.x, and may have issues with the newer mingw). See: http://files.cegui.org.uk/CEGUI%20Mk-2%20Dependencies/ these use cmake to generate the build files - you may or may not need to play with it to get mingw working though, not sure, have not tested it yet.

CE.

Argawaen
Just popping in
Just popping in
Posts: 6
Joined: Sat Jul 28, 2012 08:57

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby Argawaen » Thu Aug 02, 2012 19:33

at last!! I have found a config that works:
thanks for the dependencies you gave to me, I have compiled everything execpt devIL (some compiling errors that I was not willing to correct....)
I use the SVN head revision of irrlicht
and the Debug version of CEGUI!!!
something strange: by default, the CEGUI sample using irrlicht use the opengl version of the irrlicht engine: it gave me no error but only a black screen... I have then change to the Direct3D9 version of irrlicht and it works!!!!
with the debug version, I have also see that the OpenGL and Direct3D9 Renderer of CEGUI works perfectly!

For the release version... nothing work neither the irrlicht, opengl nor direct3D9 renderer works: a crash just after the window creation. again not log to see what exactly goes wrong...

What I want to try tomorow is to use the static version of the dependancies and then the static version of CEGUI....

note:
in the HEAD svn version of irrlicht, there is no more functiontion named irr::video::pack_texureBlendFunc used in irrlicht renderer 'GeometryBuffer.cpp' file. I saw that there is a big FIXME in this function to be able to compile CEGUI with this version of irrlicht, I have comment everything but:

Code: Select all

d_material.MaterialType = irr::video::EMT_TRANSPARENT_ALPHA_CHANNEL;
    d_material.MaterialTypeParam = 0;

I'm sorry I do not have a better solution....

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby CrazyEddie » Fri Aug 03, 2012 07:58

Well, it's cool that you have something working.

For Irrlicht SVN code, we are aware of the black screen issue, though it seems from your information, that only affects OpenGL and not Direct3D9 - that's useful information, so thanks for that :D As regards to irr::video::pack_texureBlendFunc, it's just a typo fix isn't it? The function is renamed to irr::video::pack_textureBlendFunc I believe.

The release crash is really baffling. It has to be a config mismatch of some kind, but I have no idea what. I guess you could try posting a release version callstack/backtrace, it might give some clue as to what might be happenning, though of course, without symbols it is a long shot.

CE.

Argawaen
Just popping in
Just popping in
Posts: 6
Joined: Sat Jul 28, 2012 08:57

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby Argawaen » Sat Aug 04, 2012 16:35

first, you're right, it was you an orthograph correction: irr::video::pack_textureBlendFunc :D

second, I've try to do compilation of a relaese but with the compilation optin: -O3 -g instead of -O3 -DNDEBUG I have the crash but no additinnal message than before... I have try to laucht the prcess through gdb an I had a new information:

Code: Select all

GNU gdb (GDB) 7.4
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from n:\projpers\libs\graphic\CEGUI\CEGUI_buid\bin\CEGUIFirstWindow-9999.0_Static.exe...done.
(gdb) run
Starting program: n:\projpers\libs\graphic\CEGUI\CEGUI_buid\bin\CEGUIFirstWindow-9999.0_Static.exe
[New Thread 86976.0x14904]
number of renderer available:3
warning: Irrlicht Engine version 1.8.0-alpha

Irrlicht Engine version 1.8.0-alpha
warning: Microsoft Windows 7 Ultimate Edition  (Build 7600)

Microsoft Windows 7 Ultimate Edition  (Build 7600)
warning: Using renderer: Direct3D 9.0

Using renderer: Direct3D 9.0
warning: NVIDIA GeForce GTX 560 Ti   nvd3dum.dll 8.17.13.142

NVIDIA GeForce GTX 560 Ti   nvd3dum.dll 8.17.13.142
[New Thread 86976.0x152b8]
warning: Currently available Video Memory (kB): 4144128

Currently available Video Memory (kB): 4144128
warning: Resizing window (800 600)

Resizing window (800 600)
warning: Resetting D3D9 device.

Resetting D3D9 device.

Program received signal SIGSEGV, Segmentation fault.
CEGUI::FrameComponent::render_impl (this=0x3, srcWindow=..., destRect=..., modColours=0x3, clipper=0x886fd00, clipToDisplay=64)
    at N:\projpers\libs\graphic\CEGUI\CEGUI-hg\cegui\src\falagard\FrameComponent.cpp:500
500         if (const Image* const componentImage = getImage(FIC_RIGHT_EDGE, srcWindow))


so the seg fault occurs when the program try to access to the image data.... I think that the image is not correctly loaded (I already had the same problem with irrlicht alone an the new compiler) I will try to investigate more on that point...

another useful information:
I have said that irrlicht with directx9 works a little too early: it display something but therre is a problem of tranparency: istead of the 'transparent color' I have a black color.... not good especialy when I try to display a text in black: I get only black rectangles...

Argawaen
Just popping in
Just popping in
Posts: 6
Joined: Sat Jul 28, 2012 08:57

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby Argawaen » Mon Aug 06, 2012 09:17

I am weak:
I have downgrade the compiler to gcc 4.6.2 and then... no problem at all !!!
definitely there is something with the 4.7 version of gcc... I don't know exactly what...

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: CEGUI, irrlicht and mingw-gcc 4.7.0

Postby CrazyEddie » Thu Aug 09, 2012 07:46

:lol:

I can't really offer any ideas as to what the issue might be either. In theory, if every component is compiled with the same compiler and same compiler settings, there should never be any issue. So it's very strange indeed.

Incidentally, on linux using gcc/g++ 4.7 everything is fine, so if there is some 4.7 specific issue, it additionally would seem to be specific to mingw / windows.

CE.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 6 guests