Sean Meighan
Software => Bugs in xLights/Nutcracker => Topic started by: uzelessknowledge on January 03, 2015, 08:09:32 PM
-
When trying to create a new Model on Nutcracker I receive a wxWidgets Debug Alert. Not sure why or what it means.
Thanks!
./src/common/arrstr.cpp(219): assert "bCase && !bFromEnd" failed in Index(): search parameters ignored for auto sorted array
Call stack:
[00] ModelListDialog::OnButton_NewClick(wxCommandEvent&)
[01] wxAppConsoleBase::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const
[02] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const
[03] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[04] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[05] wxEvtHandler::TryHereOnly(wxEvent&)
[06] wxEvtHandler::ProcessEventLocally(wxEvent&)
[07] wxEvtHandler::ProcessEvent(wxEvent&)
[08] wxWindowBase::TryAfter(wxEvent&)
[09] wxEvtHandler::ProcessEvent(wxEvent&)
[10] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[11] wxWindowBase::HandleWindowEvent(wxEvent&) const
[12] wxControl::ProcessCommand(wxCommandEvent&)
[13] wxButton::OSXHandleClicked(double)
[14] wxWidgetCocoaImpl::controlAction(NSView*, void*, void*)
[15] wxOSX_controlAction(NSView*, objc_selector*, objc_object*)
[16] -[NSObject performSelector:withObject:]
[17] __36-[NSApplication sendAction:to:from:]_block_invoke
[18] _os_activity_initiate
[19] -[NSApplication sendAction:to:from:]
[20] -[NSControl sendAction:to:]
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
-
Have you tried a more recent version?
3.1.1 was released in August.
There have been 71 newer versions of the code since then.
go to http://dankulp.com/xlights/
and maybe try 3.6.14
-
....72 if you compile the 3.6.15 by yourself....but who's counting :)
-
Thanks. Went back and found the recent version. Not sure how I ended up with what I had.