PDA

View Full Version : WARNING: SVN unstable


zachtib
November 13th, 2006, 04:56 PM
Just to warn you guys using the SVN version of Deluge that the code is about to become unstable. This is due to some massive code rewrites in the client.

Anyone wanting to use the development version of the client should use revision 395. To checkout this revision, use:


svn checkout http://deluge-torrent.googlecode.com/svn/trunk/ deluge-torrent -r 395

kripkenstein
November 14th, 2006, 03:29 AM
Or, if you already have deluge checked out into a directory, just run the following command in it:

svn update -r395

kripkenstein
November 14th, 2006, 12:08 PM
Ok, SVN is now stable again.

buildid
November 16th, 2006, 12:45 PM
svn revision 410 is crashing is this correct or should there be no problem ?

verry long consolle output :

python /home/buildid/deluge-torrent/deluge.py
localeDir: /home/buildid/deluge-torrent/po
/home/buildid/deluge-torrent
DelugePreferences object created
Loading from file /home/buildid/.config/deluge/preferences.xml
plugin_cpumonitor_persist: 60.0
sbvis: 1
existing2paused: 0
plugin_active Network Health Monitor: 1
existing2filterOuts: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0
window_width: 1191
existing3filterOuts: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0
max_dl_rate: 800
plugin_active RSS Broadcatching: 0
main_pane_pos: 200
plugin_cpumonitor_fatal: 80.0
max_num_ul: 10
existing2uploaded: 23768864
max_connections: 310
existing3uploaded: 0
existing1saveDir: /home/buildid/bittorrentshare
existing3saveDir: /home/buildid/bittorrentshare
existing1paused: 0
plugin_active CPU Monitor: 1
plugin_active An Example Plugin: 0
dht: 0
existing1uploaded: 758706014
global_loc: /home/buildid/bittorrentshare
tcp_port_min: 10801
window_height: 564
tcp_port_max: 10805
plugin_active Popup Notifier: 1
plugin_active Network Activity Graph: 1
plugin_active Torrent Search Bar: 0
window_position_x: 24
window_position_y: 0
global_save: True
existing3paused: 1
plugin_popupnotifier_severity: 3
seed_cap_ratio: 1.1
plugin_cpumonitor_warn: 40.0
stop_seeding: True
existing1filterOuts: 0,0,0
max_num_dl: 10
existing1: 1163100515.43.torrent
existing2: 1163180997.99.torrent
existing3: 1163301388.24.torrent
plugin_active Anti-RIAA AI: 1
existing2saveDir: /home/buildid/bittorrentshare
max_ul_rate: 85
/home/buildid/deluge-torrent/deluge.py:63: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewpo
) instead
self.wTree = gtk.glade.XML(self.gladefile)
HidingMessage
********************:13
Trying to use new tray icon
System Tray Created
Using new system tray
Success!

INITIALIZING TORRENT ENGINE

python-libtorrent, using libtorrent 0.11.0.0. Compiled with NDEBUG value: 1
Now applying settings
Capping download to 819200 bytes per second
Limiting DL to800KB/s
Capping upload to 87040 bytes per second
Limiting UL to85KB/s
port range10801-10805
1
setting autoseed ratio to1.1
set max connections to 310
No DHT
Scanning for plugins in /home/buildid/deluge-torrent/plugins
Importing Plugin 'Broadcatching.py'
Registering: RSS Broadcatching dpluginmanager.plugin_Broadcatching
Finished Importing Plugin 'Broadcatching.py'
Importing Plugin 'Example.py'
Registering: An Example Plugin dpluginmanager.plugin_Example
Finished Importing Plugin 'Example.py'
Importing Plugin 'NetworkGraph.py'
Registering: Network Activity Graph dpluginmanager.plugin_NetworkGraph
Finished Importing Plugin 'NetworkGraph.py'
Importing Plugin 'CPUMonitor.py'
Registering: CPU Monitor dpluginmanager.plugin_CPUMonitor
Finished Importing Plugin 'CPUMonitor.py'
Importing Plugin 'PopupNotifier.py'
Registering: Popup Notifier dpluginmanager.plugin_PopupNotifier
Finished Importing Plugin 'PopupNotifier.py'
Importing Plugin 'SafeDeluge.py'
Registering: SafeDeluge dpluginmanager.plugin_SafeDeluge
Finished Importing Plugin 'SafeDeluge.py'
Importing Plugin 'Search.py'
Registering: Torrent Search Bar dpluginmanager.plugin_Search
Finished Importing Plugin 'Search.py'
Importing Plugin 'ARIAAAI.py'
Registering: Anti-RIAA AI dpluginmanager.plugin_ARIAAAI
Finished Importing Plugin 'ARIAAAI.py'
Importing Plugin 'NetworkHealthMonitor.py'
Registering: Network Health Monitor dpluginmanager.plugin_NetworkHealth
Finished Importing Plugin 'NetworkHealthMonitor.py'
Scanning for plugins in /home/buildid/.config/deluge/localplugins
Detecting Jiffy...
Jiffy: 100
Auto Loading Torrents
11163100515.43.torrent
Queuing at 1
Segmentation fault (core dumped)

back to 395 this one works oke ,

zachtib
November 16th, 2006, 01:06 PM
try installing the latest debs for python-libtorrent from the downloads page

buildid
November 16th, 2006, 01:39 PM
that is the trick thanks