Custom Query (2447 matches)
Results (427 - 429 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#433 | Fixed | Deluge RCs do not start on Windows XP x64 | ||
Description |
It appears that the whole problem is with the fact that the program is installed to, and runs out of, C:\Program Files (x86)\ rather than the standard C:\Program Files\. If I simply use the start menu item or run the deluge.cmd by hand, I get nothing; no output, nada. If I remove the EXIT from the end of the script, I get a pop-up dialog title "StartX", stating: Failed to run the program, Error:2, The system cannot find the file specified. After adding (x86) to all instances of %PROGRAMFILES% in the script (as well as the EXIT and @echo off) and running the script by hand, I get an empty return; no output at all. If I try subsequently running scripts\deluge.exe (since all of the environment variables are now present) it complains that: Cannot find Python executable C:\Program Files\deluge\python.exe Despite the fact that my PYTHONPATH is: C:\Program Files (x86)\deluge\Lib;C:\Program Files (x86)\deluge\DLLs;C:\Program Files (x86)\deluge\Lib\site-packages; It looks like there may be some hard-coded paths in here. This could also cause a problem in the case that somebody installed to a drive other than C: |
|||
#434 | Invalid | Add Torrent window should remember previous download locations | ||
Description |
The pull-down menu in the GTK Add Torrents window should remember previous locations. |
|||
#435 | WorksForMe | When adding multiple torrent files, all torrents take on the same settins | ||
Description |
If I multi-select (Hold down CTRL) multiple torrent files, I cannot set individual download directories or change any options without modifying ALL torrents settings. |