0.5.7-1 not starting

General support for problems installing or using Deluge
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.7-1 not starting

Post by markybob »

zeon wrote:I think my type of error is right for this top
after crashing deluge gave me this:

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 ExtraStats
Initialising plugin DesiredRatio
Initialising plugin SpeedLimiter
Initialising plugin NetworkGraph
Initialising plugin FlexRSS
Initialising plugin TorrentPeers
Initialising plugin TorrentSearch
Initialising plugin NetworkHealth
Initialising plugin WebUi
Initialising plugin TorrentCreator
Initialising plugin EventLogging
Initialising plugin BlocklistImport
Initialising plugin MoveTorrent
Initialising plugin TorrentFiles
Initialising plugin TorrentNotification
Initialising plugin WebSeed
Initialising plugin Scheduler
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
  what():  Address already in use
Aborted (core dumped)
what to do to fix this?
you read the faq. http://deluge-torrent.org/faq.php#6n42
docsergio2003

Re: 0.5.7-1 not starting

Post by docsergio2003 »

Hello there !

I'm a new deluge user and I have the same problem, I think..I also think I mistakenly added the same torrent twice and now can't open deluge at all..I uninstalled and installed again several times but still nothing..can anyone please tell em waht do I have todo? to delete a state file? how do I do that?

Please answer me on my email docsergio2003@yahoo.com

Yours sincerely, Sergio
danii
Seeder
Seeder
Posts: 123
Joined: Tue Oct 23, 2007 10:29 pm
Location: Braga, Portugal

Re: 0.5.7-1 not starting

Post by danii »

docsergio2003 wrote:Hello there !

I'm a new deluge user and I have the same problem, I think..I also think I mistakenly added the same torrent twice and now can't open deluge at all..I uninstalled and installed again several times but still nothing..can anyone please tell em waht do I have todo? to delete a state file? how do I do that?

Please answer me on my email docsergio2003@yahoo.com

Yours sincerely, Sergio
to delete the state file read the FAQ http://deluge-torrent.org/faq.php#6n30
User avatar
hgb
New User
New User
Posts: 9
Joined: Thu Nov 29, 2007 8:38 pm
Location: Netherlands - Hoorn NH
Contact:

Re: 0.5.7-1 not starting

Post by hgb »

Hi zeon,
zeon wrote:I think my type of error is right for this top
after crashing deluge gave me this:

Code: Select all

[...]
terminate called after throwing an instance of 'asio::system_error'
  what():  Address already in use
Aborted (core dumped)
what to do to fix this?
another process (can be anything) is (probably) using the port(-range) you configured for deluge; find that process and close it. lsof might be of great help here.

Regards
--hgb
Regards
-- hgb
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.7-1 not starting

Post by markybob »

zeon wrote:I think my type of error is right for this top
after crashing deluge gave me this:

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 ExtraStats
Initialising plugin DesiredRatio
Initialising plugin SpeedLimiter
Initialising plugin NetworkGraph
Initialising plugin FlexRSS
Initialising plugin TorrentPeers
Initialising plugin TorrentSearch
Initialising plugin NetworkHealth
Initialising plugin WebUi
Initialising plugin TorrentCreator
Initialising plugin EventLogging
Initialising plugin BlocklistImport
Initialising plugin MoveTorrent
Initialising plugin TorrentFiles
Initialising plugin TorrentNotification
Initialising plugin WebSeed
Initialising plugin Scheduler
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
  what():  Address already in use
Aborted (core dumped)
what to do to fix this?
read the faq. http://deluge-torrent.org/faq.php#6n42 if delgue crashed it might be running in the background. `ps aux |grep deluge`
bathat
New User
New User
Posts: 6
Joined: Sun Oct 21, 2007 3:40 am
Location: Lansing, MI

Re: 0.5.7-1 not starting

Post by bathat »

Note: No problems here... just a success story.

