Comment 3 for bug 1656512

Revision history for this message
Mathew Long (longuist) wrote :

Unfortunately the machine the crash occured running 14.04 (Mint 17.3) is unavailable for about a week so i cannot post the output. If i remember it correctly there was nothing unusual in the commandline output till the moment i accessed the left pane, resulting in a crash and the line "Segmentation fault".

I remember an additional mutagen install when updating pogo.

On another computer (same model), but updated to 16.04 (Mint 18.1) Pogo isn't even starting. CL Output:

Running deb package or "make installation"
DEBUG stdout logging level: 10
INFO Writing log to file "/home/lot/.config/pogo/Logs/log"
INFO System info: machine: i686, platform: Linux-4.4.0-57-generic-i686-with-LinuxMint-18.1-serena, processor: i686, python_version: 3.5.2, release: 4.4.0-57-generic, system: Linux, GTK: (3, 18, 9), Glib: (2, 47, 3), PyGObject: (3, 20, 0), GST: GStreamer 1.8.2, Mutagen: (1, 31), PIL: 1.1.7
Traceback (most recent call last):
  File "/usr/bin/pogo", line 122, in <module>
    from tools import loadGladeFile, prefs
  File "/usr/share/pogo/src/tools/prefs.py", line 24, in <module>
    __usrPrefs = tools.pickleLoad(tools.consts.filePrefs)
  File "/usr/share/pogo/src/tools/__init__.py", line 113, in pickleLoad
    data = pickle.load(f)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)

After deleting the config data everything is working as expected. This did not help on the other pc.