Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failed when clicking on "Solo game" (main menu) #939

Open
auriamg opened this issue Feb 20, 2014 · 0 comments
Open

Assertion failed when clicking on "Solo game" (main menu) #939

auriamg opened this issue Feb 20, 2014 · 0 comments

Comments

@auriamg
Copy link
Owner

auriamg commented Feb 20, 2014

I did a race, cancelled, went back to the main menu, and got an assertion failure upon clicking on "Solo game"

In FocusDispatcher::setRootID:
assert(reservedID != -1);
-> I got reservedID == 100

supertuxkart.exe!FocusDispatcher::setRootID(const int reservedID) Line 94 C++
supertuxkart.exe!KartSelectionScreen::init() Line 946 C++
supertuxkart.exe!GUIEngine::AbstractStateManager::pushScreen(GUIEngine::Screen * screen) Line 132 C++
supertuxkart.exe!MainMenuScreen::eventCallback(GUIEngine::Widget * widget, const std::basic_string<char,std::char_traits,std::allocator > & name, const int playerID) Line 278 C++
supertuxkart.exe!GUIEngine::EventHandler::sendEventToUser(GUIEngine::Widget * widget, std::basic_string<char,std::char_traits,std::allocator > & name, const int playerID) Line 617 C++
supertuxkart.exe!GUIEngine::EventHandler::onWidgetActivated(GUIEngine::Widget * w, const int playerID) Line 660 C++
supertuxkart.exe!GUIEngine::EventHandler::onGUIEvent(const irr::SEvent & event) Line 702 C++
supertuxkart.exe!GUIEngine::EventHandler::OnEvent(const irr::SEvent & event) Line 143 C++
supertuxkart.exe!irr::gui::CGUIEnvironment::OnEvent(const irr::SEvent & event) Line 399 C++
supertuxkart.exe!irr::gui::CGUIButton::OnEvent(const irr::SEvent & event) Line 225 C++
supertuxkart.exe!irr::gui::CGUIButton::OnEvent(const irr::SEvent & event) Line 215 C++
supertuxkart.exe!irr::gui::CGUIEnvironment::postEventFromUser(const irr::SEvent & event) Line 570 C++
supertuxkart.exe!irr::CIrrDeviceStub::postEventFromUser(const irr::SEvent & event) Line 220 C++
supertuxkart.exe!WndProc(HWND__ * hWnd, unsigned int message, unsigned int wParam, long lParam) Line 728 C++

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/t/ticket/1127

@auriamg auriamg added this to the later milestone Feb 20, 2014
@auriamg auriamg self-assigned this Feb 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant