Crash in OpenGLTexture::loadFromFile

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

moorekevinw
Just popping in
Just popping in
Posts: 3
Joined: Sat Aug 18, 2012 01:30

Crash in OpenGLTexture::loadFromFile

Postby moorekevinw » Wed Jun 26, 2013 23:23

I'm getting a crash in OpenGLTexture::loadFromFile when trying to load an image from disk. This is only happening on my Mac, the same code run on Windows is running fine.

Here is the code that triggers this
ImagesetManager::getSingleton().createFromImageFile("Test", "/Users/kmoore/test.jpg", "home");

Here is my log file

26/06/2013 16:09:16 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
26/06/2013 16:09:16 (Std) + Crazy Eddie's GUI System - Event log +
26/06/2013 16:09:16 (Std) + (http://www.cegui.org.uk/) +
26/06/2013 16:09:16 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

26/06/2013 16:09:16 (Std) CEGUI::Logger singleton created. (0x32c2000)
26/06/2013 16:09:16 (Std) ---- Beginning exe bundle loading ----
26/06/2013 16:09:16 (Std) -- Input bundle name: CEGUIExpatParser
26/06/2013 16:09:16 (Std) -- Bundle loaded successfully.
26/06/2013 16:09:16 (Std) ---- Finished exe bundle loading ----
26/06/2013 16:09:16 (Std) ---- Beginning exe bundle loading ----
26/06/2013 16:09:16 (Std) -- Input bundle name: CEGUISILLYImageCodec
26/06/2013 16:09:16 (Std) -- Bundle loaded successfully.
26/06/2013 16:09:16 (Std) ---- Finished exe bundle loading ----
26/06/2013 16:09:16 (Std)
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) * Important: *
26/06/2013 16:09:16 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
26/06/2013 16:09:16 (Std) * of this log file indicated below. Failure to do this will result in no *
26/06/2013 16:09:16 (Std) * support being given; please do not waste our time. *
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) ---- Version 0.7.7 (Build: Aug 13 2012 Debug Apple Mac g++ 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57)) 32 bit) ----
26/06/2013 16:09:16 (Std) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module. TextureTarget support enabled via FBO extension. ----
26/06/2013 16:09:16 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
26/06/2013 16:09:16 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
26/06/2013 16:09:16 (Std) ---- Scripting module is: None ----
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std)
26/06/2013 16:09:16 (Std) ---- Begining CEGUI System initialisation ----
26/06/2013 16:09:16 (Std) CEGUI::ImagesetManager singleton created (0x3a90e30)
26/06/2013 16:09:16 (Std) CEGUI::FontManager singleton created. (0x3a916f0)
26/06/2013 16:09:16 (Std) CEGUI::WindowFactoryManager singleton created
26/06/2013 16:09:16 (Std) CEGUI::WindowManager singleton created (0x3a91180)
26/06/2013 16:09:16 (Std) CEGUI::SchemeManager singleton created. (0x3a911d0)
26/06/2013 16:09:16 (Std) CEGUI::MouseCursor singleton created. (0x3a912a0)
26/06/2013 16:09:16 (Std) CEGUI::GlobalEventSet singleton created. (0x3a90f20)
26/06/2013 16:09:16 (Std) CEGUI::AnimationManager singleton created (0x3a91400)
26/06/2013 16:09:16 (Std) CEGUI::WidgetLookManager singleton created. (0x3a917e0)
26/06/2013 16:09:16 (Std) CEGUI::WindowRendererManager singleton created (0x3a924e0)
26/06/2013 16:09:16 (Std) CEGUI::RenderEffectManager singleton created (0x3a92540)26/06/2013 16:09:16 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
26/06/2013 16:09:16 (Std) + Crazy Eddie's GUI System - Event log +
26/06/2013 16:09:16 (Std) + (http://www.cegui.org.uk/) +
26/06/2013 16:09:16 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

26/06/2013 16:09:16 (Std) CEGUI::Logger singleton created. (0x32c2000)
26/06/2013 16:09:16 (Std) ---- Beginning exe bundle loading ----
26/06/2013 16:09:16 (Std) -- Input bundle name: CEGUIExpatParser
26/06/2013 16:09:16 (Std) -- Bundle loaded successfully.
26/06/2013 16:09:16 (Std) ---- Finished exe bundle loading ----
26/06/2013 16:09:16 (Std) ---- Beginning exe bundle loading ----
26/06/2013 16:09:16 (Std) -- Input bundle name: CEGUISILLYImageCodec
26/06/2013 16:09:16 (Std) -- Bundle loaded successfully.
26/06/2013 16:09:16 (Std) ---- Finished exe bundle loading ----
26/06/2013 16:09:16 (Std)
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) * Important: *
26/06/2013 16:09:16 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
26/06/2013 16:09:16 (Std) * of this log file indicated below. Failure to do this will result in no *
26/06/2013 16:09:16 (Std) * support being given; please do not waste our time. *
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) ---- Version 0.7.7 (Build: Aug 13 2012 Debug Apple Mac g++ 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57)) 32 bit) ----
26/06/2013 16:09:16 (Std) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module. TextureTarget support enabled via FBO extension. ----
26/06/2013 16:09:16 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
26/06/2013 16:09:16 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
26/06/2013 16:09:16 (Std) ---- Scripting module is: None ----
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
26/06/2013 16:09:16 (Std) ********************************************************************************
26/06/2013 16:09:16 (Std)
26/06/2013 16:09:16 (Std) ---- Begining CEGUI System initialisation ----
26/06/2013 16:09:16 (Std) CEGUI::ImagesetManager singleton created (0x3a90e30)
26/06/2013 16:09:16 (Std) CEGUI::FontManager singleton created. (0x3a916f0)
26/06/2013 16:09:16 (Std) CEGUI::WindowFactoryManager singleton created
26/06/2013 16:09:16 (Std) CEGUI::WindowManager singleton created (0x3a91180)
26/06/2013 16:09:16 (Std) CEGUI::SchemeManager singleton created. (0x3a911d0)
26/06/2013 16:09:16 (Std) CEGUI::MouseCursor singleton created. (0x3a912a0)
26/06/2013 16:09:16 (Std) CEGUI::GlobalEventSet singleton created. (0x3a90f20)
26/06/2013 16:09:16 (Std) CEGUI::AnimationManager singleton created (0x3a91400)
26/06/2013 16:09:16 (Std) CEGUI::WidgetLookManager singleton created. (0x3a917e0)
26/06/2013 16:09:16 (Std) CEGUI::WindowRendererManager singleton created (0x3a924e0)
26/06/2013 16:09:16 (Std) CEGUI::RenderEffectManager singleton created (0x3a92540)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'DefaultWindow' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'DefaultWindow' windows added. (0x3a92570)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'DragContainer' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'DragContainer' windows added. (0x3a923b0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'ScrolledContainer' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'ScrolledContainer' windows added. (0x3a92750)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'ClippedContainer' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'ClippedContainer' windows added. (0x3a927f0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Checkbox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Checkbox' windows added. (0x3a92a10)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/PushButton' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/PushButton' windows added. (0x3a92b60)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/RadioButton' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/RadioButton' windows added. (0x3a92cb0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Combobox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Combobox' windows added. (0x3a92ec0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ComboDropList' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ComboDropList' windows added. (0x3a92f60)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Editbox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Editbox' windows added. (0x3a93000)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/FrameWindow' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/FrameWindow' windows added. (0x3a93220)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ItemEntry' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ItemEntry' windows added. (0x3a93430)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Listbox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Listbox' windows added. (0x3a934d0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ListHeader' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ListHeader' windows added. (0x3a93620)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (0x3a93770)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Menubar' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Menubar' windows added. (0x3a93810)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/PopupMenu' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/PopupMenu' windows added. (0x3a93a40)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/MenuItem' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/MenuItem' windows added. (0x3a93b90)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/MultiColumnList' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/MultiColumnList' windows added. (0x3a93ce0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (0x3a93d80)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ProgressBar' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ProgressBar' windows added. (0x3a93fb0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ScrollablePane' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ScrollablePane' windows added. (0x3a941f0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Scrollbar' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Scrollbar' windows added. (0x3a94340)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Slider' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Slider' windows added. (0x3a943e0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Spinner' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Spinner' windows added. (0x3a94480)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/TabButton' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/TabButton' windows added. (0x3a945d0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/TabControl' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/TabControl' windows added. (0x3a94800)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Thumb' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Thumb' windows added. (0x3a94950)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Titlebar' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Titlebar' windows added. (0x3a949f0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Tooltip' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Tooltip' windows added. (0x3a94b40)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/ItemListbox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/ItemListbox' windows added. (0x3a94d60)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/GroupBox' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/GroupBox' windows added. (0x3a94f70)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'CEGUI/Tree' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'CEGUI/Tree' windows added. (0x3a95010)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'HorizontalLayoutContainer' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'HorizontalLayoutContainer' windows added. (0x3a950b0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'VerticalLayoutContainer' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'VerticalLayoutContainer' windows added. (0x3a953c0)
26/06/2013 16:09:16 (Std) Created WindowFactory for 'GridLayoutContainer' windows.
26/06/2013 16:09:16 (Std) WindowFactory for 'GridLayoutContainer' windows added. (0x3a95510)
26/06/2013 16:09:16 (Std) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
26/06/2013 16:09:16 (Std) CEGUI::System singleton created. (0x32c5800)
26/06/2013 16:09:16 (Std) ---- CEGUI System initialisation completed ----
26/06/2013 16:09:16 (Std)
26/06/2013 16:09:16 (Std) Started creation of Scheme from XML specification:
26/06/2013 16:09:16 (Std) ---- CEGUI GUIScheme name: TaharezLook
26/06/2013 16:09:16 (Std) Started creation of Imageset from XML specification:
26/06/2013 16:09:16 (Std) ---- CEGUI Imageset name: TaharezLook
26/06/2013 16:09:16 (Std) ---- Source texture file: TaharezLook.tga in resource group: (Default)
26/06/2013 16:09:16 (Std) Started creation of Font from XML specification:
26/06/2013 16:09:16 (Std) ---- CEGUI font name: DejaVuSans-10
26/06/2013 16:09:16 (Std) ---- Font type: FreeType
26/06/2013 16:09:16 (Std) ---- Source file: DejaVuSans.ttf in resource group: (Default)
26/06/2013 16:09:16 (Std) ---- Real point size: 10
26/06/2013 16:09:16 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
26/06/2013 16:09:16 (Std) ===== Look and feel parsing completed =====
26/06/2013 16:09:16 (Std) ---- Beginning exe bundle loading ----
26/06/2013 16:09:16 (Std) -- Input bundle name: CEGUIFalagardWRBase
26/06/2013 16:09:16 (Std) -- Bundle loaded successfully.
26/06/2013 16:09:16 (Std) ---- Finished exe bundle loading ----
26/06/2013 16:09:16 (Std) No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Button' added. (0x776fea0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Default' added. (0x776e750)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Editbox' added. (0x776ff40)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/FrameWindow' added. (0x7770200)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ItemEntry' added. (0x77702a0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ListHeader' added. (0x7770340)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ListHeaderSegment' added. (0x7770570)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Listbox' added. (0x77708b0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Menubar' added. (0x7770a00)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/MenuItem' added. (0x7770aa0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/MultiColumnList' added. (0x7770b40)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/MultiLineEditbox' added. (0x7770e10)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/PopupMenu' added. (0x7770f80)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ProgressBar' added. (0x7771020)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ScrollablePane' added. (0x7771220)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Scrollbar' added. (0x77712c0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Slider' added. (0x7771740)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Static' added. (0x77717e0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/StaticImage' added. (0x7771880)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/StaticText' added. (0x7771920)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/SystemButton' added. (0x7771b20)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/TabButton' added. (0x7771bc0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/TabControl' added. (0x7771dc0)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Titlebar' added. (0x7771e60)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ToggleButton' added. (0x7772060)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Tooltip' added. (0x7772100)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/ItemListbox' added. (0x7772250)
26/06/2013 16:09:16 (Std) Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
26/06/2013 16:09:16 (Std) WindowRendererFactory 'Falagard/Tree' added. (0x77722f0)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/Checkbox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/ImageButton' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'TaharezLook/RadioButton' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'TaharezLook/FrameWindow' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'TaharezLook/Titlebar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/Button' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/Editbox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'TaharezLook/MultiLineEditbox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'TaharezLook/Menubar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'TaharezLook/PopupMenu' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'TaharezLook/MenuItem' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/AltProgressBar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/ProgressBar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'TaharezLook/VUMeter' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/VerticalScrollbar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/HorizontalScrollbar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/VerticalScrollbarThumb' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'TaharezLook/LargeVerticalScrollbar' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'TaharezLook/TabButton' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'TaharezLook/TabControl' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabContentPane' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/TabButtonPane' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/ComboDropList' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'TaharezLook/ComboEditbox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Combobox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'TaharezLook/Listbox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'TaharezLook/ListHeader' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'TaharezLook/ListHeaderSegment' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'TaharezLook/MultiColumnList' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'TaharezLook/Slider' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'TaharezLook/SliderThumb' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'TaharezLook/ScrollablePane' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/Spinner' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'TaharezLook/Tooltip' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'TaharezLook/StaticImage' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'TaharezLook/StaticText' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'TaharezLook/ItemListbox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'TaharezLook/ListboxItem' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'TaharezLook/GroupBox' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Creating falagard mapping for type 'TaharezLook/Tree' using base type 'CEGUI/Tree', window renderer 'Falagard/Tree' Look'N'Feel 'TaharezLook/Tree' and RenderEffect ''. (0xbfffca48)
26/06/2013 16:09:16 (Std) Attempting to create FreeType font 'DefaultFont' using font file 'DejaVuSans.ttf'.
26/06/2013 16:09:16 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_ ' with texture only.
26/06/2013 16:09:16 (Error) Attempt to set value of '181' to read only property 'HorzExtent' on window: SDKTestApp/Profile/OnlineStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Profile/OnlineStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '196' to read only property 'HorzExtent' on window: SDKTestApp/Profile/ProfileStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Profile/ProfileStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '79' to read only property 'HorzExtent' on window: SDKTestApp/Profile/GetUserIDStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Profile/GetUserIDStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '125' to read only property 'HorzExtent' on window: SDKTestApp/Profile/Environment
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Profile/Environment
26/06/2013 16:09:16 (Error) Attempt to set value of '225' to read only property 'HorzExtent' on window: SDKTestApp/IGOWindow/IGOStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/IGOWindow/IGOStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '46' to read only property 'HorzExtent' on window: SDKTestApp/IGOWindow/URLLabel
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/IGOWindow/URLLabel
26/06/2013 16:09:16 (Std) ---- Successfully completed loading of GUI layout from 'SDKTestApp.layout' ----
26/06/2013 16:09:16 (Error) Attempt to set value of '334' to read only property 'HorzExtent' on window: SDKTestApp/General/PermissionStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/PermissionStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '514' to read only property 'HorzExtent' on window: SDKTestApp/General/SettingResult
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/SettingResult
26/06/2013 16:09:16 (Error) Attempt to set value of '548' to read only property 'HorzExtent' on window: SDKTestApp/General/GameInfoResult
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/GameInfoResult
26/06/2013 16:09:16 (Error) Attempt to set value of '97' to read only property 'HorzExtent' on window: SDKTestApp/General/ImageID
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/ImageID
26/06/2013 16:09:16 (Error) Attempt to set value of '226' to read only property 'HorzExtent' on window: SDKTestApp/General/QueryStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/QueryStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '239' to read only property 'HorzExtent' on window: SDKTestApp/General/LookupStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/LookupStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '187' to read only property 'HorzExtent' on window: SDKTestApp/General/LookupStaticResult
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/LookupStaticResult
26/06/2013 16:09:16 (Error) Attempt to set value of '124' to read only property 'HorzExtent' on window: SDKTestApp/General/EventsListStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/General/EventsListStatic
26/06/2013 16:09:16 (Std) ---- Successfully completed loading of GUI layout from 'General.layout' ----
26/06/2013 16:09:16 (Error) Attempt to set value of '129' to read only property 'HorzExtent' on window: SDKTestApp/Presence/FriendsListStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/FriendsListStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '320' to read only property 'HorzExtent' on window: SDKTestApp/Presence/FriendsListResult
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/FriendsListResult
26/06/2013 16:09:16 (Error) Attempt to set value of '110' to read only property 'HorzExtent' on window: SDKTestApp/Presence/UsersListStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/UsersListStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '393' to read only property 'HorzExtent' on window: SDKTestApp/Presence/FriendDetailsStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/FriendDetailsStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '121' to read only property 'HorzExtent' on window: SDKTestApp/Presence/OtherUserStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/OtherUserStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '413' to read only property 'HorzExtent' on window: SDKTestApp/Presence/SubscribePresenceStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/SubscribePresenceStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '441' to read only property 'HorzExtent' on window: SDKTestApp/Presence/UnsubscribePresenceStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/UnsubscribePresenceStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '373' to read only property 'HorzExtent' on window: SDKTestApp/Presence/QueryPresenceStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/QueryPresenceStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '430' to read only property 'HorzExtent' on window: SDKTestApp/Presence/QueryPresenceDetailsStatic
26/06/2013 16:09:16 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/QueryPresenceDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '158' to read only property 'HorzExtent' on window: SDKTestApp/Presence/RichPresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/RichPresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '177' to read only property 'HorzExtent' on window: SDKTestApp/Presence/GamePresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/GamePresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '113' to read only property 'HorzExtent' on window: SDKTestApp/Presence/SessionIDStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/SessionIDStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '257' to read only property 'HorzExtent' on window: SDKTestApp/Presence/SetPresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/SetPresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '260' to read only property 'HorzExtent' on window: SDKTestApp/Presence/GetPresenceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '24.3726' to read only property 'VertExtent' on window: SDKTestApp/Presence/GetPresenceStatic
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'Presence.layout' ----
26/06/2013 16:09:17 (Error) Attempt to set value of '126' to read only property 'HorzExtent' on window: SDKTestApp/Friends/FriendsListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/FriendsListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '310' to read only property 'HorzExtent' on window: SDKTestApp/Friends/FriendsListResult
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/FriendsListResult
26/06/2013 16:09:17 (Error) Attempt to set value of '107' to read only property 'HorzExtent' on window: SDKTestApp/Friends/UsersListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/UsersListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '379' to read only property 'HorzExtent' on window: SDKTestApp/Friends/FriendDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/FriendDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '118' to read only property 'HorzExtent' on window: SDKTestApp/Friends/OtherUserStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/OtherUserStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '264' to read only property 'HorzExtent' on window: SDKTestApp/Friends/QueryFriendsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/QueryFriendsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '293' to read only property 'HorzExtent' on window: SDKTestApp/Friends/QueryBlockedStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '27.4464' to read only property 'VertExtent' on window: SDKTestApp/Friends/QueryBlockedStatic
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'Friends.layout' ----
26/06/2013 16:09:17 (Error) Attempt to set value of '46' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/QueryCategoriesStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/QueryCategoriesStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '93' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/ProductsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/ProductsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '46' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/QueryProductsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/QueryProductsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '163' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/ProductDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/ProductDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '275' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/ProductImageStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/ProductImageStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '140' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/EntitlementsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/EntitlementsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '202' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/GroupStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/GroupStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '141' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/Update
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/Update
26/06/2013 16:09:17 (Error) Attempt to set value of '210' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/EntitlementDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/EntitlementDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '190' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/PurchaseManifestStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/PurchaseManifestStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '655' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/PurchaseManifestStaticResult
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/PurchaseManifestStaticResult
26/06/2013 16:09:17 (Error) Attempt to set value of '228' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/QueryManifestStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/QueryManifestStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '238' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/ConsumeEntitlementStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/ConsumeEntitlementStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '450' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/SelectStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/SelectStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '269' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/BalanceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/BalanceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '224' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/CurrentBalanceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/CurrentBalanceStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '115' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/CategoriesStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/CategoriesStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '153' to read only property 'HorzExtent' on window: SDKTestApp/Commerce/MasterTitleIdStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '26.6279' to read only property 'VertExtent' on window: SDKTestApp/Commerce/MasterTitleIdStatic
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'Commerce.layout' ----
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'Debug.layout' ----
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'PDLC.layout' ----
26/06/2013 16:09:17 (Error) Attempt to set value of '132' to read only property 'HorzExtent' on window: SDKTestApp/Chat/FriendsListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/FriendsListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '329' to read only property 'HorzExtent' on window: SDKTestApp/Chat/FriendsListResult
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/FriendsListResult
26/06/2013 16:09:17 (Error) Attempt to set value of '113' to read only property 'HorzExtent' on window: SDKTestApp/Chat/UsersListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/UsersListStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '399' to read only property 'HorzExtent' on window: SDKTestApp/Chat/FriendDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/FriendDetailsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '125' to read only property 'HorzExtent' on window: SDKTestApp/Chat/OtherUserStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/OtherUserStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '173' to read only property 'HorzExtent' on window: SDKTestApp/Chat/ResultStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/ResultStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '107' to read only property 'HorzExtent' on window: SDKTestApp/Chat/ChatInfoStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/ChatInfoStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '87' to read only property 'HorzExtent' on window: SDKTestApp/Chat/ChatIdStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/ChatIdStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '239' to read only property 'HorzExtent' on window: SDKTestApp/Chat/PendingChatsStatic
26/06/2013 16:09:17 (Error) Attempt to set value of '20.3165' to read only property 'VertExtent' on window: SDKTestApp/Chat/PendingChatsStatic
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'Chat.layout' ----
26/06/2013 16:09:17 (Std) ---- Successfully completed loading of GUI layout from 'Achievements.layout' ----
26/06/2013 16:09:17 (Std) Display resize: w=1280 h=1024
26/06/2013 16:09:17 (Std) Attempting to create Imageset 'DejaVuSans-10_auto_glyph_images_ ' with texture only.
26/06/2013 16:09:54 (Std) Attempting to create Imageset 'Test' using image file '/Users/kmoore/test.jpg'.
26/06/2013 16:09:54 (Error) SILLYImageCodec::load - Invalid image header
26/06/2013 16:09:54 (Error) CEGUI::RendererException in file /Users/kmoore/Desktop/CEGUI-0.7.7/projects/Xcode/../../cegui/src/RendererModules/OpenGL/CEGUIOpenGLTexture.cpp(139) : OpenGLTexture::loadFromFile - SILLYImageCodec - Official SILLY based image codec failed to load image '/Users/kmoore/test.jpg'.

Return to “Help”

Who is online

Users browsing this forum: No registered users and 37 guests