Search found 4 matches

by cjsandow
Sat Oct 23, 2010 22:40
Forum: Help
Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Replies: 10
Views: 4981

Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4

Yep -- I've traced it through to the createVertex method of Ogre's hardware buffer handling (which gets called from CEGUI's MouseCursor class) -- this attempts to lock the buffer. This is my initialisation code -- it's a bit lengthy, I'm afraid. The actual CEGUI stuff is at the end. { #if OGRE_PLATF...
by cjsandow
Sat Oct 23, 2010 22:08
Forum: Help
Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Replies: 10
Views: 4981

Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4

Nope, but good point. I've just had a quick hunt through my code, in case I'd accidentally done something which made the app think it was multi-threaded (I'm a bit new to Ogre, CEGUI, and Xcode...), but it's a fairly simple intro app, and I can't see anything -- I do the standard Ogre setup stuff (c...
by cjsandow
Sat Oct 23, 2010 21:37
Forum: Help
Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Replies: 10
Views: 4981

Re: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4

Ok, I noticed (belatedly) the PluginBundles folder, so I added them into the project. It now gets far enough to actually produce a CEGUI log: 23/10/2010 22:22:56 (Std) ---- Version 0.7.4 (Build: Oct 11 2010 Apple Mac g++ 4.0.1 (Apple Inc. build 5494) 32 bit) ---- 23/10/2010 22:22:56 (Std) ---- Rende...
by cjsandow
Sat Oct 23, 2010 14:28
Forum: Help
Topic: CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4
Replies: 10
Views: 4981

CEGUI 0.7.4 & Ogre 1.7.1 on Mac OSX 10.6.4

I've installed the CEGUI precompiled SDK for the Mac, and have set up a project to include it. Everything compiles fine, but when I come to initialising the CEGUI system: mGUI = &CEGUI::OgreRenderer::bootstrapSystem(); ...I get an error relating to the Expat parser: CEGUI::GenericException in fi...

Go to advanced search