Hi,

I've been finding that if I click all the tabs I can get them all populated with data.

Although the terminal reports: ERROR: Unable to find selected: iter must be a GtkTreeIter

Curious.

It still finishes with the status bar showing that it is still fetching the last memory and locks up. Only way to continue is to force quit

I did notice the last memory displayed is 797 although the count in the status bar goes up to 849. hmm.

Still throws an exception:

ERROR: Exception running RadioJob: string index out of range
ERROR: -- Exception: --
ERROR: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/chirp/ui/common.py", line 116, in _execute
    result = func(*self.args, **self.kwargs)
  File "/usr/lib/pymodules/python2.7/chirp/drivers/ic9x.py", line 134, in get_memory
    mem = ic9x_ll.get_memory(self.pipe, self.vfo, number)
  File "/usr/lib/pymodules/python2.7/chirp/drivers/ic9x_ll.py", line 490, in get_memory
    if rframe.get_payload()[3] == '\xff':
IndexError: string index out of range

ERROR: ----------------
ERROR: Job Args:   (445,)
ERROR: Job KWArgs: {}
ERROR: Job Called from:
  File "/usr/bin/chirpw", line 145, in <module>
    gtk.main()
  File "/usr/lib/pymodules/python2.7/chirp/ui/mainapp.py", line 1406, in mh
    self.do_download(*args)
  File "/usr/lib/pymodules/python2.7/chirp/ui/mainapp.py", line 687, in do_download
    self.do_open_live(radio)
  File "/usr/lib/pymodules/python2.7/chirp/ui/mainapp.py", line 406, in do_open_live
    eset = editorset.EditorSet(radio, self, tempname=tempname)
  File "/usr/lib/pymodules/python2.7/chirp/ui/editorset.py", line 143, in __init__
    self._make_device_editors(device, devrthread, index)
  File "/usr/lib/pymodules/python2.7/chirp/ui/editorset.py", line 78, in _make_device_editors
    memories = memedit.MemoryEditor(devrthread)
  File "/usr/lib/pymodules/python2.7/chirp/ui/memedit.py", line 1376, in __init__
    self.prefill()
  File "/usr/lib/pymodules/python2.7/chirp/ui/memedit.py", line 1063, in prefill
    job = common.RadioJob(handler, "get_memory", i)

^CTraceback (most recent call last):
  File "/usr/bin/chirpw", line 145, in <module>
    gtk.main()

Wenlock