Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (385 - 387 of 2449)

Ticket Resolution Summary Owner Reporter
#2777 Fixed Update NSIS MSVC redist checker lunch
Description

Currently the installer doesn't check for the latest versions of Visual C++ 2008 Redistributable. As a result, if the user has the latest version of these runtimes installed, it isn't recognized and he is prompted to install these. As more, an older version.

Relevant file: deluge-win32-installer.nsi

CLSID currently checked:

FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4 9A25302D-30C0-39D9-BD6F-21E6EC160475

You should add these two entries:

1F1C2DFC-2D24-3E06-BCB8-725134ADF989 9BE518E6-ECC6-35A9-88E4-87755C07200F

I think you should also remove FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4, so the user would be prompted to update its antiquated VC++ 2008 redistributable to at least SP1.

Lastly, I would update the download link to https://www.microsoft.com/en-us/download/details.aspx?id=26368 in order to direct to the latest version.

References:

http://blogs.msdn.com/b/astebner/archive/2009/01/29/9384143.aspx http://stackoverflow.com/questions/11056812/where-to-download-vcredist#12103985 https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2008

#2775 Fixed torrents.state not created for fresh install llorona
Description

Created from forum post: http://forum.deluge-torrent.org/viewtopic.php?t=53279&p=220811

Fresh install from git developer branch pull as of today.

torrents.state and torrents.fastresume files never get created. log file shows an error that their .bak files do not exist.

it seems to come from this patch: [7414737cbf7657d2edfea49b9b]

my coding skills suck, but it looks like it checks for the bak file if not there, then raises an exception and never writes the initial files.

i got around this by creating both files and their bak versions with 'touch', so deluge would just overwrite them.

I ran into this because i was trying to figure out why i would lose all my torrents on every restart. in my troubleshooting i moved my config directory and let deluge create a fresh one.

tried to make a ticket on tract, but got stuck in the captcha loop.

#2774 WorksForMe Deluge wont start when run from .desktop or commandline bugmenot
Description

OS: Arch using latest server and client with webinterface

Webinterface works

Client will open up but not load anything and hang

Error from commandline

% deluge
/usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py:250: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion 'header != NULL' failed
  self.treeview.get_model().set_sort_column_id(column_state.sort, column_state.sort_order)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.