You are not logged in.
Hi, I have just upgraded Deluge to v0.9.09-2 on the repos (64 bit) , and when I load any torrent file it crushes and doesn't load it. This is the error it reports:
The program 'deluge' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 6161 error_code 2 request_code 58 minor_code 0)Am I the only one with that problem? Because it is a very serious issue, the program is completly useless this way. thanks!
Last edited by uorbe001 (2008-10-13 19:27:08)
Offline
Hmm I'm on 32 bit with version 1.0.0-1 and I don't get such errors. Maybe you should have a look at deluge's own forums.
Offline
I have looked for that error and I can't find anything... I have posted there too, but I haven't get any reply yet ![]()
Meanwhile I'll have to use another torrent client...
Offline
You can try v1.0 from [testing]?
Or build it yourself, here's the PKGBUILD from abs:
# $Id: PKGBUILD 12865 2008-09-22 21:17:02Z hugo $
# Maintainer: Hugo Doria <hugo@archlinux.org>
pkgname=deluge
pkgver=1.0.0
pkgrel=1
pkgdesc="A bittorrent client written with python and pygtk"
arch=('i686' 'x86_64')
url="http://deluge-torrent.org/"
license=('GPL2')
depends=('pygtk' 'boost>=1.36.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
makedepends=('subversion' 'intltool')
source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('3fdb6838c1ec411d4f8ab5b1d8608f73')
options=('!emptydirs')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i 's|boost_thread|boost_thread-mt|' setup.py
python setup.py install --prefix=/usr --root=${pkgdir}
install -D -m644 deluge/data/pixmaps/deluge.svg ${pkgdir}/usr/share/pixmaps/deluge.svg
}Offline
Thanks peets! that seems to work, I'm testing it right now but at least it doesn't crush like the previous version.
Last edited by uorbe001 (2008-10-13 14:16:37)
Offline
This version of deluge sucks! it downloads a torrent file with 20k seeders at 5kb/s!! the 0.5x version used to download them at 400+ kb/s!!
Does anyone have the x86_64 tarball for deluge 0.5 or so?
Thanks!
Ok, never mind, I found one at the "downgrade servers" on the wiki. Thanks!
Last edited by uorbe001 (2008-10-13 19:26:48)
Offline