You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when I try and use any of the calf plugins in audacity.
using KDE NEON (ubuntu)
Built the pluguns from source (github).
ASSERT INFO:
../src/common/wincmn.cpp(477): assert "GetEventHandler() == this" failed in ~wxWindowBase(): any pushed event handlers must have been removed
I am getting this error when I try and use any of the calf plugins in audacity.
using KDE NEON (ubuntu)
Built the pluguns from source (github).
ASSERT INFO:
../src/common/wincmn.cpp(477): assert "GetEventHandler() == this" failed in ~wxWindowBase(): any pushed event handlers must have been removed
BACKTRACE:
[1] wxWindowBase::~wxWindowBase()
[2] wxWindowBase::Destroy()
[3] EffectUIHost::Initialize()
[4] EffectUI::DialogFactory(wxWindow&, EffectHostInterface*, EffectUIClientInterface*)
[5] LV2Effect::ShowInterface(wxWindow&, std::function<wxDialog* (wxWindow&, EffectHostInterface*, EffectUIClientInterface*)> const&, bool)
[6] Effect::DoEffect(double, TrackList*, TrackFactory*, NotifyingSelectedRegion&, wxWindow*, std::function<wxDialog* (wxWindow&, EffectHostInterface*, EffectUIClientInterface*)> const&)
[7] EffectUI::DoEffect(wxString const&, CommandContext const&, unsigned int)
[8] CommandManager::HandleCommandEntry(AudacityProject&, CommandListEntry const*, std::bitset<64ul>, bool, wxEvent const*)
[9] CommandManager::HandleMenuID(AudacityProject&, int, std::bitset<64ul>, bool)
[10] ProjectWindow::OnMenu(wxCommandEvent&)
[11] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[12] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[13] wxEvtHandler::TryHereOnly(wxEvent&)
[14] wxEvtHandler::DoTryChain(wxEvent&)
[15] wxEvtHandler::ProcessEvent(wxEvent&)
[16] wxWindowBase::TryAfter(wxEvent&)
[17] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[18] wxMenuBase::SendEvent(int, int)
[19] g_closure_invoke
[20] g_signal_emit_valist
[21] g_signal_emit
[22] gtk_widget_activate
[23] gtk_menu_shell_activate_item
[24] g_signal_emit_valist
[25] g_signal_emit
[26] gtk_main_do_event
[27] g_main_context_dispatch
[28] g_main_loop_run
[29] gtk_main
[30] wxGUIEventLoop::DoRun()
[31] wxEventLoopBase::Run()
[32] wxAppConsoleBase::MainLoop()
[33] wxEntry(int&, wchar_t**)
[34] main
[35] __libc_start_main
[36] _start
The text was updated successfully, but these errors were encountered: