CEGUI Layout Editor 0.5.0 RC2

Use this forum for:
- Discussion regarding unofficial CEGUI related tools, scripts and utilities.
- User to user help for the obsoleted CELayoutEditor and CEImagesetEditor tools.

Moderators: CEGUI MVP, CEGUI Team

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Mon Oct 02, 2006 04:55

I just tried a download to try out the latest. I am getting some errors that I haven't seen before:

21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
21:53:46: Imageset::xmlHandler::startElement - An unexpected error occurred while creating a Texture object from file '../datafiles/imagesets/TaharezLook.tga'
21:53:46: Imageset::xmlHandler::startElement - An unexpected error occurred while creating a Texture object from file '../datafiles/imagesets/TaharezLook.tga'
21:53:46: WindowFactoryManager::addWindowTypeAlias - alias 'Taharez AltProgressBar' could not be created because the target type 'TaharezLook/AlternateProgressBar' is unknown within the system.
21:53:46: DynamicModule::DynamicModule - Failed to load module 'CEGUITaharezLook': The specified module could not be found.

21:53:46: Imageset::xmlHandler::startElement - An unexpected error occurred while creating a Texture object from file '../datafiles/imagesets/TaharezLook.tga'

User avatar
scriptkid
Home away from home
Home away from home
Posts: 1178
Joined: Wed Jan 12, 2005 12:06
Location: The Hague, The Netherlands
Contact:

Postby scriptkid » Mon Oct 02, 2006 08:38

Hi Slicky. Thanks for checking it out :-)

The line 'Failed to load module 'CEGUITaharezLook' is probably because you are using old (obsoleted) .scheme files. If you look at the schemes in 'Samples/datafiles/schemes' in your brand new 'cegui_mk2' directory, you will notice such as line instead:

<WindowRendererSet Filename="CEGUIFalagardWRBase" />

, which is the correct one. If you have created schemes yourself, try to update those accordingly. Just let us know if it works!

Good luck :-)

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Tue Oct 03, 2006 04:24

I am making some progress (probably no going back now :o )

I am still getting errors on fonts when starting the editor:

02/10/2006 21:14:19 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLook' ----
02/10/2006 21:14:19 (InfL1) Attempting to create Font from the information specified in file 'scg-14.font'.
02/10/2006 21:14:19 (Error) Exception: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown.
02/10/2006 21:14:19 (Error) FontManager::createFont - loading of Font from file 'scg-14.font' failed.


My font definitions look the same as others that I have seen. I will keep working on it.

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Tue Oct 03, 2006 04:56

Hopefully my ramblings here will help others. My general problems seem to be coming from using superceded xml formats. I think I've now updated them all. I am down to:
02/10/2006 22:26:41 (InfL1) Attempting to load Scheme from file 'TaharezLookWidgetAliases.scheme'.
02/10/2006 22:26:41 (InfL2) Started creation of Scheme 'TaharezLookWidgetAliases' via XML file.
02/10/2006 22:26:41 (InfL2) Finished creation of Scheme 'TaharezLookWidgetAliases' via XML file.
02/10/2006 22:26:41 (InfL2) Loaded GUI scheme 'TaharezLookWidgetAliases' from data in file 'TaharezLookWidgetAliases.scheme'.
02/10/2006 22:26:41 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLookWidgetAliases' ----
02/10/2006 22:26:41 (Error) Exception: WindowFactoryManager::addWindowTypeAlias - alias 'Taharez AltProgressBar' could not be created because the target type 'TaharezLook/AlternateProgressBar' is unknown within the system.
02/10/2006 22:26:41 (InfL1) Attempting to load Scheme from file 'TaharezLookWidgets.scheme'.
02/10/2006 22:26:41 (InfL2) Started creation of Scheme 'TaharezLookWidgets' via XML file.
02/10/2006 22:26:41 (InfL2) Finished creation of Scheme 'TaharezLookWidgets' via XML file.
02/10/2006 22:26:41 (InfL2) Loaded GUI scheme 'TaharezLookWidgets' from data in file 'TaharezLookWidgets.scheme'

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Tue Oct 03, 2006 05:42

Ok I got it working it seems. I had to add a tabpane definition to the taharezlook.scheme to get it to work though.

I think all the other problems were my older xml formats.

