Stack overflow with tooltip

Forum for general chit-chat or off-topic discussion.

Moderators: CEGUI MVP, CEGUI Team

flashbk
Just popping in
Just popping in
Posts: 4
Joined: Sun Sep 13, 2009 12:56

Stack overflow with tooltip

Postby flashbk » Sun Sep 13, 2009 13:04

I have a problem with tooltip.

yesterday, I got a stack overflow error.
so, I search this forum.. and fix it with follow thread

http://www.cegui.org.uk/mantis/view.php?id=213

It goes fine.. but
I make a custom tooltip looknfeel, with StaticImage named "TaharezLook/IconTooltip"
it's same "TaharezLook/Tooltip" except it has child.

Code: Select all

    <Child type ="TaharezLook/StaticImage" nameSuffix="__auto__staticimage">
      <Area>
        <Dim type="LeftEdge">
          <AbsoluteDim value="3" />
        </Dim>
        <Dim type="TopEdge">
          <AbsoluteDim value="3" />
        </Dim>
        <Dim type="Width">
          <AbsoluteDim value="64" />
        </Dim>
        <Dim type="Height">
          <AbsoluteDim value="64" />
        </Dim>
      </Area>
    </Child> 


If I use this tooltip looknfeel, It crash with "stack overflow"

I just set

Code: Select all

CEGUI::System::getSingleton().setDefaultTooltip( (CEGUI::utf8*)"TaharezLook/IconTooltip" );

Is there anything, what I have to do?

Have a nice day..

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

Re: Stack overflow with tooltip

Postby CrazyEddie » Sun Sep 13, 2009 20:38

Hi,

This as an issue introduced by that ticket you linked, and was fixed on the stable v0-6 branch: http://www.cegui.org.uk/mantis/view.php?id=264.

HTH

CE.

flashbk
Just popping in
Just popping in
Posts: 4
Joined: Sun Sep 13, 2009 12:56

Re: Stack overflow with tooltip

Postby flashbk » Mon Sep 14, 2009 14:29

Hi

I know it's fixed.
but this is new bug.

setDefaultTooltip ("TaharezLook/Tooltip")

it works fine.

but, custom tooltip makes same stack overflow

I made new tooltipwindow "TaharezLook/IconTooltip"
it has <Child/> window

CEGUI::System::getSingleton().setDefaultTooltip( (CEGUI::utf8*)"TaharezLook/IconTooltip" );

I set new tooltip window.

it show tooltip window, it's fine.
but I move mouse to tooltip's child window.. error. stack overflow.

-----------

I update svn stable v0-6 branch and test.
It's make same stack overflow.

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

Re: Stack overflow with tooltip

Postby CrazyEddie » Mon Sep 14, 2009 20:52

I believe I can now see where this issue is coming from. I'll try and get a fix for it into the v0-6 branch (and v0-7, obviously) tomorrow :)

CE.

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

Re: Stack overflow with tooltip

Postby CrazyEddie » Tue Sep 15, 2009 10:42

Ok. This issue should now be fixed in the v0-6 and v0-7 code branches.

Thanks for raising the issue.

CE.

flashbk
Just popping in
Just popping in
Posts: 4
Joined: Sun Sep 13, 2009 12:56

Re: Stack overflow with tooltip

Postby flashbk » Tue Sep 15, 2009 12:14

Oh~ thank you for very fast reply..

It's works fine. :D

Have a nice day..

AlexThomas
Just popping in
Just popping in
Posts: 17
Joined: Mon Sep 28, 2009 17:28

Re: Stack overflow with tooltip

Postby AlexThomas » Mon Sep 28, 2009 17:47

So I've been having this same issue, and I recently downloaded the v0-6 branch from SVN rather than using what is listed on the download page (as I had been doing) and built it hoping to resolve the stack overflow error, but to no avail.

We're using Delta3d, and while I wanted to make a move to 0.7.0 it doesn't look feasible for me to implement it in their codebase to make it work, so I'm stuck with 0.6.2b for now.

Anyway, the extent of the code that makes this crash for me is the adding of the Tooltip property in this button, as shown:

Code: Select all

      <Window Type="WindowsLook/Button" Name="ConsoleWindow/EnterButton" >
        <Property Name="Text" Value="Enter" />
        <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
        <Property Name="UnifiedAreaRect" Value="{{1,-69},{1,-20},{1,-19},{1,0}}" />
        <Property Name="Tooltip" Value="Here's a tip: press me!" />
       
        <Event Name="Clicked" Function="Console_SubmitTextInput" />
      </Window>


This is just a piece of the XML file obviously, but since it all works without that tooltip line I figure that's enough. If you need a bigger example, let me know.

And here's the CEGUI initialization, which is fairly cookie cutter I think:

Code: Select all

      std::string scheme = "GUI/Scheme/WindowsLook.scheme";
      std::string path = dtCore::FindFileInPathList(scheme);
      if (path.empty())
      {
         //throw dtUtil::Exception(ExceptionEnum::CEGUI_EXCEPTION,
         //   "Failed to find the scheme file.", __FILE__, __LINE__);
      }
      std::string dir = path.substr(0, path.length() - (scheme.length() - 3));
      dtUtil::FileUtils::GetInstance().PushDirectory(dir);
      CEGUI::SchemeManager::getSingleton().loadScheme(path);
      dtUtil::FileUtils::GetInstance().PopDirectory();

      _WindowMgr = &CEGUI::WindowManager::getSingleton();
      CEGUI::System::getSingleton().setDefaultFont("DejaVuSans-10");
      _MainWindow = _WindowMgr->createWindow("DefaultGUISheet", "root");
      CEGUI::System::getSingleton().setGUISheet(_MainWindow);

      CEGUI::System::getSingleton().setDefaultTooltip("WindowsLook/Tooltip");


