creating smart list ends in "An assertion failed!"

General discussions
Locked
foojak
Posts: 1
Joined: Sun May 16, 2021 8:08 am

creating smart list ends in "An assertion failed!"

Post by foojak »

Hey, I didn't use Guayadeque for a while, now if I want to create a smart list, I get the error message "An assertion failed!". It's on a just upgraded Ubuntu 22.04. Thanks a lot

Full error message:
ASSERT INFO:
/usr/include/wx-3.0/wx/dynarray.h(837): assert "uiIndex < m_nCount" failed in Item().

BACKTRACE:
[1] Guayadeque::guPlayerFilters::UpdateFilters()
[2] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[3] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[4] wxEvtHandler::TryHereOnly(wxEvent&)
[5] wxEvtHandler::ProcessEventLocally(wxEvent&)
[6] wxEvtHandler::ProcessEvent(wxEvent&)
[7] wxEvtHandler::ProcessPendingEvents()
[8] wxApp::DoIdle()
[9] g_main_context_dispatch
[10] g_main_loop_run
[11] gtk_main
[12] wxGUIEventLoop::DoRun()
[13] wxEventLoopBase::Run()
[14] wxAppConsoleBase::MainLoop()
[15] wxEntry(int&, wchar_t**)
[16] main
[17] __libc_start_main
[18] _start
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Re: creating smart list ends in "An assertion failed!"

Post by anonbeat »

Can you post the parameters you used to create a list? maybe a screenshot ?

Thanks for your help
Locked