Image loaded distort when the size of image is below 80*80

For help with anything that CEGUI doesn't offer straight out-of-the-box, e.g.:
- Implementation of new features, such as new Core classes, widgets, WindowRenderers, etc. ...
- Modification of any existing features for specific purposes
- Integration of CEGUI in new engines or frameworks and writing of new plugins (Renderer, Parser, ...) or modules

Moderators: CEGUI MVP, CEGUI Team

Michael.Zhang
Just popping in
Just popping in
Posts: 9
Joined: Sun Mar 11, 2012 18:14

Image loaded distort when the size of image is below 80*80

Postby Michael.Zhang » Mon May 14, 2012 09:59

I try to add some icon window that user can customize the image of icon.
But when I load an image whose size is below 80*80(actually 79*79), the texture rendered to the window is distorted.
I just change the image in Sample Frame, the logo rotate picture.
And if I change the image size to 80*80 by photoshop, everything is OKAY.
In some other tries, any size below 80*80 is incorrect displayed.(I tried 50*50 60*60 70*70 75*75), and some very big picture is OKAY(800*600).
Any I also change the texture size, and the result is the same.
Here is the test code.

Code: Select all

    CEGUI::ImagesetManager::getSingleton().
        createFromImageFile("cegui_logo", "headPhoto3.jpg", "imagesets");
    d_logo_geometry = &d_renderer->createGeometryBuffer();
    d_logo_geometry->setClippingRegion(scrn);
    d_logo_geometry->setPivot(CEGUI::Vector3(50, 34.75f, 0));
    d_logo_geometry->setTranslation(CEGUI::Vector3(10, 520, 0));
    CEGUI::ImagesetManager::getSingleton().get("cegui_logo").
        getImage("full_image").draw(*d_logo_geometry, CEGUI::Rect(0, 0, 100, 69.5f), 0);

Sample uses logo.png, whose size is 128 * 89.

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

Re: Image loaded distort when the size of image is below 80*

Postby CrazyEddie » Mon May 14, 2012 11:04

For sure, you have forgotten to include something in your post.

CE.

Michael.Zhang
Just popping in
Just popping in
Posts: 9
Joined: Sun Mar 11, 2012 18:14

Re: Image loaded distort when the size of image is below 80*

Postby Michael.Zhang » Mon May 14, 2012 12:30

The image source.
Image
The correctly displayed image(80*80).
Image
The incorrectly displayed image(79*79).
Image

Michael.Zhang
Just popping in
Just popping in
Posts: 9
Joined: Sun Mar 11, 2012 18:14

Re: Image loaded distort when the size of image is below 80*

Postby Michael.Zhang » Tue May 15, 2012 04:25

CrazyEddie wrote:For sure, you have forgotten to include something in your post.

CE.

I have upload the images, I still have no idea about how to handle it.

User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: Image loaded distort when the size of image is below 80*

Postby Kulik » Tue May 15, 2012 05:05

When asking for help: Please post your CEGUI.log and the text of any error or exception messages. Thank you!
By failing to comply, you grant us permission to mock you on IRC


Even if you think the log contains nothing of use, post it! In the very least it does contain all versions and the renderer in use!

Michael.Zhang
Just popping in
Just popping in
Posts: 9
Joined: Sun Mar 11, 2012 18:14

Re: Image loaded distort when the size of image is below 80*

Postby Michael.Zhang » Tue May 15, 2012 08:30

Kulik wrote:
When asking for help: Please post your CEGUI.log and the text of any error or exception messages. Thank you!
By failing to comply, you grant us permission to mock you on IRC


Even if you think the log contains nothing of use, post it! In the very least it does contain all versions and the renderer in use!


Sorry for that. I know what you mean and here is the log.

Code: Select all

