aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Since using wxCVS again  (Read 1859 times)

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Since using wxCVS again
« on: November 20, 2006, 11:51:00 AM »

Since using wxCVS again I have repeated assertions in the search dialog. Once it asserts, it stops working and I have to restart aMule to do another search. The control that displays the search results seems not to work anymore, I can't even resize its columns.
Code: [Select]
2006-11-20 08:36:05: Debug: SearchListCtrl.cpp(164): assert "(before->GetParent() == parent) or (before == parent)" failed in AddResult().
2006-11-20 08:36:05: Call stack:
2006-11-20 08:36:05: [00] wxApp::OnAssertFailure(wchar_t const*, int, wchar_t const*, wchar_t const*, wchar_t const*)
2006-11-20 08:36:05: [01] wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)
2006-11-20 08:36:05: [02] CSearchListCtrl::AddResult(CSearchFile*) /home/user/amule/trunk/src/SearchListCtrl.cpp:164
2006-11-20 08:36:05: [03] CSearchListCtrl::ShowChildren(CSearchFile*, bool) /home/user/amule/trunk/src/SearchListCtrl.cpp:874
2006-11-20 08:36:05: [04] CSearchListCtrl::OnItemActivated(wxListEvent&) /home/user/amule/trunk/src/SearchListCtrl.cpp:630
2006-11-20 08:36:05: [05] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const
2006-11-20 08:36:05: [06] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
2006-11-20 08:36:05: [07] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
2006-11-20 08:36:05: [08] wxEvtHandler::ProcessEvent(wxEvent&)    
2006-11-20 08:36:05: [09] MuleExtern::wxListMainWindow::SendNotify(unsigned int, int, wxPoint const&) extern/wxWidgets/listctrl.cpp:2814
2006-11-20 08:36:05: [10] MuleExtern::wxListMainWindow::OnMouse(wxMouseEvent&) extern/wxWidgets/listctrl.cpp:3025
2006-11-20 08:36:05: [11] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const
2006-11-20 08:36:05: [12] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
2006-11-20 08:36:05: [13] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
2006-11-20 08:36:05: [14] wxEvtHandler::ProcessEvent(wxEvent&)    
2006-11-20 08:36:05: [15] wxEvtHandler::ProcessEvent(wxEvent&)    
2006-11-20 08:36:05: [16] wxScrollHelperEvtHandler::ProcessEvent(wxEvent&)
2006-11-20 08:36:05: [17] wxWindow::GTKProcessEvent(wxEvent&) const
2006-11-20 08:36:05: [18] 0x65ef0d
2006-11-20 08:36:05: [19] 0x5564be2
2006-11-20 08:36:05: [20] g_closure_invoke
Logged