Comment 2 for bug 1384283

Revision history for this message
Don Johnston (dgjohnston) wrote :

Hi, I just downloaded and installed "2014.0.0 built by Matthieu DESILE" on my Mac (Yosemite 10.10) and get the same result:

../src/common/menucmn.cpp(693): assert "!m_menuBar" failed in Attach(): attaching menu twice?

Call stack:
[00] wxMenuBar::Replace(unsigned long, wxMenu*, wxString const&)
[01] MainFrame::SetGuiLevel(GuiLevel)
[02] MainFrame::MainFrame(wxWindow*, PT::Panorama&)
[03] huginApp::OnInit()
[04] wxApp::CallOnInit()
[05] wxEntry(int&, wchar_t**)
[06] main
[07] start
[08] 0x00000001

I click on no and hugin runs. After loading a project I'd used in 2013 and clicking on "expert" in the menu bar I get another alert:

../src/common/menucmn.cpp(701): assert "m_menuBar" failed in Detach(): detaching unattached menu?

Call stack:
[00] wxMenuBar::Remove(unsigned long)
[01] MainFrame::SetGuiLevel(GuiLevel)
[02] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[03] wxEvtHandler::ProcessEventLocally(wxEvent&)
[04] wxEvtHandler::ProcessEvent(wxEvent&)
[05] wxWindowBase::TryAfter(wxEvent&)
[06] wxEvtHandler::ProcessEvent(wxEvent&)
[07] wxWindowBase::TryAfter(wxEvent&)
[08] wxEvtHandler::ProcessEvent(wxEvent&)
[09] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[10] wxMenuBase::SendEvent(int, int)
[11] wxMenu::HandleCommandProcess(wxMenuItem*, wxWindow*)
[12] _os_activity_initiate
[13] -[NSApplication sendAction:to:from:]
[14] -[NSMenuItem _corePerformAction]
[15] -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:]
[16] _os_activity_initiate
[17] -[NSMenu performActionForItemAtIndex:]
[18] -[NSMenu _internalPerformActionForItemAtIndex:]
[19] -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:]
[20] NSSLMMenuEventHandler

I clicked "no" and hugin is running fine.