Author Topic: Version 3.1.1 on Mac displaying wxWidgets debug alert  (Read 2342 times)

Offline uzelessknowledge

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Version 3.1.1 on Mac displaying wxWidgets debug alert
« 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.

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Version 3.1.1 on Mac displaying wxWidgets debug alert
« Reply #1 on: January 03, 2015, 10:35:51 PM »
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
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline drlucas

  • Sr. Member
  • ****
  • Posts: 321
    • View Profile
Re: Version 3.1.1 on Mac displaying wxWidgets debug alert
« Reply #2 on: January 04, 2015, 07:45:07 AM »
....72 if you compile the 3.6.15 by yourself....but who's counting :)

Offline uzelessknowledge

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Re: Version 3.1.1 on Mac displaying wxWidgets debug alert
« Reply #3 on: January 09, 2015, 09:53:19 PM »
Thanks. Went back and found the recent version. Not sure how I ended up with what I had.