Page 2 of 2

Re: 0.5.7-1 not starting

Posted: Tue Dec 04, 2007 7:06 am
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

Re: 0.5.7-1 not starting

Posted: Tue Dec 04, 2007 12:47 pm
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

Re: 0.5.7-1 not starting

Posted: Tue Dec 04, 2007 1:14 pm
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

Re: 0.5.7-1 not starting

Posted: Tue Dec 04, 2007 8:53 pm
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

Re: 0.5.7-1 not starting

Posted: Tue Dec 04, 2007 9:57 pm
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`

Re: 0.5.7-1 not starting

Posted: Fri Dec 07, 2007 4:11 am
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.

Re: 0.5.7-1 not starting

Posted: Fri Dec 07, 2007 5:25 am
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)!

Re: 0.5.7-1 not starting

Posted: Fri Dec 07, 2007 7:54 pm
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