Guest User

Untitled

a guest
Mar 13th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ASSERT INFO:
  2. ./src/prefs/PrefsDialog.cpp(569): assert "sz.x <= screenRect.width && sz.y <= screenRect.height" failed in PrefsDialog(): Preferences dialog exceeds max size
  3.  
  4. BACKTRACE:
  5. [1] PrefsDialog::PrefsDialog(wxWindow*, AudacityProject*, TranslatableString const&, std::vector<PrefsPanel::PrefsNode, std::allocator<PrefsPanel::PrefsNode> >&)
  6. [2] GlobalPrefsDialog::GlobalPrefsDialog(wxWindow*, AudacityProject*, std::vector<PrefsPanel::PrefsNode, std::allocator<PrefsPanel::PrefsNode> >&)
  7. [3] EditActions::Handler::OnPreferences(CommandContext const&)
  8. [4] CommandManager::HandleCommandEntry(AudacityProject&, CommandListEntry const*, std::bitset<64ul>, bool, wxEvent const*)
  9. [5] CommandManager::HandleMenuID(AudacityProject&, int, std::bitset<64ul>, bool)
  10. [6] ProjectWindow::OnMenu(wxCommandEvent&)
  11. [7] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
  12. [8] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
  13. [9] wxEvtHandler::TryHereOnly(wxEvent&)
  14. [10] wxEvtHandler::DoTryChain(wxEvent&)
  15. [11] wxEvtHandler::ProcessEvent(wxEvent&)
  16. [12] wxWindowBase::TryAfter(wxEvent&)
  17. [13] wxEvtHandler::SafelyProcessEvent(wxEvent&)
  18. [14] wxMenuBase::SendEvent(int, int)
  19. [15] g_closure_invoke
  20. [16] g_signal_emit_valist
  21. [17] g_signal_emit
  22. [18] gtk_widget_activate
  23. [19] gtk_menu_shell_activate_item
  24. [20] g_signal_emit_valist
  25. [21] g_signal_emit
  26. [22] gtk_main_do_event
  27. [23] g_main_context_dispatch
  28. [24] g_main_loop_run
  29. [25] gtk_main
  30. [26] wxGUIEventLoop::DoRun()
  31. [27] wxEventLoopBase::Run()
  32. [28] wxAppConsoleBase::MainLoop()
  33. [29] wxEntry(int&, wchar_t**)
  34. [30] main
  35. [31] __libc_start_main
  36. [32] _start
  37.  
  38.  
  39.  
Advertisement
Add Comment
Please, Sign In to add comment