deluge 0.5.3 rc 2 (help > about says 0.5.2.95)
Ubuntu 7.04
hi all
I installed deluge after downloading it from:
http://download.deluge-torrent.org/inde ... 1_i386.deb
firstly, it's a great client and I'm sure it'll only get better with time. thanks to everyone who has contributed to it.
My problem is that the screen appears to be stuck even though downloads work as expected. the upload/download speed, ratio, ETA, status, statistics e.t.c all are stuck on the values present on startup. when I pause a torrent, the status remains as "downloading".
The screen only gets updated if I hit clear or if I minimize to tray and then maximize. torrents *are* being downloaded, but the information on the screen does not get updated.
any ideas what could be wrong?
thanks
dave
view won't refresh
Re: view won't refresh
This should be fixed now in svn. Can you try it there ?
-
- New User
- Posts: 4
- Joined: Tue Jul 24, 2007 6:21 pm
Re: view won't refresh
I just installed r1144 using the instructions at:
http://dev.deluge-torrent.org/wiki/RunningSVNVersion
but I get the same problem
http://dev.deluge-torrent.org/wiki/RunningSVNVersion
but I get the same problem
Re: view won't refresh
Hm, i see what it could be related to, but still can't reproduce it here. So can you please describe in full details how do you run deluge so i can repeat the same steps and try to see what you see ?
Some additional questions:
1. Do you run just "deluge" or with some options on a command line like "deluge --tray" ?
2. When deluge's screen appears after you run it those values ETA, speed etc just don't change at all even if it writes status as "Downloading" ?
3. When you try to queue torrent up/down by buttons at the top does queue number(it's the first column #) change properly ?

1. Do you run just "deluge" or with some options on a command line like "deluge --tray" ?
2. When deluge's screen appears after you run it those values ETA, speed etc just don't change at all even if it writes status as "Downloading" ?
3. When you try to queue torrent up/down by buttons at the top does queue number(it's the first column #) change properly ?
-
- New User
- Posts: 4
- Joined: Tue Jul 24, 2007 6:21 pm
Re: view won't refresh
hi plisk
I have a relatively clean install of ubuntu from yesterday, I installed recommended updates and also wine, pidgin IM and the mscorefonts package.
in response to your questions:
1. i just run "deluge" from the command line. Deluge starts and this appears in the terminal:
2. when deluge starts the status shows as "connecting". this doesn't change, neither does any of the other information on the screen (unless I hit clear or minimize/maximize)
3. yes, the queue number changes properly and when a torrent is moved, the screen gets updated (same way it does when I hit clear)
thanks for your help
dave
I have a relatively clean install of ubuntu from yesterday, I installed recommended updates and also wine, pidgin IM and the mscorefonts package.
in response to your questions:
1. i just run "deluge" from the command line. Deluge starts and this appears in the terminal:
Code: Select all
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
/usr/lib/python2.5/site-packages/deluge/core.py:837: DeprecationWarning: integer argument expected, got float
PREF_FUNCTIONS[pref](self.get_pref(pref))
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentSearch
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Initialising plugin NetworkHealth
Initialising plugin BlocklistImport
Initialising plugin RSS
Initialising plugin NetworkGraph
Initialising plugin TorrentNotification
Initialising plugin Scheduler
Applying preferences
Starting DHT...
Showing window
/usr/share/deluge/plugins/NetworkGraph/plugin.py:94: GtkWarning: Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
self.ctx = self.networkPixmap.cairo_create()
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 839, in update
self.plugins.update_active_plugins()
File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 100, in update_active_plugins
plugin.update()
File "/usr/share/deluge/plugins/NetworkGraph/plugin.py", line 94, in update
self.ctx = self.networkPixmap.cairo_create()
cairo.Error: NULL pointer
3. yes, the queue number changes properly and when a torrent is moved, the screen gets updated (same way it does when I hit clear)
thanks for your help
dave
Re: view won't refresh
Seems like it's related to NetworkGraph plugin and Cairo. Try to update to r1153 and see how it works now.
-
- New User
- Posts: 4
- Joined: Tue Jul 24, 2007 6:21 pm
Re: view won't refresh
same problem I'm afraid, but you're right about the NetworkGraph plugin. I disabled it and it works great now