Deluge won't start on Gutsy 64 more than once

General support for problems installing or using Deluge
Post Reply
brutus
New User
New User
Posts: 6
Joined: Wed Oct 10, 2007 3:41 pm

Deluge won't start on Gutsy 64 more than once

Post by brutus »

Hi all. I just upgraded from Edgy to Gutsy and compiled Deluge from SVN (no Errors just Warnings, which are, as stated in another thread, harmless). The problem is, it just starts one time. The next time i try to start it i get 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
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin WebSeed
Initialising plugin NetworkGraph
Initialising plugin TorrentCreator
Initialising plugin WebUi
Initialising plugin TorrentSearch
Initialising plugin TorrentPeers
Initialising plugin EventLogging
Initialising plugin TorrentNotification
Initialising plugin Scheduler
Initialising plugin NetworkHealth
Initialising plugin MoveTorrent
Initialising plugin SpeedLimiter
Initialising plugin Locations
Initialising plugin ExtraStats
Initialising plugin DesiredRatio
Initialising plugin SimpleRSS
Initialising plugin TorrentFiles
Initialising plugin BlocklistImport
Applying preferences
Starting DHT...
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted (core dumped)
Don't know if the above is usefull (enoug). if i can anyhow gather more information, please say so. If I remove the config directory everything works, but after a restart it will fail again with the same error.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge won't start on Gutsy 64 more than once

Post by markybob »

brutus wrote:Hi all. I just upgraded from Edgy to Gutsy and compiled Deluge from SVN (no Errors just Warnings, which are, as stated in another thread, harmless). The problem is, it just starts one time. The next time i try to start it i get 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
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin WebSeed
Initialising plugin NetworkGraph
Initialising plugin TorrentCreator
Initialising plugin WebUi
Initialising plugin TorrentSearch
Initialising plugin TorrentPeers
Initialising plugin EventLogging
Initialising plugin TorrentNotification
Initialising plugin Scheduler
Initialising plugin NetworkHealth
Initialising plugin MoveTorrent
Initialising plugin SpeedLimiter
Initialising plugin Locations
Initialising plugin ExtraStats
Initialising plugin DesiredRatio
Initialising plugin SimpleRSS
Initialising plugin TorrentFiles
Initialising plugin BlocklistImport
Applying preferences
Starting DHT...
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted (core dumped)
Don't know if the above is usefull (enoug). if i can anyhow gather more information, please say so. If I remove the config directory everything works, but after a restart it will fail again with the same error.
rm ~/.config/deluge/persistent.state
brutus
New User
New User
Posts: 6
Joined: Wed Oct 10, 2007 3:41 pm

Re: Deluge won't start on Gutsy 64 more than once

Post by brutus »

rm ~/.config/deluge/persistent.state
It works, thanks. But the error keeps coming back after some restarts and i have to remove 'persistent.state' again, which works, but is kinda annoying, since i have to find the unfinished torrentfiles and put them into deluge agian, every time.

Just noticed a new version is up, will give it a try an report back.
brutus
New User
New User
Posts: 6
Joined: Wed Oct 10, 2007 3:41 pm

Re: Deluge won't start on Gutsy 64 more than once

Post by brutus »

Still getting the same error.
johnpriest
New User
New User
Posts: 5
Joined: Thu Oct 25, 2007 5:53 pm

Re: Deluge won't start on Gutsy 64 more than once

Post by johnpriest »

another thread like this exists... but heres my post hope it helps some..


well same thing occurred for me and since the error comes up after loading the plugin Torrent Notification. I did the step mentioned here
rm ~/.config/deluge/persistent.state then i started deluge and disabled the plugin. Then readded my torrents and now it opens and closes just fine.
Hope that helps any of you all. ^^
Post Reply