Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing (colour) preferences leads to a gtk crash #219

Open
digidoor opened this issue Feb 12, 2024 · 1 comment
Open

Changing (colour) preferences leads to a gtk crash #219

digidoor opened this issue Feb 12, 2024 · 1 comment

Comments

@digidoor
Copy link

Steps to reproduce:

  • install endeavorOS (MATE, in this particular case; it's a gtk issue as far as I can tell)
  • install wxHexEditor from AUR
  • open wx settings and change preferences on colors
  • click "Save"
  • produces the following error:

/usr/src/debug/wxwidgets/wxWidgets-3.2.4/src/gtk/choice.cpp(303): assert ""Assert failure"" failed in GetString(): invalid index

More specifically, the backtrace:

ASSERT INFO:
/usr/src/debug/wxwidgets/wxWidgets-3.2.4/src/gtk/choice.cpp(303): assert ""Assert failure"" failed in GetString(): invalid index
BACKTRACE:
[1] wxChoice::GetString(unsigned int) const
[2] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[3] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[4] wxEvtHandler::TryHereOnly(wxEvent&)
[5] wxEvtHandler::ProcessEventLocally(wxEvent&)
[6] wxEvtHandler::ProcessEvent(wxEvent&)
[7] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[8] g_signal_emit_valist
[9] g_signal_emit
[10] g_closure_invoke
[11] g_signal_emit_valist
[12] g_signal_emit
[13] g_signal_emit_valist
[14] g_signal_emit
[15] g_cclosure_marshal_VOID__BOXEDv
[16] g_signal_emit_valist
[17] g_signal_emit
[18] gtk_event_controller_handle_event
[19] g_closure_invoke
[20] g_signal_emit_valist
[21] g_signal_emit
[22] gtk_main_do_event
[23] g_main_loop_run
[24] gtk_main
[25] wxGUIEventLoop::DoRun()
[26] wxEventLoopBase::Run()
[27] wxDialog::ShowModal()
[28] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[29] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[30] wxEvtHandler::TryHereOnly(wxEvent&)
[31] wxEvtHandler::DoTryChain(wxEvent&)
[32] wxEvtHandler::ProcessEvent(wxEvent&)
[33] wxWindowBase::TryAfter(wxEvent&)
[34] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[35] wxMenuBase::DoProcessEvent(wxMenuBase*, wxEvent&, wxWindow*)
[36] wxMenuBase::SendEvent(int, int)
[37] g_closure_invoke
[38] g_signal_emit_valist
[39] g_signal_emit
[40] gtk_widget_activate
[41] gtk_menu_shell_activate_item
[42] g_signal_emit_valist
[43] g_signal_emit
[44] gtk_main_do_event
[45] g_main_loop_run
[46] gtk_main
[47] wxGUIEventLoop::DoRun()
[48] wxEventLoopBase::Run()
[49] wxAppConsoleBase::MainLoop()
[50] wxEntry(int&, wchar_t**)
[51] __libc_start_main

@Unixware
Copy link

Same issue on debian 12, but I managed to fix it : I noted that the Language option on the preferences was empty, so I chose one - "English" in my case- , now the prefs can save any chances. HTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants