I look at the CEGUI.log and I notice one error:
Code: Select all
06/07/2004 15:55:11 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezDemo' ----
06/07/2004 15:55:11 (InfL2) Imageset 'TaharezImagery' has been created from the information specified in file 'TaharezImageset.xml'.
06/07/2004 15:55:11 (Error) Exception: Font::load - An unexpected error occurred while parsing Font file 'test_font.xml'.
06/07/2004 15:55:11 (Error) Exception: WindowManager::getWindow - A Window object with the name 'OPAverageFPS' does not exist within the system
.
.
.
06/07/2004 15:55:12 (Error) Exception: WindowManager::getWindow - A Window object with the name 'OPAverageFPS' does not exist within the system
06/07/2004 15:55:12 (InfL1) ---- Begining CEGUI System destruction ----
06/07/2004 15:55:12 (InfL1) ---- Begining cleanup of GUI Scheme system ----
06/07/2004 15:55:12 (InfL1) CEGUI::SchemeManager singleton destroyed.
06/07/2004 15:55:12 (InfL1) CEGUI::WindowManager singleton destroyed
06/07/2004 15:55:12 (InfL1) CEGUI::WindowFactoryManager singleton destroyed
06/07/2004 15:55:12 (InfL1) ---- Begining cleanup of Font system ----
06/07/2004 15:55:12 (InfL1) CEGUI::FontManager singleton destroyed.
06/07/2004 15:55:12 (InfL1) CEGUI::MouseCursor singleton destroyed.
06/07/2004 15:55:12 (InfL1) ---- Begining cleanup of Imageset system ----
06/07/2004 15:55:12 (InfL2) Imageset 'TaharezImagery' has been destroyed.
06/07/2004 15:55:12 (InfL1) CEGUI::ImagesetManager singleton destroyed
06/07/2004 15:55:12 (InfL1) CEGUI::System singleton destroyed.
06/07/2004 15:55:12 (InfL1) ---- CEGUI System destruction completed ----
06/07/2004 15:55:12 (InfL1) CEGUI::Logger singleton destroyed.
How I can resolve the probleme?