Code: Select all
16/05/2011 16:04:19 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_ ' with texture only.
16/05/2011 16:04:21 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_縀' with texture only.
16/05/2011 16:04:21 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_阀' with texture only.
16/05/2011 16:04:21 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_雺' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_樀' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_开' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_戀' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_一' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_仵' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_仿' with texture only.
16/05/2011 16:04:22 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_谀' with texture only.
16/05/2011 16:04:23 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_儀' with texture only.
16/05/2011 16:04:23 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_销' with texture only.
16/05/2011 16:04:23 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_闶' with texture only.
16/05/2011 16:04:23 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_嬀' with texture only.
16/05/2011 16:04:23 (Std) Registered RenderEffect named 'roundProgress'
16/05/2011 16:04:23 (Std) RenderEffectManager::create: Created instance of effect 'roundProgress' at 12E9EB60
16/05/2011 16:04:23 (Std) RenderEffectManager::create: Created instance of effect 'roundProgress' at 12EAF850
16/05/2011 16:04:27 (Error) CEGUI::UnknownObjectException in file e:\tools\cegui0.7.5\cegui\include\ceguinamedxmlresourcemanager.h(279) : NamedXMLResourceManager::get: No object of type 'Imageset' named 'ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÚ}~{¬Æ' is present in the collection.
16/05/2011 16:04:27 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_砀' with texture only.
And my font set :
CEGUI::FontManager::getSingleton().createFreeTypeFont("DefaultFont", 10, true, "msyh.ttf");
i think the font is OK.
But the error show the worong maybe connect with the font.
Why ?
Can you help me?