Deluge RC5 crashes on startup

General support for problems installing or using Deluge
Post Reply
cloakable

Deluge RC5 crashes on startup

Post by cloakable »

The Ubuntu PPA packages for RC4 started crashing on startup for me today, so I decided to try installing RC5 from source (as it's not in the PPA).

It too crashes on startup:

Code: Select all

cloakable@transtor:~$ deluge-gtk
Traceback (most recent call last):
  File "/usr/local/bin/deluge-gtk", line 8, in <module>
    load_entry_point('deluge==1.2.0-rc5', 'console_scripts', 'deluge-gtk')()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 105, in start
    Gtk().start()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 102, in start
    GtkUI(self.args)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 213, in __init__
    self.torrentview = TorrentView()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/torrentview.py", line 159, in __init__
    "torrentview.state")
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/listview.py", line 173, in __init__
    self.add_bool_column("filter", hidden=True)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/listview.py", line 514, in add_bool_column
    status_field, sortid, column_type=column_type)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/listview.py", line 416, in add_column
    self.create_new_liststore()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/listview.py", line 351, in create_new_liststore
    self.create_model_filter()
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/listview.py", line 181, in create_model_filter
    self.columns["filter"].column_indices[0])
RuntimeError: More keyword list entries (14) than format specifiers (1)
This is rather annoying. deluge-console works fine, though.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge RC5 crashes on startup

Post by andar »

That's a weird error.. I am really not sure what could be causing that. You could try deleting your ~/.config/deluge/torrentview.state file.
booduck

Re: Deluge RC5 crashes on startup

Post by booduck »

i downoad "deluge-1.2.0_rc5-win32-setup-2" from deluge website...i install it and everything is ok...but when i run this program (when i double click), a blackbox of cmd prompt appear for a second and gone..but the program didnt start..why? can someone help me..im using windows vista home premium 32 bit.
Post Reply