User avatar
scriptkid
Home away from home
Home away from home
Posts: 1178
Joined: Wed Jan 12, 2005 12:06
Location: The Hague, The Netherlands
Contact:

Postby scriptkid » Thu Oct 05, 2006 07:21

Good to hear that you got a bit further :-)

About the tabpane definition, my taharezlook has mappings for:

*WindowType="TaharezLook/TabButton"
*WindowType="TaharezLook/TabControl"
*WindowType="TaharezLook/TabContentPane"
*WindowType="TaharezLook/TabButtonPane"

Did you miss any of these?

User avatar
Ludi
Quite a regular
Quite a regular
Posts: 59
Joined: Sun Aug 13, 2006 12:33

Postby Ludi » Thu Oct 05, 2006 19:14

As I'm currently reading about the TabControl: Does it work with the LayoutEditor? Whenever I try to open TabControlDemo.layout, I get the "no WindowFactory is available for 'TaharezLook/TabControl' objects". Am I doing something wrong?

User avatar
scriptkid
Home away from home
Home away from home
Posts: 1178
Joined: Wed Jan 12, 2005 12:06
Location: The Hague, The Netherlands
Contact:

Postby scriptkid » Thu Oct 05, 2006 20:17

Hi Ludi,

works for me with the taharez scheme from the current datafiles in the 0.5 RC2... Note however that the layout is just a setup for the demo's sources, which does the actual adding of tabs.

HTH!

User avatar
Ludi
Quite a regular
Quite a regular
Posts: 59
Joined: Sun Aug 13, 2006 12:33

Postby Ludi » Fri Oct 06, 2006 12:23

scriptkid wrote:Hi Ludi,

works for me with the taharez scheme from the current datafiles in the 0.5 RC2... Note however that the layout is just a setup for the demo's sources, which does the actual adding of tabs.

HTH!


Hi,

after deleting every scheme files, except taharez, it worked for me :) Is it already possible to specify the size of the tab buttons or if they are on the top or bottom?

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Sat Oct 28, 2006 22:05

Back with more problems. My layout/xml files work fine outside of the editor. Trying to load a file I get:

28/10/2006 15:02:56 (InfL2) ---- Resource loading for GUI scheme 'TaharezLookWidgets' completed ----
28/10/2006 15:03:05 (InfL2) ---- Beginning loading of GUI layout from 'aui.layout' ----
28/10/2006 15:03:05 (InfL2) Window 'ArenaChat' of type 'DefaultWindow' has been created.
28/10/2006 15:03:05 (InfL2) Window 'ArenaChatEntry' of type 'TaharezLook/Editbox' has been created.
28/10/2006 15:03:05 (InfL2) Assigning the window renderer 'Falagard/Editbox' to the window 'ArenaChatEntry'
28/10/2006 15:03:05 (InfL2) Assigning LookNFeel 'TaharezLook/Editbox' to window 'ArenaChatEntry'.
28/10/2006 15:03:05 (Error) Exception: WidgetLookManager::getWidgetLook - Widget look and feel 'TaharezLook/Editbox' does not exist.
28/10/2006 15:03:05 (InfL2) Window 'ArenaChat' has been added to dead pool.
28/10/2006 15:03:05 (Error) Exception: GUILayout_xmlHandler::startElement - layout loading has been aborted since no WindowFactory is available for 'TaharezLook/Editbox' objects.
28/10/2006 15:03:05 (Error) WindowManager::loadWindowLayout - loading of layout from file 'aui.layout' failed.
28/10/2006 15:03:11 (InfL1) ---- Begining CEGUI System destruction ----

User avatar
scriptkid
Home away from home
Home away from home
Posts: 1178
Joined: Wed Jan 12, 2005 12:06
Location: The Hague, The Netherlands
Contact:

Postby scriptkid » Sun Oct 29, 2006 10:40

Does the layout file exist in the datafiles/layouts which the editor uses? Make sure that's the case, because opening it from somewhere else does still look it up in that directory. (I know, that's confusing ATM).

If everything is setup fine, you may send the layout file to me if you wish. My emailadress is in the profile.

Good luck!

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Sun Oct 29, 2006 19:53

