OpenMarine

Full Version: OpenPlotter main menu does not run
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

The OpenPlotter menu (the one with the anchor icon) doesn't run. It will only show the icon at the beginning but then it'll break. I've tried rebooting it, etc. I'll post the error message right here. Got any idea?

Code:
Traceback (most recent call last):
 File "/home/pi/.config/openplotter/openplotter", line 3250, in <module>
   MainFrame().Show()
 File "/home/pi/.config/openplotter/openplotter", line 175, in __init__
   self.lang_item1 = self.lang.Append(wx.ID_ANY, _('English'), _('Set English language'), kind=wx.ITEM_CHECK)
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 12003, in Append
   return _core_.Menu_Append(*args, **kwargs)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)