MapEditor.exe is throwing an exception

superflanker

01-04-2009 17:43:03

Exception in

CEGUI method: void GUILayout_xmlHandler::elementWindowStart(const XMLAttributes& attributes)
throw InvalidRequestException("GUILayout_xmlHandler::startElement - layout loading has been aborted since no WindowFactory is available for '" + windowType + "' objects.");


I am using Ogre Shoggoth 1.6 and CEGUI 0.6.2b and pulled the latest PLSM from SVN last week. I successfully compiled MapEditor, but the first problem was that it was looking for a CEGUIFalagardBase, which I changed in the XML to the CEGUIFalagardWRBase. Next problem I ran into was an unhandled exception when loading the Marti scheme:

WindowName = "Background"
WindowType = "Marti/StaticImage"

I see the window type is defined in some XML file, but it apparently is not getting registered into CEGUI.

Is there a simple fix for this or is there a way I can switch the scheme to "TaharezLook"?