scriptkid wrote:Does the layout file exist in the datafiles/layouts which the editor uses? Make sure that's the case, because opening it from somewhere else does still look it up in that directory. (I know, that's confusing ATM).

If everything is setup fine, you may send the layout file to me if you wish. My emailadress is in the profile.

Good luck!


Yep it is in the directory tree that the editor was assigned to on the first startup. Also, I get the same error with other files. It seems to me that the editbox error is the main problem. My scheme\looknfeel files seems ok to me. I'll send you the layout anyway.

update-no email address.

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Sun Oct 29, 2006 20:01

I just tried creating a new file in the editor and I get this. So it is not even trying to load a file. Heh there's always something.
29/10/2006 11:59:21 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
29/10/2006 11:59:21 (InfL1) + Crazy Eddie's GUI System - Event log +
29/10/2006 11:59:21 (InfL1) + (http://www.cegui.org.uk/) +
29/10/2006 11:59:21 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

29/10/2006 11:59:21 (InfL1) CEGUI::Logger singleton created.
29/10/2006 11:59:21 (InfL1) ---- Begining CEGUI System initialisation ----
29/10/2006 11:59:21 (InfL1) CEGUI::ImagesetManager singleton created
29/10/2006 11:59:21 (InfL1) CEGUI::FontManager singleton created.
29/10/2006 11:59:21 (InfL1) CEGUI::WindowFactoryManager singleton created
29/10/2006 11:59:21 (InfL1) CEGUI::WindowManager singleton created
29/10/2006 11:59:21 (InfL1) CEGUI::SchemeManager singleton created.
29/10/2006 11:59:21 (InfL1) CEGUI::MouseCursor singleton created.
29/10/2006 11:59:21 (InfL1) CEGUI::GlobalEventSet singleton created.
29/10/2006 11:59:21 (InfL1) CEGUI::WidgetLookManager singleton created.
29/10/2006 11:59:21 (InfL1) CEGUI::WindowRendererManager singleton created
29/10/2006 11:59:21 (InfL1) WindowFactory for 'DefaultWindow' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'DragContainer' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'ClippedContainer' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Checkbox' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/PushButton' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/RadioButton' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Combobox' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ComboDropList' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Editbox' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/FrameWindow' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ItemEntry' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Listbox' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ListHeader' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ListHeaderSegment' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Menubar' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/PopupMenu' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/MenuItem' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/MultiColumnList' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/MultiLineEditbox' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ProgressBar' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ScrollablePane' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Scrollbar' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Slider' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Spinner' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/TabButton' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/TabControl' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Thumb' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Titlebar' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/Tooltip' windows added.
29/10/2006 11:59:21 (InfL1) WindowFactory for 'CEGUI/ItemListbox' windows added.
29/10/2006 11:59:21 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
29/10/2006 11:59:21 (InfL1) CEGUI::System singleton created.
29/10/2006 11:59:21 (InfL1) ---- CEGUI System initialisation completed ----
29/10/2006 11:59:21 (InfL1) ---- Version 0.5.0 ----
29/10/2006 11:59:21 (InfL1) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based renderer module for CEGUI ----
29/10/2006 11:59:21 (InfL1) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
29/10/2006 11:59:21 (InfL1) ---- Scripting module is: None ----
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-10.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-10
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 10
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-10' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-12.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-12
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 12
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-12' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-14.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-14
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 14
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-14' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-6.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-6
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 6
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-6' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-7.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-7
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 7
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-7' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-8.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-8
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 8
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-8' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'scg-9.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: scg-9
29/10/2006 11:59:21 (InfL1) ---- Source file: scg.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 9
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 101 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'scg-9' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create Font from the information specified in file 'tahoma-8.font'.
29/10/2006 11:59:21 (InfL1) Started creation of FreeType Font:
29/10/2006 11:59:21 (InfL1) ---- CEGUI font name: Tahoma-8
29/10/2006 11:59:21 (InfL1) ---- Source file: tahoma.ttf in resource group: (Default)
29/10/2006 11:59:21 (InfL1) ---- Real point size: 8
29/10/2006 11:59:21 (InfL1) Succsessfully loaded 1900 glyphs
29/10/2006 11:59:21 (InfL2) Finished creation of Font 'Tahoma-8' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to load Scheme from file 'TaharezLook.scheme'.
29/10/2006 11:59:21 (InfL2) Started creation of Scheme 'TaharezLook' via XML file.
29/10/2006 11:59:21 (InfL2) Finished creation of Scheme 'TaharezLook' via XML file.
29/10/2006 11:59:21 (InfL2) Loaded GUI scheme 'TaharezLook' from data in file 'TaharezLook.scheme'.
29/10/2006 11:59:21 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLook' ----
29/10/2006 11:59:21 (InfL1) Attempting to create an Imageset from the information specified in file 'TaharezLook.imageset'.
29/10/2006 11:59:21 (InfL1) Started creation of Imageset from XML specification:
29/10/2006 11:59:21 (InfL1) ---- CEGUI Imageset name: TaharezLook
29/10/2006 11:59:21 (InfL1) ---- Source texture file: TaharezLook.tga in resource group: (Default)
29/10/2006 11:59:21 (InfL2) TGAImageCodec::load()
29/10/2006 11:59:21 (InfL2) Finished creation of Imageset 'TaharezLook' via XML file.
29/10/2006 11:59:21 (InfL1) Attempting to create an Imageset from the information specified in file 'GeneralGUI.imageset'.
29/10/2006 11:59:21 (InfL1) Started creation of Imageset from XML specification:
29/10/2006 11:59:21 (InfL1) ---- CEGUI Imageset name: GeneralGUI
29/10/2006 11:59:21 (InfL1) ---- Source texture file: bg1.png in resource group: (Default)
29/10/2006 11:59:21 (InfL2) TGAImageCodec::load()
29/10/2006 11:59:21 (Error) Exception: OpenGLTexture::loadFromFile - TGAImageCodec - Official TGA image codec failed to load image 'bg1.png'.
29/10/2006 11:59:21 (Error) Exception: Imageset::xmlHandler::startElement - An unexpected error occurred while creating a Texture object from file 'bg1.png'
29/10/2006 11:59:21 (Error) Imageset::load - loading of Imageset from file 'GeneralGUI.imageset' failed.
29/10/2006 11:59:21 (InfL1) Attempting to load Scheme from file 'TaharezLookWidgetAliases.scheme'.
29/10/2006 11:59:21 (InfL2) Started creation of Scheme 'TaharezLookWidgetAliases' via XML file.
29/10/2006 11:59:21 (InfL2) Finished creation of Scheme 'TaharezLookWidgetAliases' via XML file.
29/10/2006 11:59:21 (InfL2) Loaded GUI scheme 'TaharezLookWidgetAliases' from data in file 'TaharezLookWidgetAliases.scheme'.
29/10/2006 11:59:21 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLookWidgetAliases' ----
29/10/2006 11:59:21 (Error) Exception: WindowFactoryManager::addWindowTypeAlias - alias 'Taharez AltProgressBar' could not be created because the target type 'TaharezLook/AlternateProgressBar' is unknown within the system.
29/10/2006 11:59:21 (InfL1) Attempting to load Scheme from file 'TaharezLookWidgets.scheme'.
29/10/2006 11:59:21 (InfL2) Started creation of Scheme 'TaharezLookWidgets' via XML file.
29/10/2006 11:59:21 (InfL2) Finished creation of Scheme 'TaharezLookWidgets' via XML file.
29/10/2006 11:59:21 (InfL2) Loaded GUI scheme 'TaharezLookWidgets' from data in file 'TaharezLookWidgets.scheme'.
29/10/2006 11:59:21 (InfL2) ---- Begining resource loading for GUI scheme 'TaharezLookWidgets' ----
29/10/2006 11:59:21 (InfL1) No window renderer factories specified for module 'CEGUIFalagardWRBase' - adding all available factories...
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Button' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Default' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Editbox' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/FrameWindow' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ItemEntry' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ListHeader' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ListHeaderSegment' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Listbox' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Menubar' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/MenuItem' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/MultiColumnList' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/MultiLineEditbox' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/PopupMenu' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ProgressBar' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ScrollablePane' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Scrollbar' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Slider' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Static' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/StaticImage' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/StaticText' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/SystemButton' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/TabButton' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/TabControl' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Titlebar' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ToggleButton' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/Tooltip' added.
29/10/2006 11:59:21 (InfL1) WindowRendererFactory 'Falagard/ItemListbox' added.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Button' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/Button'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Checkbox' using base type 'CEGUI/Checkbox', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'TaharezLook/Checkbox'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/ImageButton'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Falagard/ToggleButton' and Look'N'Feel 'TaharezLook/RadioButton'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Falagard/FrameWindow' and Look'N'Feel 'TaharezLook/FrameWindow'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Falagard/Titlebar' and Look'N'Feel 'TaharezLook/Titlebar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Falagard/SystemButton' and Look'N'Feel 'TaharezLook/Button'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Editbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'TaharezLook/Editbox'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Falagard/MultiLineEditbox' and Look'N'Feel 'TaharezLook/MultiLineEditbox'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Menubar' using base type 'CEGUI/Menubar', window renderer 'Falagard/Menubar' and Look'N'Feel 'TaharezLook/Menubar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Falagard/PopupMenu' and Look'N'Feel 'TaharezLook/PopupMenu'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Falagard/MenuItem' and Look'N'Feel 'TaharezLook/MenuItem'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/AlternateProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/AltProgressBar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/ProgressBar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ProgressBarBlue' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/ProgressBarBlue'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ProgressBarRed' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/ProgressBarRed'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ProgressBarGreen' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/ProgressBarGreen'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/VUMeter' using base type 'CEGUI/ProgressBar', window renderer 'Falagard/ProgressBar' and Look'N'Feel 'TaharezLook/VUMeter'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'TaharezLook/VerticalScrollbar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'TaharezLook/HorizontalScrollbar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/VerticalScrollbarThumb'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/HorizontalScrollbarThumb'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Falagard/Scrollbar' and Look'N'Feel 'TaharezLook/LargeVerticalScrollbar'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/LargeVerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/LargeVerticalScrollbarThumb'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/TabButton' using base type 'CEGUI/TabButton', window renderer 'Falagard/TabButton' and Look'N'Feel 'TaharezLook/TabButton'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/TabControl' using base type 'CEGUI/TabControl', window renderer 'Falagard/TabControl' and Look'N'Feel 'TaharezLook/TabControl'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/TabPane' using base type 'DefaultWindow', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/TabPane'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Falagard/Listbox' and Look'N'Feel 'TaharezLook/ComboDropList'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Falagard/Editbox' and Look'N'Feel 'TaharezLook/ComboEditbox'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Combobox' using base type 'CEGUI/Combobox', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/Combobox'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Listbox' using base type 'CEGUI/Listbox', window renderer 'Falagard/Listbox' and Look'N'Feel 'TaharezLook/Listbox'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Falagard/ListHeader' and Look'N'Feel 'TaharezLook/ListHeader'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Falagard/ListHeaderSegment' and Look'N'Feel 'TaharezLook/ListHeaderSegment'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Falagard/MultiColumnList' and Look'N'Feel 'TaharezLook/MultiColumnList'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Slider' using base type 'CEGUI/Slider', window renderer 'Falagard/Slider' and Look'N'Feel 'TaharezLook/Slider'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/SliderThumb' using base type 'CEGUI/Thumb', window renderer 'Falagard/Button' and Look'N'Feel 'TaharezLook/SliderThumb'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Falagard/ScrollablePane' and Look'N'Feel 'TaharezLook/ScrollablePane'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Spinner' using base type 'CEGUI/Spinner', window renderer 'Falagard/Default' and Look'N'Feel 'TaharezLook/Spinner'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Falagard/Tooltip' and Look'N'Feel 'TaharezLook/Tooltip'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/StaticImage' using base type 'DefaultWindow', window renderer 'Falagard/StaticImage' and Look'N'Feel 'TaharezLook/StaticImage'.
29/10/2006 11:59:21 (InfL1) Creating falagard mapping for type 'TaharezLook/StaticText' using base type 'DefaultWindow', window renderer 'Falagard/StaticText' and Look'N'Feel 'TaharezLook/StaticText'.
29/10/2006 11:59:21 (InfL2) ---- Resource loading for GUI scheme 'TaharezLookWidgets' completed ----
29/10/2006 11:59:25 (InfL2) Window 'Root' of type 'DefaultGUISheet' has been created.
29/10/2006 11:59:25 (InfL2) Window 'BackgroundWindow' of type 'TaharezLook/StaticImage' has been created.
29/10/2006 11:59:25 (InfL2) Assigning the window renderer 'Falagard/StaticImage' to the window 'BackgroundWindow'
29/10/2006 11:59:25 (InfL2) Assigning LookNFeel 'TaharezLook/StaticImage' to window 'BackgroundWindow'.
29/10/2006 11:59:25 (Error) Exception: WidgetLookManager::getWidgetLook - Widget look and feel 'TaharezLook/StaticImage' does not exist.
29/10/2006 11:59:25 (InfL2) Window 'Root' has been added to dead pool.
29/10/2006 11:59:28 (InfL1) ---- Begining CEGUI System destruction ----
29/10/2006 11:59:28 (InfL1) ---- Begining cleanup of GUI Scheme system ----
29/10/2006 11:59:28 (InfL2) ---- Begining resource cleanup for GUI scheme 'TaharezLookWidgets' ----
29/10/2006 11:59:28 (InfL2) ---- Resource cleanup for GUI scheme 'TaharezLookWidgets' completed ----
29/10/2006 11:59:28 (InfL2) GUI scheme 'TaharezLookWidgets' has been unloaded.
29/10/2006 11:59:28 (InfL1) Scheme 'TaharezLookWidgets' has been unloaded.
29/10/2006 11:59:28 (InfL1) CEGUI::SchemeManager singleton destroyed.
29/10/2006 11:59:28 (InfL1) CEGUI::WindowManager singleton destroyed
29/10/2006 11:59:28 (InfL1) CEGUI::WindowFactoryManager singleton destroyed
29/10/2006 11:59:28 (InfL1) CEGUI::WidgetLookManager singleton destroyed.
29/10/2006 11:59:28 (InfL1) CEGUI::WindowRendererManager singleton destroyed
29/10/2006 11:59:28 (InfL1) ---- Begining cleanup of Font system ----
29/10/2006 11:59:28 (InfL1) Font 'scg-6' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'scg-7' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'scg-8' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'scg-9' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'scg-10' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'scg-12' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'scg-14' has been destroyed.
29/10/2006 11:59:28 (InfL1) Font 'Tahoma-8' has been destroyed.
29/10/2006 11:59:28 (InfL1) CEGUI::FontManager singleton destroyed.
29/10/2006 11:59:28 (InfL1) CEGUI::MouseCursor singleton destroyed.
29/10/2006 11:59:28 (InfL1) ---- Begining cleanup of Imageset system ----
29/10/2006 11:59:28 (InfL2) Imageset 'TaharezLook' has been destroyed.
29/10/2006 11:59:28 (InfL1) CEGUI::ImagesetManager singleton destroyed
29/10/2006 11:59:28 (InfL1) CEGUI::GlobalEventSet singleton destroyed.
29/10/2006 11:59:28 (InfL1) CEGUI::System singleton destroyed.
29/10/2006 11:59:28 (InfL1) ---- CEGUI System destruction completed ----
29/10/2006 11:59:28 (InfL1) CEGUI::Logger singleton destroyed.

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

Postby CrazyEddie » Sun Oct 29, 2006 20:28

From the log I can see that no LookNFeel 'skin' file is being loaded - which is why no windows can be created, since the WidgetLooks that the mappings refer to do not exist.

Check your scheme files and make sure you have the appropriate <LookNFeel> elements in there. Such as:

Code: Select all

<LookNFeel Filename="TaharezLook.looknfeel" />


CE.

Slicky
Quite a regular
Quite a regular
Posts: 63
Joined: Wed Jan 12, 2005 12:06

Postby Slicky » Sun Oct 29, 2006 21:08

CrazyEddie wrote:From the log I can see that no LookNFeel 'skin' file is being loaded - which is why no windows can be created, since the WidgetLooks that the mappings refer to do not exist.
CE.


Thanks Eddie - I thought yesterday that was my problem. However, I do have a custom looknfeel that is referred to in my scheme file. In my game it loads with no errors. Could it be the version of CEGUI with the editor? I even tried switching the reference to TaharezLook.looknfeel. Maybe it's something on my end but wouldn't you think that it would crap out when trying to load my game also?


Return to “Unofficial CEGUI-Related Tools”

Who is online

Users browsing this forum: No registered users and 1 guest