windowfactory object not registered with the system [Taharez
Posted: Thu Dec 01, 2005 16:22
Hi,
This is my CEGUI.log file:
01/12/2005 17:18:09 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
01/12/2005 17:18:09 (InfL1) + Crazy Eddie's GUI System - Event log +
01/12/2005 17:18:09 (InfL1) + (http://www.cegui.org.uk/) +
01/12/2005 17:18:09 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
01/12/2005 17:18:09 (InfL1) CEGUI::Logger singleton created.
01/12/2005 17:18:09 (InfL1) ---- Begining CEGUI System initialisation ----
01/12/2005 17:18:09 (InfL1) CEGUI::ImagesetManager singleton created
01/12/2005 17:18:09 (InfL1) CEGUI::FontManager singleton created.
01/12/2005 17:18:09 (InfL1) CEGUI::WindowFactoryManager singleton created
01/12/2005 17:18:09 (InfL1) CEGUI::WindowManager singleton created
01/12/2005 17:18:09 (InfL1) CEGUI::SchemeManager singleton created.
01/12/2005 17:18:09 (InfL1) CEGUI::MouseCursor singleton created.
01/12/2005 17:18:09 (InfL1) CEGUI::GlobalEventSet singleton created.
01/12/2005 17:18:09 (InfL1) WindowFactory for 'DefaultWindow' windows added.
01/12/2005 17:18:09 (InfL1) WindowFactory for 'DragContainer' windows added.
01/12/2005 17:18:09 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
01/12/2005 17:18:09 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
01/12/2005 17:18:09 (InfL1) CEGUI::System singleton created.
01/12/2005 17:18:09 (InfL1) ---- CEGUI System initialisation completed ----
01/12/2005 17:18:09 (InfL1) Attempting to load Scheme from file 'TaharezLook.scheme'.
01/12/2005 17:18:09 (InfL2) Started creation of Scheme 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) Finished creation of Scheme 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) Loaded GUI scheme 'TaharezLook' from data in file 'TaharezLook.scheme'.
01/12/2005 17:18:09 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLook' ----
01/12/2005 17:18:09 (InfL1) Attempting to create an Imageset from the information specified in file 'z:/CEGUI/datafiles/imagesets/TaharezLook.imageset'.
01/12/2005 17:18:09 (InfL2) Started creation of Imageset 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) Finished creation of Imageset 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) ---- Resource loading for GUI scheme 'TaharezLook' completed ----
01/12/2005 17:18:09 (InfL1) Attempting to create Font from the information specified in file 'Z:/CEGUI/datafiles/fonts/Commonwealth-10.font'.
01/12/2005 17:18:09 (InfL2) Started creation of Font 'Commonwealth-10' via XML file.
01/12/2005 17:18:09 (InfL1) Attempting to create Imageset 'Commonwealth-10_auto_glyph_images' with texture only.
01/12/2005 17:18:10 (InfL2) Font 'Commonwealth-10' now has the following glyphs defined: ' !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'.
01/12/2005 17:18:10 (InfL2) Finished creation of Font 'Commonwealth-10' via XML file.
01/12/2005 17:18:10 (InfL2) Window 'root' of type 'DefaultWindow' has been created.
01/12/2005 17:18:10 (Error) Exception: WindowFactoryManager::getFactory - A WindowFactory object (or an alias) for 'TaharezLook/FrameWindow' Window objects is not registered with the system.
I cannot solve this last line, seen other posted similar topics. In my exe dir (Debug) i have all the necessary *_d.dll like CEGUIBase_d.dll, CEGUITaharezLook_d.dll and even the xsd files..
I've basically followed the tutorial from cegui's site and i want to create a FrameWindow to add to my root window..
Plz Shine some light
/Daniel
This is my CEGUI.log file:
01/12/2005 17:18:09 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
01/12/2005 17:18:09 (InfL1) + Crazy Eddie's GUI System - Event log +
01/12/2005 17:18:09 (InfL1) + (http://www.cegui.org.uk/) +
01/12/2005 17:18:09 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
01/12/2005 17:18:09 (InfL1) CEGUI::Logger singleton created.
01/12/2005 17:18:09 (InfL1) ---- Begining CEGUI System initialisation ----
01/12/2005 17:18:09 (InfL1) CEGUI::ImagesetManager singleton created
01/12/2005 17:18:09 (InfL1) CEGUI::FontManager singleton created.
01/12/2005 17:18:09 (InfL1) CEGUI::WindowFactoryManager singleton created
01/12/2005 17:18:09 (InfL1) CEGUI::WindowManager singleton created
01/12/2005 17:18:09 (InfL1) CEGUI::SchemeManager singleton created.
01/12/2005 17:18:09 (InfL1) CEGUI::MouseCursor singleton created.
01/12/2005 17:18:09 (InfL1) CEGUI::GlobalEventSet singleton created.
01/12/2005 17:18:09 (InfL1) WindowFactory for 'DefaultWindow' windows added.
01/12/2005 17:18:09 (InfL1) WindowFactory for 'DragContainer' windows added.
01/12/2005 17:18:09 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
01/12/2005 17:18:09 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
01/12/2005 17:18:09 (InfL1) CEGUI::System singleton created.
01/12/2005 17:18:09 (InfL1) ---- CEGUI System initialisation completed ----
01/12/2005 17:18:09 (InfL1) Attempting to load Scheme from file 'TaharezLook.scheme'.
01/12/2005 17:18:09 (InfL2) Started creation of Scheme 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) Finished creation of Scheme 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) Loaded GUI scheme 'TaharezLook' from data in file 'TaharezLook.scheme'.
01/12/2005 17:18:09 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLook' ----
01/12/2005 17:18:09 (InfL1) Attempting to create an Imageset from the information specified in file 'z:/CEGUI/datafiles/imagesets/TaharezLook.imageset'.
01/12/2005 17:18:09 (InfL2) Started creation of Imageset 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) Finished creation of Imageset 'TaharezLook' via XML file.
01/12/2005 17:18:09 (InfL2) ---- Resource loading for GUI scheme 'TaharezLook' completed ----
01/12/2005 17:18:09 (InfL1) Attempting to create Font from the information specified in file 'Z:/CEGUI/datafiles/fonts/Commonwealth-10.font'.
01/12/2005 17:18:09 (InfL2) Started creation of Font 'Commonwealth-10' via XML file.
01/12/2005 17:18:09 (InfL1) Attempting to create Imageset 'Commonwealth-10_auto_glyph_images' with texture only.
01/12/2005 17:18:10 (InfL2) Font 'Commonwealth-10' now has the following glyphs defined: ' !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'.
01/12/2005 17:18:10 (InfL2) Finished creation of Font 'Commonwealth-10' via XML file.
01/12/2005 17:18:10 (InfL2) Window 'root' of type 'DefaultWindow' has been created.
01/12/2005 17:18:10 (Error) Exception: WindowFactoryManager::getFactory - A WindowFactory object (or an alias) for 'TaharezLook/FrameWindow' Window objects is not registered with the system.
I cannot solve this last line, seen other posted similar topics. In my exe dir (Debug) i have all the necessary *_d.dll like CEGUIBase_d.dll, CEGUITaharezLook_d.dll and even the xsd files..
I've basically followed the tutorial from cegui's site and i want to create a FrameWindow to add to my root window..
Plz Shine some light
/Daniel