Custom Query (2449 matches)
Results (385 - 387 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2777 | Fixed | Update NSIS MSVC redist checker | ||
| 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:
You should add these two entries:
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:
|
|||
| #2775 | Fixed | torrents.state not created for fresh install | ||
| 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 | ||
| 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) |
|||
