Log file errors but working application

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

User avatar
olgarry
Not too shy to talk
Not too shy to talk
Posts: 26
Joined: Sat Jan 14, 2006 10:23

Log file errors but working application

Postby olgarry » Sat Mar 04, 2006 11:18

Hello,

I've made an application with CEGUI and lots of windows loaded with XML files. It's run but i got a lots of errors in the CEGUI log file like this :

Code: Select all

04/03/2006 11:59:20 (Error)   Exception: Window::getChild - The Window with ID: '1' is not attached to Window 'FlotteInterface/FlotteListe__auto_vscrollbar__'.
04/03/2006 11:59:20 (Error)   Exception: Window::getChild - The Window with ID: '1' is not attached to Window 'FlotteInterface/FlotteListe'.
04/03/2006 11:59:20 (Error)   Exception: Window::getChild - The Window with ID: '2' is not attached to Window 'FlotteInterface/FlotteListe'.


I don't think that's normal but i don't know what to do for solve this problem.

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

Postby CrazyEddie » Sun Mar 05, 2006 15:59

Somewhere in your code you are looking up child windows via an ID, and the child windows do not exist. If you did not add such code, then it could be that you used code from somewhere else that used this technique ;)

HTH

CE.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 6 guests