Page 1 of 1

Nothing appears on the screen

Posted: Wed Aug 18, 2004 16:33
by Jrodzar
Hello,

I recently dowloaded a CVS snapshot of CEGUI and have built it with no problems. I've also compiled Ogre GUI demo7 successfully. But when I run the program... OOPS!! There's only a skybox showing, and nothing else! The code has been compiled as is, with no modifications.

Anyone knows what's happening??

Nothing appears on the screen

Posted: Wed Aug 18, 2004 17:20
by jwace81
Could you check/post the CEGUI.log file to see if there are any errors getting logged. That is usually a good source for tracking down problems.

J.W.

Nothing appears on the screen

Posted: Wed Aug 18, 2004 17:53
by CrazyEddie
As jwace81 said, looking at, or posting the CEGUI.log file is always helpful; vague descriptions means old CrazyEddie has to get his crystal balls out :shock:

Having said that, this is almost certainly the Font.xsd issue...

Copy all the files from your cegui_mk2/XMLRefSchema directory over the top of the files in the demo/release and/or demo/debug directories. You'll probably also need the updated imageset files. These need to be copied into the debug/release folders also (or in ceguifiles if you have the post build batch file running).

CE.

Nothing appears on the screen

Posted: Wed Aug 18, 2004 18:11
by Jrodzar
Well, I've changed all *.xsd in the the with the ones in the latest CVS snapshot. It has solved partially the problem. CEGUI.log contains this line:

"18/07/2004 17:52:15 (Error) Exception: Imageset::getImage - The Image named 'NewTitlebarLeft' could not be found in Imageset 'TaharezImagery'."

The most similar thing to "NewTitlebarleft" in TaharezImageset.xml is "TitlebarLeft".

Do I have to edit this xml file?

Nothing appears on the screen

Posted: Wed Aug 18, 2004 18:20
by CrazyEddie
No you don't have to edit anything. You need the updated imageset, I posted a link above but it's not clear that it's a link (note to self: modify site theme to show links better).

------->CLICKY<-------

Copy the files from this .zip over the old ones and you'll be set.

HTH

CE.

Nothing appears on the screen

Posted: Wed Aug 18, 2004 18:51
by Jrodzar
Thanks, it's all working fine now!