15/05/2012 16:29:15 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
15/05/2012 16:29:15 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
15/05/2012 16:29:15 (Std)    +                          (http://www.cegui.org.uk/)                         +
15/05/2012 16:29:15 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

15/05/2012 16:29:15 (Std)    CEGUI::Logger singleton created. (01418980)
15/05/2012 16:29:15 (Std)    
15/05/2012 16:29:15 (Std)    ********************************************************************************
15/05/2012 16:29:15 (Std)    * Important:                                                                   *
15/05/2012 16:29:15 (Std)    *     To get support at the CEGUI forums, you must post _at least_ the section *
15/05/2012 16:29:15 (Std)    *     of this log file indicated below.  Failure to do this will result in no  *
15/05/2012 16:29:15 (Std)    *     support being given; please do not waste our time.                       *
15/05/2012 16:29:15 (Std)    ********************************************************************************
15/05/2012 16:29:15 (Std)    ********************************************************************************
15/05/2012 16:29:15 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
15/05/2012 16:29:15 (Std)    ********************************************************************************
15/05/2012 16:29:15 (Std)    ---- Version 0.7.6 (Build: Apr 20 2012 Debug Microsoft Windows MSVC++ 10.0 32 bit) ----
15/05/2012 16:29:15 (Std)    ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module.  TextureTarget support enabled via FBO extension. ----
15/05/2012 16:29:15 (Std)    ---- XML Parser module is: CEGUI::TinyXMLParser - Official tinyXML based parser module for CEGUI ----
15/05/2012 16:29:15 (Std)    ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
15/05/2012 16:29:15 (Std)    ---- Scripting module is: None ----
15/05/2012 16:29:15 (Std)    ********************************************************************************
15/05/2012 16:29:15 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
15/05/2012 16:29:15 (Std)    ********************************************************************************
15/05/2012 16:29:15 (Std)    
15/05/2012 16:29:15 (Std)    ---- Begining CEGUI System initialisation ----
15/05/2012 16:29:15 (Std)    CEGUI::ImagesetManager singleton created (0141A838)
15/05/2012 16:29:15 (Std)    CEGUI::FontManager singleton created. (01419488)
15/05/2012 16:29:15 (Std)    CEGUI::WindowFactoryManager singleton created
15/05/2012 16:29:15 (Std)    CEGUI::WindowManager singleton created (01419710)
15/05/2012 16:29:15 (Std)    CEGUI::SchemeManager singleton created. (01419D58)
15/05/2012 16:29:15 (Std)    CEGUI::MouseCursor singleton created. (01419E50)
15/05/2012 16:29:15 (Std)    CEGUI::GlobalEventSet singleton created. (01417140)
15/05/2012 16:29:15 (Std)    CEGUI::AnimationManager singleton created (0141A010)
15/05/2012 16:29:15 (Std)    CEGUI::WidgetLookManager singleton created. (01412F20)
15/05/2012 16:29:15 (Std)    CEGUI::WindowRendererManager singleton created (01412F60)
15/05/2012 16:29:15 (Std)    CEGUI::RenderEffectManager singleton created (01419CD0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'DefaultWindow' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'DefaultWindow' windows added. (0141A340)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'DragContainer' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'DragContainer' windows added. (0141F090)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'ScrolledContainer' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'ScrolledContainer' windows added. (0141F990)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'ClippedContainer' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'ClippedContainer' windows added. (0141FA58)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Checkbox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Checkbox' windows added. (0141FB20)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/PushButton' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/PushButton' windows added. (0141FBE8)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/RadioButton' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/RadioButton' windows added. (0141FCB0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Combobox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Combobox' windows added. (0141FD78)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ComboDropList' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows added. (0141FE40)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Editbox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Editbox' windows added. (0141FF08)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/FrameWindow' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows added. (0141FFD0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ItemEntry' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows added. (01420098)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Listbox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Listbox' windows added. (01420160)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ListHeader' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ListHeader' windows added. (01420228)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (014202F0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Menubar' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Menubar' windows added. (0139C8A0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/PopupMenu' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows added. (0139C968)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/MenuItem' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/MenuItem' windows added. (0139CA30)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/MultiColumnList' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows added. (0139CAF8)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (0139CBC0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ProgressBar' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows added. (0139CC88)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ScrollablePane' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows added. (0139CD50)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Scrollbar' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows added. (0139CE18)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Slider' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Slider' windows added. (0139CEE0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Spinner' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Spinner' windows added. (0139CFA8)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/TabButton' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/TabButton' windows added. (0139D070)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/TabControl' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/TabControl' windows added. (0139D138)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Thumb' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Thumb' windows added. (0139D200)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Titlebar' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Titlebar' windows added. (0139D390)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Tooltip' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Tooltip' windows added. (0139D2C8)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/ItemListbox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows added. (0139D458)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/GroupBox' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/GroupBox' windows added. (0139D520)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'CEGUI/Tree' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'CEGUI/Tree' windows added. (0139D5E8)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'HorizontalLayoutContainer' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows added. (0139D778)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'VerticalLayoutContainer' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'VerticalLayoutContainer' windows added. (0139D6B0)
15/05/2012 16:29:15 (Std)    Created WindowFactory for 'GridLayoutContainer' windows.
15/05/2012 16:29:15 (Std)    WindowFactory for 'GridLayoutContainer' windows added. (0139D840)
15/05/2012 16:29:15 (Std)    Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
15/05/2012 16:29:15 (Std)    CEGUI::System singleton created. (01418508)
15/05/2012 16:29:15 (Std)    ---- CEGUI System initialisation completed ----
15/05/2012 16:29:15 (Std)    
15/05/2012 16:29:15 (Std)    Attempting to create Imageset 'cegui_logo' using image file 'headPhoto2.jpg'.
15/05/2012 16:29:15 (Std)    Registered RenderEffect named 'WobblyWindow'
15/05/2012 16:29:15 (Std)    Creating falagard mapping for type 'WindowsLook/DaterFrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'WindowsLook/FrameWindow' and RenderEffect 'WobblyWindow'. (0049DD00)
15/05/2012 16:29:15 (Std)    Started creation of Scheme from XML specification:
15/05/2012 16:29:15 (Std)    ---- CEGUI GUIScheme name: WindowsLookSkin
15/05/2012 16:29:15 (Std)    Started creation of Imageset from XML specification:
15/05/2012 16:29:15 (Std)    ---- CEGUI Imageset name: WindowsLook
15/05/2012 16:29:15 (Std)    ---- Source texture file: WindowsLook.tga in resource group: (Default)
15/05/2012 16:29:16 (Std)    ===== Falagard 'root' element: look and feel parsing begins =====
15/05/2012 16:29:16 (Std)    ===== Look and feel parsing completed =====
15/05/2012 16:29:16 (Std)    No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Button' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Button' added. (0139D908)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Default' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Default' added. (0139E3F8)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Editbox' added. (0139E330)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/FrameWindow' added. (0139E4C0)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ItemEntry' added. (0139E588)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ListHeader' added. (0139E650)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ListHeaderSegment' added. (0139E718)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Listbox' added. (05FF36B8)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Menubar' added. (05FF3780)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/MenuItem' added. (05FF3848)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/MultiColumnList' added. (05FF3910)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/MultiLineEditbox' added. (05FF39D8)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/PopupMenu' added. (05FF3AA0)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ProgressBar' added. (05FF3B68)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ScrollablePane' added. (05FF3C30)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Scrollbar' added. (05FF3CF8)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Slider' added. (05FF3DC0)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Static' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Static' added. (05FF3F50)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/StaticImage' added. (05FF4018)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/StaticText' added. (05FF3E88)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/SystemButton' added. (05FF40E0)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/TabButton' added. (05FF41A8)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/TabControl' added. (05FF4270)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Titlebar' added. (05FF4338)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ToggleButton' added. (05FF4400)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Tooltip' added. (05FF44C8)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/ItemListbox' added. (05FF4590)
15/05/2012 16:29:16 (Std)    Created WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
15/05/2012 16:29:16 (Std)    WindowRendererFactory 'Falagard/Tree' added. (05FF4658)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/Button' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' Look'N'Feel 'WindowsLook/Checkbox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/IconButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/IconButton' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' Look'N'Feel 'WindowsLook/RadioButton' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' Look'N'Feel 'WindowsLook/FrameWindow' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' Look'N'Feel 'WindowsLook/Titlebar' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/SystemButton' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' Look'N'Feel 'WindowsLook/Editbox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' Look'N'Feel 'WindowsLook/MultiLineEditbox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' Look'N'Feel 'WindowsLook/Menubar' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' Look'N'Feel 'WindowsLook/PopupMenu' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' Look'N'Feel 'WindowsLook/MenuItem' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' Look'N'Feel 'WindowsLook/ProgressBar' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'WindowsLook/VerticalScrollbar' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' Look'N'Feel 'WindowsLook/HorizontalScrollbar' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/VerticalScrollbarThumb' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/HorizontalScrollbarThumb' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' Look'N'Feel 'WindowsLook/TabButton' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' Look'N'Feel 'WindowsLook/TabControl' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/TabContentPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/TabContentPane' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/TabButtonPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/TabButtonPane' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' Look'N'Feel 'WindowsLook/ComboDropList' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/Combobox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' Look'N'Feel 'WindowsLook/Listbox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' Look'N'Feel 'WindowsLook/ListHeader' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' Look'N'Feel 'WindowsLook/ListHeaderSegment' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' Look'N'Feel 'WindowsLook/MultiColumnList' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' Look'N'Feel 'WindowsLook/Slider' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' Look'N'Feel 'WindowsLook/SliderThumb' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' Look'N'Feel 'WindowsLook/ScrollablePane' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/Spinner' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' Look'N'Feel 'WindowsLook/Tooltip' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/Static' using base type 'DefaultWindow', window renderer 'Falagard/Static' Look'N'Feel 'WindowsLook/Static' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' Look'N'Feel 'WindowsLook/StaticImage' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' Look'N'Feel 'WindowsLook/StaticText' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Falagard/ItemListbox' Look'N'Feel 'WindowsLook/ItemListbox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Falagard/ItemEntry' Look'N'Feel 'WindowsLook/ListboxItem' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Creating falagard mapping for type 'WindowsLook/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Falagard/Default' Look'N'Feel 'WindowsLook/GroupBox' and RenderEffect ''. (0049BEB8)
15/05/2012 16:29:16 (Std)    Started creation of Font from XML specification:
15/05/2012 16:29:16 (Std)    ---- CEGUI font name: DejaVuSans-10
15/05/2012 16:29:16 (Std)    ----       Font type: FreeType
15/05/2012 16:29:16 (Std)    ----     Source file: DejaVuSans.ttf in resource group: (Default)
15/05/2012 16:29:16 (Std)    ---- Real point size: 10
15/05/2012 16:29:16 (Std)    Started creation of Font from XML specification:
15/05/2012 16:29:16 (Std)    ---- CEGUI font name: Chinese
15/05/2012 16:29:16 (Std)    ----       Font type: FreeType
15/05/2012 16:29:16 (Std)    ----     Source file: DaterFont1.ttf in resource group: (Default)
15/05/2012 16:29:16 (Std)    ---- Real point size: 14
15/05/2012 16:29:17 (Std)    Started creation of Imageset from XML specification:
15/05/2012 16:29:17 (Std)    ---- CEGUI Imageset name: DriveIcons
15/05/2012 16:29:17 (Std)    ---- Source texture file: DriveIcons.png in resource group: (Default)
15/05/2012 16:29:17 (Std)    Started creation of Imageset from XML specification:
15/05/2012 16:29:17 (Std)    ---- CEGUI Imageset name: 4YsIcon
15/05/2012 16:29:17 (Std)    ---- Source texture file: 4YsIcon.png in resource group: (Default)
15/05/2012 16:29:17 (Std)    Attempting to create Imageset 'BackgroundImage' using image file 'TemBackground.jpg'.
15/05/2012 16:29:17 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_氀' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_儀' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_退' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_笀' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_!' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_ ' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_輀' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_贀' with texture only.
15/05/2012 16:29:18 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_帀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_嬀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_砀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_謀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_昀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_怀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_甀' with texture only.
15/05/2012 16:29:19 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_攀' with texture only.
15/05/2012 16:29:19 (Std)    ---- Successfully completed loading of GUI layout from 'RegisterWindow.layout' ----
15/05/2012 16:29:20 (Std)    ---- Successfully completed loading of GUI layout from 'LoginWindow.layout' ----
15/05/2012 16:29:21 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_贀' with texture only.
15/05/2012 16:29:21 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_匀' with texture only.
15/05/2012 16:29:21 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_!' with texture only.
15/05/2012 16:29:21 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_嬀' with texture only.
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_砀' with texture only.
15/05/2012 16:29:22 (Std)    Display resize: w=800 h=600
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_瘀' with texture only.
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_阀' with texture only.
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_縀' with texture only.
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_ ' with texture only.
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_氀' with texture only.
15/05/2012 16:29:22 (Std)    Attempting to create Imageset 'Chinese_auto_glyph_images_儀' with texture only.
15/05/2012 16:29:25 (Std)    ---- Begining CEGUI System destruction ----
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Tree' windows removed. (0139D5E8)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Tree' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Thumb' windows removed. (0139D200)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Thumb' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Slider' windows removed. (0139CEE0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Slider' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Editbox' windows removed. (0141FF08)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Editbox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Listbox' windows removed. (01420160)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Listbox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Menubar' windows removed. (0139C8A0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Menubar' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Spinner' windows removed. (0139CFA8)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Spinner' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Tooltip' windows removed. (0139D2C8)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Tooltip' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'DefaultWindow' windows removed. (0141A340)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'DefaultWindow' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'DragContainer' windows removed. (0141F090)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'DragContainer' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Checkbox' windows removed. (0141FB20)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Checkbox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Combobox' windows removed. (0141FD78)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Combobox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/GroupBox' windows removed. (0139D520)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/GroupBox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/MenuItem' windows removed. (0139CA30)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/MenuItem' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Titlebar' windows removed. (0139D390)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Titlebar' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ItemEntry' windows removed. (01420098)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ItemEntry' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/PopupMenu' windows removed. (0139C968)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/PopupMenu' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/Scrollbar' windows removed. (0139CE18)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/Scrollbar' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/TabButton' windows removed. (0139D070)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/TabButton' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ListHeader' windows removed. (01420228)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ListHeader' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/PushButton' windows removed. (0141FBE8)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/PushButton' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/TabControl' windows removed. (0139D138)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/TabControl' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'ClippedContainer' windows removed. (0141FA58)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'ClippedContainer' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/FrameWindow' windows removed. (0141FFD0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/FrameWindow' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ItemListbox' windows removed. (0139D458)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ItemListbox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ProgressBar' windows removed. (0139CC88)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ProgressBar' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/RadioButton' windows removed. (0141FCB0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/RadioButton' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'ScrolledContainer' windows removed. (0141F990)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'ScrolledContainer' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ComboDropList' windows removed. (0141FE40)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ComboDropList' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'GridLayoutContainer' windows removed. (0139D840)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'GridLayoutContainer' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ScrollablePane' windows removed. (0139CD50)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ScrollablePane' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/MultiColumnList' windows removed. (0139CAF8)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/MultiColumnList' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/MultiLineEditbox' windows removed. (0139CBC0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/MultiLineEditbox' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'CEGUI/ListHeaderSegment' windows removed. (014202F0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'CEGUI/ListHeaderSegment' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'VerticalLayoutContainer' windows removed. (0139D6B0)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'VerticalLayoutContainer' windows.
15/05/2012 16:29:25 (Std)    WindowFactory for 'HorizontalLayoutContainer' windows removed. (0139D778)
15/05/2012 16:29:25 (Std)    Deleted WindowFactory for 'HorizontalLayoutContainer' windows.
15/05/2012 16:29:25 (Std)    ---- Begining cleanup of GUI Scheme system ----
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Button' WindowRenderers removed. (0139D908)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Button' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Default' WindowRenderers removed. (0139E3F8)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Default' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Editbox' WindowRenderers removed. (0139E330)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Editbox' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers removed. (0139E4C0)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/FrameWindow' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers removed. (0139E588)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ItemEntry' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers removed. (0139E650)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ListHeader' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers removed. (0139E718)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ListHeaderSegment' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Listbox' WindowRenderers removed. (05FF36B8)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Listbox' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Menubar' WindowRenderers removed. (05FF3780)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Menubar' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers removed. (05FF3848)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/MenuItem' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers removed. (05FF3910)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/MultiColumnList' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers removed. (05FF39D8)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/MultiLineEditbox' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers removed. (05FF3AA0)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/PopupMenu' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers removed. (05FF3B68)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ProgressBar' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers removed. (05FF3C30)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ScrollablePane' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers removed. (05FF3CF8)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Scrollbar' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Slider' WindowRenderers removed. (05FF3DC0)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Slider' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Static' WindowRenderers removed. (05FF3F50)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Static' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers removed. (05FF4018)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/StaticImage' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/StaticText' WindowRenderers removed. (05FF3E88)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/StaticText' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers removed. (05FF40E0)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/SystemButton' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/TabButton' WindowRenderers removed. (05FF41A8)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/TabButton' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/TabControl' WindowRenderers removed. (05FF4270)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/TabControl' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers removed. (05FF4338)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Titlebar' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers removed. (05FF4400)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ToggleButton' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers removed. (05FF44C8)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Tooltip' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers removed. (05FF4590)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/ItemListbox' WindowRenderers.
15/05/2012 16:29:25 (Std)    WindowRendererFactory for 'Falagard/Tree' WindowRenderers removed. (05FF4658)
15/05/2012 16:29:25 (Std)    Deleted WindowRendererFactory for 'Falagard/Tree' WindowRenderers.
15/05/2012 16:29:25 (Std)    CEGUI::SchemeManager singleton destroyed. (01419D58)
15/05/2012 16:29:25 (Std)    CEGUI::WindowManager singleton destroyed (01419710)
15/05/2012 16:29:25 (Std)    CEGUI::WindowFactoryManager singleton destroyed
15/05/2012 16:29:25 (Std)    CEGUI::WidgetLookManager singleton destroyed. (01412F20)
15/05/2012 16:29:25 (Std)    CEGUI::WindowRendererManager singleton destroyed (01412F60)
15/05/2012 16:29:25 (Std)    CEGUI::AnimationManager singleton destroyed (0141A010)
15/05/2012 16:29:25 (Std)    Unregistered RenderEffect named 'WobblyWindow'
15/05/2012 16:29:25 (Std)    CEGUI::RenderEffectManager singleton destroyed (01419CD0)
15/05/2012 16:29:25 (Std)    ---- Begining cleanup of Font system ----
15/05/2012 16:29:25 (Std)    CEGUI::FontManager singleton destroyed. (01419488)
15/05/2012 16:29:25 (Std)    CEGUI::MouseCursor singleton destroyed. (01419E50)
15/05/2012 16:29:25 (Std)    ---- Begining cleanup of Imageset system ----
15/05/2012 16:29:25 (Std)    CEGUI::ImagesetManager singleton destroyed (0141A838)
15/05/2012 16:29:25 (Std)    CEGUI::GlobalEventSet singleton destroyed. (01417140)
15/05/2012 16:29:25 (Std)    CEGUI::System singleton destroyed. (01418508)
15/05/2012 16:29:25 (Std)    ---- CEGUI System destruction completed ----
15/05/2012 16:29:25 (Std)    CEGUI::Logger singleton destroyed. (01418980)

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

Re: Image loaded distort when the size of image is below 80*

Postby CrazyEddie » Tue May 15, 2012 09:34

Thank you. Unfortunately I can't see an immediate reason for what is happening and so can't offer an immediate solution. Can you tell us some details about video hardware and video driver in use? It will not give a solution, but it will help when we come to test this - which we will have to do. Are you able to reproduce the issue on a range of different video hardware?

Btw, the issue appears to be that the image is being loaded into a texture larger than the source image size (and also that the image is being stretched to fit that texture). Now, CEGUI usually handles this situation correctly by loading the image into a subrect of the texture, thereby ensuring the image gets drawn at the appropriate size. Clearly something is going wrong in this case, and the sub-rect where CEGUI thinks the image is contained actually only contains part of it. It could be an issue of texture creation / image loading, or it could be some issue related to how the 'full_image' image gets defined.

I'll make a mantis ticket so we remember to at least look at this. The above information, and any other information will help narrow down the likely location and cause of the issue you're seeing.

CE.

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

Re: Image loaded distort when the size of image is below 80*

Postby CrazyEddie » Mon May 28, 2012 14:24

We checked into this and it was caused by the default GL_UNPACK_ALIGNMENT setting of 4 when combined with certain widths of texture. I've committed a fix into the v0-7 mercurial branch, so if you update to that, you should find the issue fixed.

CE.


Return to “Modifications / Integrations / Customisations”

Who is online

Users browsing this forum: No registered users and 15 guests