Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 2449)

Ticket Resolution Summary Owner Reporter
#398 WorksForMe Windows version crash issue. admin vivindran@…
Description

I may have found out the reason for the crashes in the windows version.At least I think I know.I am not an expert in programming and frankly I hated the subject back when I was studying electronics.But I have noticed that Deluge crashes whenever the download speeds are very high.My connection is 1Mbps so my max download speed would be around 150KBps.I have noticed that it particularly crashes when downloads speeds are 60Kbps and above.I am not sure what to fill in in the ticket properties below but I hope this helps.

#402 WorksForMe Can't change the completed download directory markybob akai.hen@…
Description

when you go to preferences and try to change the option move completed download to... then you click ok and go to preferences again it didn't changed.

#409 WorksForMe Deluge doesn't start if Details pane was disabled andar entropyhacker@…
Description

In menu (View/Details?) I disabled bottom Details pane and then Deluge stopped to start with following message:

Applying preferences
Starting DHT...
Showing window
no old fastresume to delete
Traceback (most recent call last):
  File "/usr/bin/deluge", line 133, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 117, in start_deluge
    interface.start(get_cmd_line_torrents())
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1029, in start
    self.update()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1208, in update
    self.update_torrent_info_widget()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1282, in update_torrent_info_widget
    self.tab_details.update(unique_id)
  File "/var/lib/python-support/python2.5/deluge/tab_details.py", line 173, in update
    self.paint_customprogress()
  File "/var/lib/python-support/python2.5/deluge/tab_details.py", line 82, in paint_customprogress
    gc = progress_window.new_gc()
AttributeError: 'NoneType' object has no attribute 'new_gc'

It looks like it wants to use Details tab without checking it. I resolved the problem by editing of ~/.config/deluge/prefs.state:

sS'show_infopane'
p110
I00

were changed to

{{{sS'show_infopane' p110 I01 }}}

Note: See TracQuery for help on using queries.