Deluge 0.5.2 won't start again after crash.

General support for problems installing or using Deluge
Post Reply
jeroen

Deluge 0.5.2 won't start again after crash.

Post by jeroen »

Hi,
Running Deluge 0.5.2 (.deb in gutsy repos, 0.5.2-0ubuntu1) on gutsy.
After it crashed it wouldn't quit (GUI widgets were responsive to mouse-over, but didn't work, torrents froze) i logged out of my GNOME session and tried to restart deluge, But it won't show up again :(

Code: Select all

jeroen@laptop:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/var/lib/python-support/python2.5/deluge/core.py:782: DeprecationWarning: integer argument expected, got float
  PREF_FUNCTIONS[pref](self.get_pref(pref))
Traceback (most recent call last):
  File "/usr/bin/deluge", line 93, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 67, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 58, in __init__
    '%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 224, in __init__
    self.state = pickle.load(pkl_file)
  File "/usr/lib/python2.5/pickle.py", line 1370, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.5/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.5/pickle.py", line 880, in load_eof
    raise EOFError
EOFError
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge 0.5.2 won't start again after crash.

Post by markybob »

jeroen wrote:Hi,
Running Deluge 0.5.2 (.deb in gutsy repos, 0.5.2-0ubuntu1) on gutsy.
After it crashed it wouldn't quit (GUI widgets were responsive to mouse-over, but didn't work, torrents froze) i logged out of my GNOME session and tried to restart deluge, But it won't show up again :(

Code: Select all

jeroen@laptop:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
Applying preferences
/var/lib/python-support/python2.5/deluge/core.py:782: DeprecationWarning: integer argument expected, got float
  PREF_FUNCTIONS[pref](self.get_pref(pref))
Traceback (most recent call last):
  File "/usr/bin/deluge", line 93, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 67, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 58, in __init__
    '%s %s'%(common.PROGRAM_NAME, common.PROGRAM_VERSION), common.CONFIG_DIR)
  File "/var/lib/python-support/python2.5/deluge/core.py", line 224, in __init__
    self.state = pickle.load(pkl_file)
  File "/usr/lib/python2.5/pickle.py", line 1370, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.5/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.5/pickle.py", line 880, in load_eof
    raise EOFError
EOFError
rm ~/.config/deluge/persistent.state
jeroen

Re: Deluge 0.5.2 won't start again after crash.

Post by jeroen »

working again (although had to re-add all of the torrents)
thank you so much!
keep up the good work, I am looking forward to 0.5.3.
Post Reply