Bug #11407
closedchirp gui crashes on opening
0%
Description
chirp chirp-20240614-py3-none-any.whl
System:
Kernel: 5.15.0-113-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Xfce 4.18.1
tk: Gtk 3.24.33 info: xfce4-panel wm: xfwm 4.18.0 vt: 7 dm: LightDM 1.30.0
Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy
python3 -c "import wx;print(wx.version)"
4.2.1
Command line opens ok, GUI crashes with error message shown below, no debug.log written.¶
Error message in terminal:
Traceback (most recent call last):
File "/home/keith/.local/bin/chirp", line 8, in
sys.exit(chirpmain())
File "/home/keith/.local/pipx/venvs/chirp/lib/python3.10/site-packages/chirp/wxui/init.py", line 214, in chirpmain
mainwindow = main.ChirpMain(None, title='CHIRP')
File "/home/keith/.local/pipx/venvs/chirp/lib/python3.10/site-packages/chirp/wxui/main.py", line 427, in init
self.SetMenuBar(self.make_menubar())
File "/home/keith/.local/pipx/venvs/chirp/lib/python3.10/site-packages/chirp/wxui/main.py", line 973, in make_menubar
self.bug_report_item.Enable(False)
wx._core.wxAssertionError: C++ assertion ""m_menuItem"" failed at /home/wxpy/wxPython-4.2.1/ext/wxWidgets/src/gtk/menu.cpp(803) in Enable(): invalid menu item¶
Note, the directory /home/wxpy/wxPython-4.2.1/ext/wxWidgets/src/gtk/ does not exist on my system. Chirp was working ok, the following day it stopped, I have no idea why . I have uninstalled and reinstalled as per the instructions on the Chirp website. So far I have not been able to find anything about how to fix this. I have not knowingly deleted any files on my system.
Any guidance is much appreciated. Thank you.
Updated by Keith Clethero 4 months ago
Answer can be found here *Bug #11400
*
All good, thanks.