supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

Crash when adding new device in options #807

Closed supertuxkart-sourceforge-migration closed 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

Reported on http://forum.freegamedev.net/viewtopic.php?p=53032#p53032

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   supertuxkart                    0x0017c654 irr::gui::IGUIElement::addChildToEnd(irr::gui::IGUIElement*) + 36
1   supertuxkart                    0x0017cd05 irr::gui::IGUIElement::IGUIElement(irr::gui::EGUI_ELEMENT_TYPE, irr::gui::IGUIEnvironment*, irr::gui::IGUIElement*, int, irr::core::rect<int> const&) + 597
2   supertuxkart                    0x0040922e irr::gui::CGUIStaticText::CGUIStaticText(wchar_t const*, bool, irr::gui::IGUIEnvironment*, irr::gui::IGUIElement*, int, irr::core::rect<int> const&, bool) + 142
3   supertuxkart                    0x0051467b irr::gui::CGUIEnvironment::addStaticText(wchar_t const*, irr::core::rect<int> const&, bool, bool, irr::gui::IGUIElement*, int, bool) + 91
4   supertuxkart                    0x0025c5f3 AddDeviceDialog::AddDeviceDialog() + 323
5   supertuxkart                    0x0029d8e2 OptionsScreenInput::eventCallback(GUIEngine::Widget*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) + 386
6   supertuxkart                    0x0015d029 GUIEngine::EventHandler::onWidgetActivated(GUIEngine::Widget*, int) + 665
7   supertuxkart                    0x0015c26d GUIEngine::EventHandler::onGUIEvent(irr::SEvent const&) + 589
8   supertuxkart                    0x0015bf07 GUIEngine::EventHandler::OnEvent(irr::SEvent const&) + 295
9   supertuxkart                    0x005125a0 non-virtual thunk to irr::gui::CGUIEnvironment::OnEvent(irr::SEvent const&) + 64
10  supertuxkart                    0x00457139 irr::gui::CGUIButton::OnEvent(irr::SEvent const&) + 809
11  supertuxkart                    0x00512cb2 irr::gui::CGUIEnvironment::postEventFromUser(irr::SEvent const&) + 274
12  supertuxkart                    0x004157ea irr::CIrrDeviceStub::postEventFromUser(irr::SEvent const&) + 58
13  supertuxkart                    0x00559854 irr::CIrrDeviceMacOSX::postMouseEvent(void*, irr::SEvent&) + 196
14  supertuxkart                    0x005592fc irr::CIrrDeviceMacOSX::run() + 812
15  supertuxkart                    0x0011bd2c IrrDriver::update(float) + 28
16  supertuxkart                    0x001ece94 MainLoop::run() + 772
17  supertuxkart                    0x001ebe67 main + 4119
18  libdyld.dylib                   0x9546970d start + 1
supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Fixed in SVN