Showing window
terminate called after throwing an instance of 'libtorrent::invalid_handle'
what(): invalid torrent handle used
Aborted (core dumped)
cant start deluge
cant start deluge
deluge doesnt start i get the following error
Re: cant start deluge
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)
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: cant start deluge
rm ~/.config/deluge/persistent.state a fix for this will be released later todayparidoth 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)
Re: cant start deluge
Thanks markybob I was just about to make you sigh some more!
Re: cant start deluge
thanks a lot markybob 

Re: cant start deluge
I still get this with the latest svn.
Re: cant start deluge
I have the same problem.
In my terminal i can read:
And i can't remove the file what you write up but it not exist.
sorry by my poor english.
by
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.
sorry by my poor english.
by
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: cant start deluge
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 delugeseaofgrass wrote:I have the same problem.
In my terminal i can read:
And i can't remove the file what you write up but it not exist.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.
sorry by my poor english.
by