0.6.9999 bug report

If you found a bug in our library or on our website, please report it in this section. In this forum you can also make concrete suggestions or feature requests.

Moderators: CEGUI MVP, CEGUI Team

User avatar
ttom
Just popping in
Just popping in
Posts: 16
Joined: Wed Jan 12, 2005 12:06

0.6.9999 bug report

Postby ttom » Wed Apr 29, 2009 02:02

Hi CE!
I load the two shceme, when i shut down the program. the exception raise up. I trace the code find the same falagrd element had to be remove the twice.

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

Re: 0.6.9999 bug report

Postby CrazyEddie » Wed Apr 29, 2009 10:11

Hi,

This is not a bug report; I'm not sure quite what it is, but it's definitely not a bug report! Had this been a bug report, you would have included the information such as exactly what you were doing, the results you were expecting, the results you got instead, the type of exception, any message from the exception (where appropriate), a debug callstack or backtrace, and the detailed steps required to reproduce the issue. ;)

CE.

User avatar
ttom
Just popping in
Just popping in
Posts: 16
Joined: Wed Jan 12, 2005 12:06

Re: 0.6.9999 bug report

Postby ttom » Thu Apr 30, 2009 02:07

sorry that my fault. in the demp7 the code like below

Code: Select all

bool Demo7Sample::initialiseSample()
{
    using namespace CEGUI;

    // we will use of the WindowManager.
    WindowManager& winMgr = WindowManager::getSingleton();

    // load scheme and set up defaults
    SchemeManager::getSingleton().loadScheme("TaharezLook.scheme");//<----the scheme
    SchemeManager::getSingleton().loadScheme("VanillaSkin.scheme");//<-- the scheme
    System::getSingleton().setDefaultMouseCursor("TaharezLook", "MouseArrow");
......   
       
        return true;
}

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

Re: 0.6.9999 bug report

Postby CrazyEddie » Fri May 01, 2009 08:37

Hi,

I'll plug this code in soon and see what happens!

CE.


Return to “Bug Reports, Suggestions, Feature Requests”

Who is online

Users browsing this forum: No registered users and 11 guests