cant start deluge

General support for problems installing or using Deluge
Post Reply
vishzilla
New User
New User
Posts: 6
Joined: Thu Aug 23, 2007 12:07 pm

cant start deluge

Post by vishzilla »

deluge doesnt start i get the following error
Showing window
terminate called after throwing an instance of 'libtorrent::invalid_handle'
what(): invalid torrent handle used
Aborted (core dumped)
paridoth

Re: cant start deluge

Post by paridoth »

i have same problem runny gutsy gibbon.

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 MoveTorrent
Initialising plugin TorrentCreator
Initialising plugin TorrentNotification
Initialising plugin TorrentSearch
Initialising plugin ExtraStats
Initialising plugin Scheduler
Initialising plugin SimpleRSS
Initialising plugin TorrentPeers
Initialising plugin EventLogging
Initialising plugin WebSeed
Initialising plugin WebUi
Initialising plugin BlocklistImport
Initialising plugin NetworkGraph
Initialising plugin Locations
Initialising plugin TorrentFiles
Initialising plugin SpeedLimiter
Initialising plugin NetworkHealth
Initialising plugin DesiredRatio
Applying preferences
Starting DHT...
Loading TorrentFiles plugin...
Loading TorrentPeers plugin...
Loading Move Torrent plugin...
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted (core dumped)
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: cant start deluge

Post by markybob »

paridoth wrote:i have same problem runny gutsy gibbon.

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 MoveTorrent
Initialising plugin TorrentCreator
Initialising plugin TorrentNotification
Initialising plugin TorrentSearch
Initialising plugin ExtraStats
Initialising plugin Scheduler
Initialising plugin SimpleRSS
Initialising plugin TorrentPeers
Initialising plugin EventLogging
Initialising plugin WebSeed
Initialising plugin WebUi
Initialising plugin BlocklistImport
Initialising plugin NetworkGraph
Initialising plugin Locations
Initialising plugin TorrentFiles
Initialising plugin SpeedLimiter
Initialising plugin NetworkHealth
Initialising plugin DesiredRatio
Applying preferences
Starting DHT...
Loading TorrentFiles plugin...
Loading TorrentPeers plugin...
Loading Move Torrent plugin...
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted (core dumped)
rm ~/.config/deluge/persistent.state a fix for this will be released later today
asininity
New User
New User
Posts: 5
Joined: Sun Oct 28, 2007 7:49 pm

Re: cant start deluge

Post by asininity »

Thanks markybob I was just about to make you sigh some more!
vishzilla
New User
New User
Posts: 6
Joined: Thu Aug 23, 2007 12:07 pm

Re: cant start deluge

Post by vishzilla »

thanks a lot markybob :)
matutano

Re: cant start deluge

Post by matutano »

Thanks, markybob!!!!
:D
sluthead
Leecher
Leecher
Posts: 62
Joined: Sun Sep 02, 2007 8:50 am

Re: cant start deluge

Post by sluthead »

I still get this with the latest svn.
seaofgrass

Re: cant start deluge

Post by seaofgrass »

I have the same problem.
In my terminal i can read:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 112, in <module>
    bus = dbus.SessionBus()
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 218, in __new__
    mainloop=mainloop)
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 107, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/var/lib/python-support/python2.5/dbus/bus.py", line 121, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
And i can't remove the file what you write up but it not exist.

sorry by my poor english.

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

Re: cant start deluge

Post by markybob »

seaofgrass wrote:I have the same problem.
In my terminal i can read:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 112, in <module>
    bus = dbus.SessionBus()
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 218, in __new__
    mainloop=mainloop)
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 107, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/var/lib/python-support/python2.5/dbus/bus.py", line 121, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
And i can't remove the file what you write up but it not exist.

sorry by my poor english.

by
how is this "the same problem"? the error in this topic's first post is completely different. anyway, you're probably running deluge as root, or ~/.config/deluge has bad permissions, which can happen if you start deluge using sudo or su. you can also try dbus-launch deluge
dcd

Re: cant start deluge

Post by dcd »

I solved instaling previews version
Post Reply