Instead, when I run it, I get that message in the title. Logs don't seem to be of any use, instead just cutting off where they reached.
Checking out the break, it shows contents of the XML file, so I can only assume they have infact been read.
Has anyone else managed to deal with this, or at least encountered it?
Much thanks for any help
![Smile :)](./images/smilies/icon_smile.gif)
Ogre.log: http://pastebin.com/YzsNMyuK
CEGUI.log: http://pastebin.com/ZTMjR26k
Code listing: http://pastebin.com/05bEYqhH
Crash Details: http://pastebin.com/keEndL0h
In relation tot he code listing, I could post the whole source code if necessary, however the program doesn't make it any further than the commented line in Initialize.cpp, and thus what you see there is literally all the code that runs.
Without the Initialize_CEGUI() function, the program operates as expected (a black screen, but still :p)
the exact line causing the error is:
CEGUI::System::getSingleton().setDefaultMouseCursor( "TaharezLook", "MouseArrow" );
I'm pretty confused by this, and I guess I've just overlooked something immensely important, but after 2 days I can't figure out what that is
![Sad :(](./images/smilies/icon_sad.gif)