[No Bug?] Close Window Tool Tip at top of screen

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
FreakNigh
Posts: 122
Joined: Thu Oct 19, 2006 7:31 am
Location: Orlando FL, USA
Contact:

[No Bug?] Close Window Tool Tip at top of screen

Post by FreakNigh »

seems that when you put a GUI window at the far top of the screen on linux with a windowed screen, and put the mouse over the "X" of the gui window thus activating the tooltip, irrlicht will crash. This is the back trace of the core dump -

Code: Select all

(gdb) bt
#0  0x0000000000416121 in irr::CIrrDeviceStub::postEventFromUser ()
#1  0x000000000040febb in irr::CIrrDeviceLinux::run ()
#2  0x0000000000409803 in GUI_Engine::Run (this=0x96fbd0) at gui_engine.cpp:126
#3  0x00000000004089c7 in Client::MainLoop (this=0x7fff20c0b830) at client.cpp:41
#4  0x0000000000406649 in main () at main.cpp:13
(gdb)   
maybe i should start linking against a debug friendly version of irrlicht.
Last edited by FreakNigh on Sun Jun 14, 2009 7:38 pm, edited 1 time in total.
Image

CvIrrCamController - 3D head tracking lib to create window effect with webcam
IrrAR - Attach Irrlicht nodes to real life markers
http://www.nighsoft.com/
FreakNigh
Posts: 122
Joined: Thu Oct 19, 2006 7:31 am
Location: Orlando FL, USA
Contact:

Post by FreakNigh »

good news... seems when i download 1.5 and use that (because i used gentoo's emerge version of 1.5) which is already setup for debugging.. bug doesn't act up =P what the hell =P You guys rule, but now I'm setup to help debug the irrlicht bugs i come across now :twisted:

Also there was previously some bug in the same area shortly after i hid the GUI windows, no clue what was really causing that but it is gone now too.
Image

CvIrrCamController - 3D head tracking lib to create window effect with webcam
IrrAR - Attach Irrlicht nodes to real life markers
http://www.nighsoft.com/
Post Reply