I'm trying to get the CEGUI Unified Editor running (I want to create a project that produces layout files for CEGUI 0.7 the latest stable version - on my Linux PC). I copied the datafiles from CEGUI-0.7.5 to the project directory and set the paths in the pr-oject settings to these directories (and also the version to 0.7), but while importing the resources, it stops and a error message pops up. This error is:
Code: Select all
An attempt was made to load resources related to the project being opened, for some reason the loading didn't succeed so all resources were destroyed! The most likely reason is that the resource directories are wrong, this can be very easily remedied in the project settings.
This means that editing capabilities of CEED will be limited to editing of files that don't require a project opened (for example: imagesets).
Details of this error: CEGUI::AlreadyExistsException in file /home/christoph/cegui_unstable/cegui_mk2/cegui/cegui/src/RendererModules/OpenGL/Renderer.cpp(325) : OpenGLRenderer::createTexture: A texture named 'TaharezLook' already exists.
Does somebody know how to solve this problem?
Thanks in advance for all answers!
PS: Here the most important part of the log file:
Code: Select all
10/12/2011 19:31:43 (Std) Started creation of Scheme from XML specification:
10/12/2011 19:31:43 (Std) ---- CEGUI GUIScheme name: TaharezLook
10/12/2011 19:31:43 (Std) ---- Returning existing instance of Scheme named 'TaharezLook'.
10/12/2011 19:31:43 (Std) [ImageManager] Started creation of Imageset from XML specification:
10/12/2011 19:31:43 (Std) [ImageManager] ---- CEGUI Imageset name: TaharezLook
10/12/2011 19:31:43 (Std) [ImageManager] ---- Source texture file: TaharezLook.tga
10/12/2011 19:31:43 (Std) [ImageManager] ---- Source texture resource group: (Default)
10/12/2011 19:31:43 (Error) CEGUI::AlreadyExistsException in file /home/christoph/cegui_unstable/cegui_mk2/cegui/cegui/src/RendererModules/OpenGL/Renderer.cpp(325) : OpenGLRenderer::createTexture: A texture named 'TaharezLook' already exists.
10/12/2011 19:31:43 (Error) The last thrown exception was related to XML file 'TaharezLook.imageset' from resource group 'imagesets'.