Search found 5 matches

by aleksk8
Sun Dec 14, 2008 19:04
Forum: Help
Topic: Can't run cegui + ogre
Replies: 7
Views: 5727

Hehe I just managed to solve this ;) - As u say I (accidently ;) looked at ogre.log and there were exeption "FileNotFound" for "test.lua" ;) the only thing I had to do was to add new FileSystem path to resources.cfg :) and its working now properly... but I didnt used any CEGUI::R...
by aleksk8
Sun Dec 14, 2008 16:37
Forum: Help
Topic: Can't run cegui + ogre
Replies: 7
Views: 5727

Now I have next problem: my app crashes when I try to execute any lua script I initialize CEGUI like this mRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr); CEGUI::LuaScriptModule* script_module = new CEGUI::LuaScriptModule(); mSyst...
by aleksk8
Sun Dec 14, 2008 14:45
Forum: Help
Topic: Can't run cegui + ogre
Replies: 7
Views: 5727

Okay I managed to do it :) - for those with same problem here is what I have done: 1. Download OGRE source (for me for VC 2008 (9)) 2. Download Prebuilt OgreDependencies 3. Download Prebuild OgreSDK 4. Download latest prebuilt CEGUI SDK 5. extract dependencies to have dir like this: ogre_src/depende...
by aleksk8
Sat Dec 13, 2008 23:01
Forum: Help
Topic: Can't run cegui + ogre
Replies: 7
Views: 5727

I did it but it seems that OgreCEGUIRenderer is using some InvalidRequestExeption method which was on the old version of CEGUIBase.dll, and in the new version som1 decided to not implement this method and thats why it cant find it. I mean this method is definded in OgreCEGUIrendere.lib but it is mis...
by aleksk8
Sat Dec 13, 2008 16:23
Forum: Help
Topic: Can't run cegui + ogre
Replies: 7
Views: 5727

Can't run cegui + ogre

I am trying to compile and launch cegui+ogre for the whole day and nothing is working... I read lot of posts with many solutions and what I did: 1. I deleted any cegui/ogre includes/sources/dlls/libs, i mean everything... 2. I downloaded and installed OgreSDK v1.6.0 for VC9 (i am using visual c++ 20...

Go to advanced search