Changes between Version 1 and Version 2 of Troubleshooting


Ignore:
Timestamp:
10/15/2015 09:42:28 PM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v1 v2  
    33== Deluge won't start! What should I do? == 
    44 
    5 Sometimes Deluge's settings get corrupted and need to be reset. See: [wiki:Faq#HowdoIrestoreallsettingstodefault Reset Settings] 
     5Common startup errors with solutions: 
    66 
    7 Otherwise see [wiki:Contributing/BugReporting Bug Reporting] 
     7  `ImportError: No module named libtorrent`:: 
     8    You need to install [http://www.rasterbar.com/products/libtorrent/ libtorrent-rasterbar]. 
    89 
    9 == Deluge won't start with `ImportError: No module named libtorrent` == 
     10  `gobject.GError: Unrecognised image file format`:: 
     11    You need to install SVG support. On !Debian/Ubuntu, the package is `librsvg2-common`. 
    1012 
    11 You need to install [http://www.rasterbar.com/products/libtorrent/ libtorrent-rasterbar] 
     13  Windows OS users: `Deluge not starting` or `Error:14001 side-by-side configuration`:: 
     14    Install [https://www.microsoft.com/en-us/download/details.aspx?id=5582 Visual C++ 2008 SP1 Redistributable Package (x86)]. 
    1215 
    13 == Deluge won't start with a `gobject.GError: Unrecognised image file format` error. == 
    14  
    15 You need to install SVG support. On !Debian/Ubuntu, the package is `librsvg2-common`. 
     16'''For any other issues not solved here see''' [wiki:Contributing/BugReporting Bug Reporting] '''and follow the detailed steps.''' 
    1617 
    1718== Deluge's GTK UI won't connect to a remote daemon == 
     
    4748Check that local machine firewall or router is not detecting a SYN flood and blocking packets. As a torrent reaches completion and you become a seeder, there can be a sudden inrush of connections from other peers that causes firewalls to start blocking. If so, try reducing the total connections allowed in Deluge, or increasing the tolerance on the router, or turning off SYN flood detection. Also check local storage for the downloaded file is not out of space (shown on bottom status bar in Deluge UI). 
    4849 
    49 = Windows Specific = 
    50  
    51 == Deluge doesn't start == 
    52  
    53 Install [https://www.microsoft.com/en-us/download/details.aspx?id=5582 Visual C++ 2008 SP1 Redistributable Package (x86)]. 
    54  
    55 ''Also applies to `Error:14001 side-by-side configuration`'' 
    56  
    57 == Samba Network Shares == 
     50== Windows OS using Samba Network Shares == 
    5851 
    5952To use a Samba share in Deluge from within Windows, the share has to be mapped to a drive letter. 
    6053 
    61 == How can I change Deluge language? == 
     54== How can I change Deluge language in Windows OS? == 
    6255 
    6356There is a bug in the way GTK sets language on Windows but there are several workarounds: 
     
    7568    `C:\Program Files\Deluge\deluge-1.3.x-py2.x.egg\deluge\i18n`[[BR]] 
    7669    `C:\Program Files\Deluge\share\locale` 
    77 ---- 
    78  
    7970 
    8071= Deluge Version = 
    8172 
    82 GTKUI: `Help|About`  
     73GTKUI: `Help | About`  
    8374 
    8475From the terminal use `--version` e.g. `deluged --version` 
     
    9687From terminal: `python --version` 
    9788 
    98 Windows: 
     89'''Windows OS:''' Check the Deluge installed files: `%ProgramFiles%\Deluge\deluge-***-py2.6.egg` This would signify Deluge is running Python 2.6. 
    9990 
    100 If you used a Deluge installer with python 2.7 (such as deluge-1.3.11-win32-py2.7-setup.exe), then use the egg with name ending with py2.7.egg). Else, use py2.6.egg.  
    101  
    102 Also you can check the Deluge installed files: `%ProgramFiles%\Deluge\deluge-***-py2.7.egg` This would signify Deluge is running Python 2.7. 
    103  
    104 OSX: 
    105  
    106 For the Deluge.app the default Python version is 2.7. 
     91'''Mac OSX:''' For the Deluge.app the default Python version is 2.7. 
    10792 
    10893= Enable Deluge Logging =