CEGUI 0.4 -> 0.5 port issue
Posted: Wed Apr 25, 2007 15:57
We have been using Ogre Dagon+CEGUI 0.4 for a while now.
This week we tried to port to Ogre Eihort + CEGUI 0.5.
When I try to load the windowslook.scheme file in a call to
CEGUI::SchemeManager::getSingleton().loadScheme(mGuiLook + ".scheme");
we get the following exception:
- d_message {d_cplength=85 d_reserve=86 d_encodedbuff=0x0d761d70 "FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown." ...} CEGUI::String
I dont even see any where in our files where we reference a Dynamic font. What should I look for?
This week we tried to port to Ogre Eihort + CEGUI 0.5.
When I try to load the windowslook.scheme file in a call to
CEGUI::SchemeManager::getSingleton().loadScheme(mGuiLook + ".scheme");
we get the following exception:
- d_message {d_cplength=85 d_reserve=86 d_encodedbuff=0x0d761d70 "FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown." ...} CEGUI::String
I dont even see any where in our files where we reference a Dynamic font. What should I look for?