We've done a little bit of coding inside of WindowsLook, but nothing more than adding a color property here or there, changing an image or color, and changing the imagesets, and minor stuff like that. There's no custom elements or anything like that.

Stack is as follows at time of overflow:

Code: Select all

    ntdll.dll!77777dc9()    
    [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]   
    msvcp90d.dll!_Mtxlock(_RTL_CRITICAL_SECTION * _Mtx=0x5c74d238)  Line 45   C
    msvcp90d.dll!std::_Lockit::_Lockit(int kind=0x00000003)  Line 64 + 0x14 bytes   C++
    CEGUIBase_d.dll!std::_Iterator_base::_Adopt(const std::_Container_base_secure * _Parent=0x06db2968)  Line 168 + 0xd bytes   C++
    CEGUIBase_d.dll!std::_Iterator_base::operator=(const std::_Iterator_base & _Right={...})  Line 154   C++
    CEGUIBase_d.dll!std::_Iterator_base::_Iterator_base(const std::_Iterator_base & _Right={...})  Line 145   C++
    CEGUIBase_d.dll!std::_Iterator_with_base<std::random_access_iterator_tag,CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &,std::_Iterator_base>::_Iterator_with_base<std::random_access_iterator_tag,CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &,std::_Iterator_base>(const std::_Iterator_with_base<std::random_access_iterator_tag,CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &,std::_Iterator_base> & __that={...})  + 0x2f bytes   C++
    CEGUIBase_d.dll!std::_Ranit<CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &>::_Ranit<CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &>(const std::_Ranit<CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &> & __that={...})  + 0x2f bytes   C++
    CEGUIBase_d.dll!std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> >::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> >(const std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> > & __that=...)  + 0x2f bytes   C++
    CEGUIBase_d.dll!std::_Revranit<std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> >,std::iterator<std::random_access_iterator_tag,CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &> >::_Revranit<std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> >,std::iterator<std::random_access_iterator_tag,CEGUI::Window *,int,CEGUI::Window * const *,CEGUI::Window * const &> >(std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> > _Right=...)  Line 1893   C++
    CEGUIBase_d.dll!std::reverse_iterator<std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> > >::reverse_iterator<std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> > >(std::_Vector_const_iterator<CEGUI::Window *,std::allocator<CEGUI::Window *> > _Right=...)  Line 2119 + 0x6b bytes   C++
    CEGUIBase_d.dll!std::vector<CEGUI::Window *,std::allocator<CEGUI::Window *> >::rend()  Line 708 + 0x25 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::getTargetChildAtPosition(const CEGUI::Vector2 & position={...})  Line 799 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::getTargetChildAtPosition(const CEGUI::Vector2 & position={...})  Line 806 + 0x13 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::getTargetChildAtPosition(const CEGUI::Vector2 & position={...})  Line 806 + 0x13 bytes   C++
    CEGUIBase_d.dll!CEGUI::System::getTargetWindow(const CEGUI::Vector2 & pt={...})  Line 1072 + 0xf bytes   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1685 + 0xc bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++

     ... Pattern repeats alot ...

    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1020 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x06e3c748)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
    CEGUIBase_d.dll!CEGUI::System::updateWindowContainingMouse()  Line 1711 + 0x1c bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::onZChange_impl()  Line 1526   C++
    CEGUIBase_d.dll!CEGUI::Window::removeChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1052 + 0x12 bytes   C++
    CEGUIBase_d.dll!CEGUI::Window::addChild_impl(CEGUI::Window * wnd=0x05eba9e8)  Line 1463   C++
    CEGUIBase_d.dll!CEGUI::Window::addChildWindow(CEGUI::Window * window=0x05eba9e8)  Line 1017 + 0x16 bytes   C++
    CEGUIBase_d.dll!CEGUI::Tooltip::setTargetWindow(CEGUI::Window * wnd=0x05eba9e8)  Line 137   C++
    CEGUIBase_d.dll!CEGUI::Window::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 2921   C++
>   CEGUIBase_d.dll!CEGUI::Tooltip::onMouseEnters(CEGUI::MouseEventArgs & e={...})  Line 395   C++



Any help is greatly appreciated.

Alex

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

Re: Stack overflow with tooltip

Postby CrazyEddie » Mon Sep 28, 2009 19:08

Hi,

Yeah, going by the stack there, it definitely looks like the same issue, though this should not be the case as it was definitely fixed. I'll test it out for you tomorrow in case we've had some form of regression.

CE.

AlexThomas
Just popping in
Just popping in
Posts: 17
Joined: Mon Sep 28, 2009 17:28

Re: Stack overflow with tooltip

Postby AlexThomas » Mon Sep 28, 2009 19:22

Ahh nevermind, I figured it out. It works perfectly, I needed to rebuilt delta3d such that it would point to the correct cegui/bin directory on my machine.

Sorry about that CE!

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

Re: Stack overflow with tooltip

Postby CrazyEddie » Mon Sep 28, 2009 19:58

:lol:


Return to “Offtopic Discussion”

Who is online

Users browsing this forum: No registered users and 17 guests