Deluge not oppening after Windows update

Specific support for Deluge on Microsoft Windows OS
Thrysoe
New User
New User
Posts: 6
Joined: Sat Oct 13, 2018 10:17 pm

Deluge not oppening after Windows update

Post by Thrysoe »

I am having a problem when I am trying to start Deluge, it is not showing in windows or the tast manager and I have tried to update to latest, updated python to V 2.7.15 and last do a debug and I have now made a screenshot with it.

Hope you can help me fix it.

http://prntscr.com/l5s2ja
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge not oppening after Windows update

Post by Cas »

Can you provide your core.conf it looks like a setting is not correct
Thrysoe
New User
New User
Posts: 6
Joined: Sat Oct 13, 2018 10:17 pm

Re: Deluge not oppening after Windows update

Post by Thrysoe »

I do not know where to find this core.config file.
I have Searched for it in C:\, C:\Program Files (x86)\Deluge
But I can find a coreconfig.pyc, if it is that file you want then I have tried to attach it here else I dont know how to share it
Attachments
coreconfig.rar
(861 Bytes) Downloaded 153 times
Thrysoe
New User
New User
Posts: 6
Joined: Sat Oct 13, 2018 10:17 pm

Re: Deluge not oppening after Windows update

Post by Thrysoe »

How do I change my settings if I can't open the program?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge not oppening after Windows update

Post by Cas »

Thrysoe
New User
New User
Posts: 6
Joined: Sat Oct 13, 2018 10:17 pm

Re: Deluge not oppening after Windows update

Post by Thrysoe »

After a reinstall of deluge where I also cleared the folder in %APPDATA% folder it comes with this debug, http://prntscr.com/l6hr3n.
Is there a work around this and clear ALL data from deluge so there is possible way to generate any errors? beside reinstalling windows.. :D
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge not oppening after Windows update

Post by Cas »

What value are you setting for the listen_interface? Please provide the core.conf file.
Thrysoe
New User
New User
Posts: 6
Joined: Sat Oct 13, 2018 10:17 pm

Re: Deluge not oppening after Windows update

Post by Thrysoe »

Code: Select all

{
  "file": 1, 
  "format": 1
}{
  "info_sent": 0.0, 
  "lsd": true, 
  "max_download_speed": -1.0, 
  "send_info": false, 
  "natpmp": true, 
  "move_completed_path": "C:\\Users\\DJ_Za\\Downloads", 
  "peer_tos": "0x00", 
  "enc_in_policy": 1, 
  "queue_new_to_top": false, 
  "ignore_limits_on_local_network": true, 
  "rate_limit_ip_overhead": true, 
  "daemon_port": 58846, 
  "torrentfiles_location": "C:\\Users\\DJ_Za\\Downloads", 
  "max_active_limit": 8, 
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", 
  "upnp": true, 
  "utpex": true, 
  "max_active_downloading": 3, 
  "max_active_seeding": 5, 
  "allow_remote": false, 
  "outgoing_ports": [
    0, 
    0
  ], 
  "enabled_plugins": [], 
  "max_half_open_connections": 8, 
  "download_location": "C:\\Users\\DJ_Za\\Downloads", 
  "compact_allocation": false, 
  "max_upload_speed": -1.0, 
  "plugins_location": "C:\\Users\\DJ_Za\\AppData\\Roaming\\deluge\\plugins", 
  "max_connections_global": 200, 
  "enc_prefer_rc4": true, 
  "cache_expiry": 60, 
  "dht": true, 
  "stop_seed_at_ratio": false, 
  "stop_seed_ratio": 2.0, 
  "max_download_speed_per_torrent": -1, 
  "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, 
  "listen_ports": [
    6881, 
    6891
  ], 
  "max_connections_per_torrent": -1, 
  "del_copy_torrent_file": false, 
  "move_completed": false, 
  "autoadd_enable": false, 
  "proxies": {
    "peer": {
      "username": "", 
      "password": "", 
      "hostname": "", 
      "type": 0, 
      "port": 8080
    }, 
    "web_seed": {
      "username": "", 
      "password": "", 
      "hostname": "", 
      "type": 0, 
      "port": 8080
    }, 
    "tracker": {
      "username": "", 
      "password": "", 
      "hostname": "", 
      "type": 0, 
      "port": 8080
    }, 
    "dht": {
      "username": "", 
      "password": "", 
      "hostname": "", 
      "type": 0, 
      "port": 8080
    }
  }, 
  "dont_count_slow_torrents": false, 
  "add_paused": false, 
  "random_outgoing_ports": true, 
  "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\\DJ_Za\\Downloads", 
  "max_upload_slots_global": 4, 
  "seed_time_limit": 180, 
  "cache_size": 512, 
  "share_ratio_limit": 2.0, 
  "random_port": true, 
  "listen_interface": ""
}
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge not oppening after Windows update

Post by Cas »

Please copy and paste console output rather than screenshots as translating the error reveals the issue:

Code: Select all

Det blev forsøgt at få adgang til en socket på en måde, der er forbudt af den pågældende sockets adgangstilladelser.
An attempt was made to access a socket in a way forbidden by its access permissions.
This likely means that the antivirus or firewall software is blocking these listening ports.
Thrysoe
New User
New User
Posts: 6
Joined: Sat Oct 13, 2018 10:17 pm

Re: Deluge not oppening after Windows update

Post by Thrysoe »

Well both firewall and AV is allowing Deluge (thats what they say) and this just happend after the last win 10 update
Post Reply