Deluge won't start on Ubuntu 7.04(feisty)

General support for problems installing or using Deluge
malfist

Deluge won't start on Ubuntu 7.04(feisty)

Post by malfist »

I've been using Deluge for several weeks without a hitch, I'd even set Firefox to auto-open deluge when downloading torrent files. Yesterday, I tried to download a torrent and it did nothing. I pondered it, downloaded it again, still no deluge. Then I launch it from the Applications -> Internet -> Deluge and nothing happens.
I then reinstall it, still nothing. Then I launch it from commandline and this is what I get:
jerome@jerome-desktop:~$ deluge
no existing Deluge session
deluge_core; using libtorrent 0.11.0.0. Compiled with NDEBUG value: 1
Applying preferences
Torrent Size 891118714.0
Available Space 12496855040
Raising error:
deluge_core; using libtorrent 0.11.0.0. Compiled with NDEBUG value: 1
terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::default_name_check: default name check already set
Aborted (core dumped)
Anyone know how to fix this? I've had to go back to Azureus and that's no fun.
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by zachtib »

try updating to the newest release

and in order to fix your startup problem, you need to remove ~/.config/deluge/persistent.state
Former Deluge Developer
tajtokgxt
New User
New User
Posts: 3
Joined: Tue Jun 19, 2007 2:11 am

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by tajtokgxt »

Hello all,

I am a newbie to Linux. After building and installing deluge 0.5.1.1, everything alright. However, when I type "deluge" to start deluge, it appears:-

Traceback (most recent call last):
File "/usr/bin/deluge", line 85, in <module>
bus = dbus.SessionBus()
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 669, in __new__
mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 293, in __new__
mainloop=mainloop)
dbus.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.

Could you please tell me how I could solve the problem? Thank you very much.
tajtokgxt
New User
New User
Posts: 3
Joined: Tue Jun 19, 2007 2:11 am

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by tajtokgxt »

sorry, problem solved. The fact is that after closing the application of KTorrent, I could start deluge
tajtokgxt
New User
New User
Posts: 3
Joined: Tue Jun 19, 2007 2:11 am

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by tajtokgxt »

deluge is really a good program, really fast downloading and a lot of useful function!
flipe
Member
Member
Posts: 14
Joined: Wed Jun 13, 2007 3:45 pm

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by flipe »

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted

I have the same problem, but I have libtorrent-0.11.4 and, deluge show me the 0.13.0.0

what I can do to solve this?

thanks!
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 Ubuntu 7.04(feisty)

Post by markybob »

flipe wrote:no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG value: 1
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
Aborted

I have the same problem, but I have libtorrent-0.11.4 and, deluge show me the 0.13.0.0

what I can do to solve this?

thanks!
that's not at all the same problem...and deluge uses its own libtorrent, not what you have on your system. see if removing ~/.config/deluge and rerunning it works for you. make sure you dont have any other bittorrent clients open, either.
flipe
Member
Member
Posts: 14
Joined: Wed Jun 13, 2007 3:45 pm

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by flipe »

I remove libtorrent-0.11.4 of my system, and remove ~/.config/deluge

I remove and install deluge-0.5.1.1 an start it, but I get the same problem.

I use deluge with python-2.4, compiled with gcc-4.2, in a debian-sid box.

thanks.
pruhster

Re: Deluge won't start on Ubuntu 7.04(feisty)

Post by pruhster »

I get this error in Feisty
Traceback (most recent call last):
File "/usr/bin/deluge", line 85, in <module>
bus = dbus.SessionBus()
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 669, in __new__
mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 293, in __new__
mainloop=mainloop)
dbus.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.
it happened it 0.5. Removing ~/.config/deluge did not solve the problem. Removed deluge-torrent and installed the 5.2 .deb package - 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 Ubuntu 7.04(feisty)

Post by markybob »

pruhster wrote:I get this error in Feisty
Traceback (most recent call last):
File "/usr/bin/deluge", line 85, in <module>
bus = dbus.SessionBus()
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 669, in __new__
mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 293, in __new__
mainloop=mainloop)
dbus.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.
it happened it 0.5. Removing ~/.config/deluge did not solve the problem. Removed deluge-torrent and installed the 5.2 .deb package - same error.
were you trying to run deluge as root?
Post Reply