Deluge stopped working

General support for problems installing or using Deluge
Post Reply
Bookman

Deluge stopped working

Post by Bookman »

I have been running Deluge for a while now, but recently it refuses to launch. Running it through the cmd line gives this output

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin NetworkGraph
Initialising plugin BlocklistImport
Initialising plugin MoveTorrent
Initialising plugin TorrentNotification
Initialising plugin WebSeed
Initialising plugin TorrentFiles
Initialising plugin FlexRSS
Initialising plugin NetworkHealth
Initialising plugin DesiredRatio
Initialising plugin EventLogging
Initialising plugin TorrentCreator
Initialising plugin Search
Initialising plugin Scheduler
Initialising plugin WebUi
Initialising plugin TorrentPeers
Initialising plugin SpeedLimiter
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
  what():  Address already in use
Can anyone throw some light on the problem please?

Thanks in advance.

Linux 7.10 64 Bit all upto date

EDIT Okay, I found the thread concerning this but there are no other clients running, fresh boot up so I presume no zombies floating around either.

Still not working :evil:

EDIT2: Removed all the Fast Resume files and Rebooted now I have,

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 145, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 129, in start_deluge
    interface.start(get_cmd_line_torrents())
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1034, in start
    self.update()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1216, in update
    self.update_torrent_info_widget()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1290, in update_torrent_info_widget
    self.tab_details.update(unique_id)
  File "/var/lib/python-support/python2.5/deluge/tab_details.py", line 172, in update
    self.paint_customprogress()
  File "/var/lib/python-support/python2.5/deluge/tab_details.py", line 82, in paint_customprogress
    gc = progress_window.new_gc()
AttributeError: 'NoneType' object has no attribute 'new_gc'
I have no idea what is happening

EDIT3: Removed the /config/deluge directory and the config wizard started all working. I would like to thank me for the help :roll:

And this email

http://lists.freebsd.org/pipermail/free ... 42196.html
Post Reply