Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ../src/osx/cocoa/combobox.mm(209): assert "item >= 0 && item < [m_comboBox numberOfItems]" failed in SetSelectedItem(): Inavlid item index.
  2.  
  3. Call stack:
  4. [00] non-virtual thunk to wxNSComboBoxControl::SetSelectedItem(int)
  5. [01] wxComboBox::SetSelection(int)
  6. [02] FindReplaceDlg::FindReplaceDlg(wxWindow*, wxString const&, bool, bool, bool, bool)
  7. [03] FindReplaceDlg::FindReplaceDlg(wxWindow*, wxString const&, bool, bool, bool, bool)
  8. [04] FindReplace::ShowFindDialog(bool, bool) find_replace.cpp:20
  9. [05] FindReplace::FindNext(bool, cbStyledTextCtrl*, cbFindReplaceData*, bool) find_replace.cpp:157
  10. [06] MainFrame::OnSearchFindNext(wxCommandEvent&) main.cpp:389
  11. [07] wxAppConsoleBase::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const
  12. [08] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const
  13. [09] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
  14. [10] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
  15. [11] wxEvtHandler::TryHereOnly(wxEvent&)
  16. [12] wxEvtHandler::TryBeforeAndHere(wxEvent&)
  17. [13] wxEvtHandler::ProcessEvent(wxEvent&)
  18. [14] wxEvtHandler::DoTryChain(wxEvent&)
  19. [15] wxEvtHandler::ProcessEventLocally(wxEvent&)
  20. [16] wxEvtHandler::ProcessEvent(wxEvent&)
  21. [17] wxWindowBase::TryAfter(wxEvent&)
  22. [18] wxEvtHandler::ProcessEvent(wxEvent&)
  23. [19] wxEvtHandler::SafelyProcessEvent(wxEvent&)
  24. [20] wxWindowBase::HandleWindowEvent(wxEvent&) const
  25. Do you want to stop the program?
  26. You can also choose [Cancel] to suppress further warnings.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement