Deluge 1.1.7: Startup Problem

General support for problems installing or using Deluge
Post Reply
Spaceboy
Member
Member
Posts: 11
Joined: Tue May 12, 2009 11:05 pm

Deluge 1.1.7: Startup Problem

Post by Spaceboy »

I've been using the latest version for the last few days without any problems. However, since this morning it will no longer start up. Here's the output from the terminal:

Code: Select all

1.1.7
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.1.7', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 124, in start_ui
    UI(options, args, options.args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 66, in __init__
    ui = GtkUI(args)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 211, in __init__
    self.torrentview = TorrentView()
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/torrentview.py", line 129, in __init__
    "torrentview.state")
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/listview.py", line 146, in __init__
    self.load_state(state_file)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/listview.py", line 238, in load_state
    state = cPickle.load(state_file)
cPickle.UnpicklingError: unpickling stack underflow
Post Reply