I was getting the following error...

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Raising error: libtorrent reports this is a duplicate torrent
Error: 'libtorrent reports this is a duplicate torrent'
Traceback (most recent call last):
  File "/usr/bin/deluge", line 121, in ?
    start_deluge()
  File "/usr/bin/deluge", line 109, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.4/deluge/interface.py", line 54, in __init__
    common.CONFIG_DIR)
  File "/var/lib/python-support/python2.4/deluge/core.py", line 272, in __init__
    self.sync(True)
  File "/var/lib/python-support/python2.4/deluge/core.py", line 854, in sync
    raise e
deluge.core.DuplicateTorrentError: 'libtorrent reports this is a duplicate torrent'
...which I fixed by removing ~/.config/deluge/torrentfiles/*.torrent.

Then this error continually popped up...

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 121, in ?
    start_deluge()
  File "/usr/bin/deluge", line 109, in start_deluge
    interface = deluge.interface.DelugeGTK()
  File "/var/lib/python-support/python2.4/deluge/interface.py", line 54, in __init__
    common.CONFIG_DIR)
  File "/var/lib/python-support/python2.4/deluge/core.py", line 272, in __init__
    self.sync(True)
  File "/var/lib/python-support/python2.4/deluge/core.py", line 840, in sync
    for torrent in self.state.torrents:
RuntimeError: dictionary changed size during iteration
...so I removed the persistent.state file and now deluge works just like it used to... excellent.

This all began when I added a torrent manually and, shortly afterward, FlexRSS caught it and added it to the queue. I was no longer able to pause / resume the torrents (just like Ux64 reported), so I exited, and that's when all hell broke loose. :P

Love the app and the new site. Keep up the great work.
Ruslan
New User
New User
Posts: 4
Joined: Sun Nov 25, 2007 2:52 pm

Re: 0.5.7-1 not starting

Post by Ruslan »

After changes in you post i get error:

Code: Select all

 deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin Scheduler
Initialising plugin TorrentCreator
Initialising plugin MoveTorrent
Initialising plugin ExtraStats
Initialising plugin NetworkGraph
Initialising plugin BlocklistImport
Initialising plugin EventLogging
Initialising plugin TorrentSearch
Initialising plugin SimpleRSS
Initialising plugin SpeedLimiter
Initialising plugin DesiredRatio
Initialising plugin WebUi
Initialising plugin TorrentFiles
Initialising plugin TorrentPeers
Initialising plugin Locations
Initialising plugin NetworkHealth
Initialising plugin WebSeed
Initialising plugin FlexRSS
Initialising plugin TorrentNotification
Applying preferences
Loading TorrentPeers plugin...
Loading Move Torrent plugin...
Loading TorrentFiles plugin...
Loading TorrentNotification plugin...
Loading TorrentCreator plugin...
/var/lib/python-support/python2.5/deluge/interface.py:1019: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
  gtk.main()
/var/lib/python-support/python2.5/deluge/interface.py:1019: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
  gtk.main()
/var/lib/python-support/python2.5/deluge/interface.py:1019: GtkWarning: gdk_window_freeze_toplevel_updates_libgtk_only: assertion `window != NULL' failed
  gtk.main()
Xlib: unexpected async reply (sequence 0x12f)!
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: 0.5.7-1 not starting

Post by markybob »

zeon wrote:I think my type of error is right for this top
after crashing deluge gave me this:

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 ExtraStats
Initialising plugin DesiredRatio
Initialising plugin SpeedLimiter
Initialising plugin NetworkGraph
Initialising plugin FlexRSS
Initialising plugin TorrentPeers
Initialising plugin TorrentSearch
Initialising plugin NetworkHealth
Initialising plugin WebUi
Initialising plugin TorrentCreator
Initialising plugin EventLogging
Initialising plugin BlocklistImport
Initialising plugin MoveTorrent
Initialising plugin TorrentFiles
Initialising plugin TorrentNotification
Initialising plugin WebSeed
Initialising plugin Scheduler
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
  what():  Address already in use
Aborted (core dumped)
what to do to fix this?
reading the faq helps. http://deluge-torrent.org/faq.php#6n42
Post Reply