Re: Can't run deluge 1.0.3 on Vista
Posted: Sat Nov 01, 2008 10:53 am
Same with Deluged...
Code: Select all
[DEBUG ] 03:49:42 configmanager:44 ConfigManager started..
[INFO ] 03:49:42 daemon:44 Deluge daemon 1.0.4
[DEBUG ] 03:49:42 daemon:45 options: {'logfile': None, 'config': None, 'port': None, 'donot': False}
[DEBUG ] 03:49:42 daemon:46 args: []
[DEBUG ] 03:49:43 configmanager:69 get_config_dir: C:\Users\Surye\AppData\Roaming\deluge
[DEBUG ] 03:49:43 configmanager:69 get_config_dir: C:\Users\Surye\AppData\Roaming\deluge
[DEBUG ] 03:49:43 configmanager:69 get_config_dir: C:\Users\Surye\AppData\Roaming\deluge
[DEBUG ] 03:49:43 core:126 Core init..
[DEBUG ] 03:49:43 component:102 Registered Core with ComponentRegistry..
[DEBUG ] 03:49:43 configmanager:88 Getting config 'core.conf'
[DEBUG ] 03:49:43 config:47 Config created with filename: core.conf
[DEBUG ] 03:49:43 config:48 Config defaults: {'info_sent': 0.0, 'lsd': True, 'max_download_speed': -1.0, 'send_info': False, 'torrentfiles_location': 'C:\\Users\\Surye', 'state_location': 'C:\\Users\\Surye\\AppData\\Roaming\\deluge\\state', 'stop_seed_at_ratio': False, 'max_active_limit': 8, 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'daemon_port': 58846, 'natpmp': True, 'autoadd_enable': False, 'upnp': True, 'utpex': True, 'max_download_speed_per_torrent': -1, 'max_active_seeding': 5, 'allow_remote': False, 'max_half_open_connections': 4, 'enabled_plugins': [], 'plugins_location': 'C:\\Users\\Surye\\AppData\\Roaming\\deluge\\plugins', 'download_location': 'C:\\Users\\Surye', 'compact_allocation': False, 'max_upload_speed': -1.0, 'max_connections_global': 200, 'enc_prefer_rc4': True, 'listen_ports': [6881, 6891], 'dht': True, 'move_completed_path': 'C:\\Users\\Surye', 'stop_seed_ratio': 2.0, 'max_active_downloading': 3, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1, 'auto_managed': True, 'enc_level': 2, 'copy_torrent_file': False, 'max_connections_per_second': 20, 'max_connections_per_torrent': -1, 'move_completed': False, 'dont_count_slow_torrents': False, 'add_paused': False, 'max_upload_slots_per_torrent': -1, 'new_release_check': True, 'enc_out_policy': 1, 'seed_time_ratio_limit': 7.0, 'remove_seed_at_ratio': False, 'autoadd_location': 'C:\\Users\\Surye', 'max_upload_slots_global': 4, 'config_location': 'C:\\Users\\Surye\\AppData\\Roaming\\deluge', 'seed_time_limit': 180, 'share_ratio_limit': 2.0, 'random_port': True}
[WARNING ] 03:49:43 config:88 IOError: Unable to load file 'C:\Users\Surye\AppData\Roaming\deluge\core.conf'
[WARNING ] 03:49:43 config:109 IOError: Unable to open file: 'C:\Users\Surye\AppData\Roaming\deluge\core.conf'
[INFO ] 03:49:43 core:143 Starting XMLRPC server on port 58846
Traceback (most recent call last):
File "C:\Program Files\Deluge\scripts\deluged-script.py", line 7, in <module>
load_entry_point('deluge==1.0.4', 'console_scripts', 'deluged')()
File "C:\Program Files\Deluge\lib\site-packages\deluge-1.0.4-py2.5-win32.egg\deluge\main.py", line 169, in start_daemon
Daemon(options, args)
File "C:\Program Files\Deluge\lib\site-packages\deluge-1.0.4-py2.5-win32.egg\deluge\core\daemon.py", line 52, in __init__
self.core = Core(options.port).run()
File "C:\Program Files\Deluge\lib\site-packages\deluge-1.0.4-py2.5-win32.egg\deluge\core\core.py", line 182, in __init__
from win32api import SetConsoleCtrlHandler
ImportError: DLL load failed: The specified procedure could not be found.