Deployment & OgreRenderer

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: Deployment & OgreRenderer

Postby Kulik » Fri Aug 06, 2010 21:19

Good you got it working!

Kulik wrote:Or perhaps permissions?


Hate to say I told you so :wink:

Jamarr
CEGUI MVP
CEGUI MVP
Posts: 812
Joined: Tue Jun 03, 2008 23:59
Location: USA

Re: Deployment & OgreRenderer

Postby Jamarr » Fri Aug 06, 2010 22:53

Just for reference, you can still use OgreRenderer::bootstrapSystem(). All you need to do is create the logger yourself and set the filename prior to initializing CEGUI.

Code: Select all

   new CEGUI::DefaultLogger();
   CEGUI::Logger::getSingleton().setLogFilename(logPath);
   ...
   CEGUI::OgreRenderer& renderer_ = CEGUI::OgreRenderer::bootstrapSystem();
If somebody helps you by replying to your thread, upvote him/her as a thanks! Make sure to include your CEGUI.log and everything you tried when posting! And remember that we are not magicians!

Akis
Just popping in
Just popping in
Posts: 14
Joined: Fri Jul 02, 2010 01:31
Contact:

Re: Deployment & OgreRenderer

Postby Akis » Sat Aug 07, 2010 02:48

Argh, I didn't see you told that Kulik ^^

And thanks for the tips Jamarr.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Deployment & OgreRenderer

Postby CrazyEddie » Sat Aug 07, 2010 13:43

Interseting issue :) I wonder if we might be able to detect and give some better hints in the future about this type of problem.

CE.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 4 guests