Linux, "instance of 'std::out_of_range'" on start

General support for problems installing or using Deluge
Post Reply
skystriker
New User
New User
Posts: 3
Joined: Fri Jun 12, 2009 6:26 pm
Location: Belarus

Linux, "instance of 'std::out_of_range'" on start

Post by skystriker »

Can't start deluged. http://dev.deluge-torrent.org/ticket/882
Andar, have you commited fix for 882 ticket? I tried latest sources from SVN.

Linux FC11

Code: Select all

...~]$ deluged -d

.....

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr
Aborted
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Linux, "instance of 'std::out_of_range'" on start

Post by andar »

What version of libtorrent are you using?
skystriker
New User
New User
Posts: 3
Joined: Fri Jun 12, 2009 6:26 pm
Location: Belarus

Re: Linux, "instance of 'std::out_of_range'" on start

Post by skystriker »

From fedora repos.

Code: Select all

[root@home ~]# rpm -qa *libtorrent*
rb_libtorrent-python-0.14.3-1.fc11.i586
rb_libtorrent-0.14.3-1.fc11.i586
libtorrent-devel-0.12.4-4.fc11.i586
libtorrent-0.12.4-4.fc11.i586
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Linux, "instance of 'std::out_of_range'" on start

Post by andar »

skystriker wrote:From fedora repos.

Code: Select all

[root@home ~]# rpm -qa *libtorrent*
rb_libtorrent-python-0.14.3-1.fc11.i586
rb_libtorrent-0.14.3-1.fc11.i586
libtorrent-devel-0.12.4-4.fc11.i586
libtorrent-0.12.4-4.fc11.i586
Try upgrading to the latest version 0.14.4
skystriker
New User
New User
Posts: 3
Joined: Fri Jun 12, 2009 6:26 pm
Location: Belarus

Re: Linux, "instance of 'std::out_of_range'" on start

Post by skystriker »

Thanks, upgrading to 0.14.4 solved problem.
Post Reply