Custom Query (2449 matches)
Results (508 - 510 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #636 | Fixed | start_localhost deluged config to gtkui location... | ||
| Description |
While trying to hack on deluge (installed in a develop dir) and preserve my current deluge configuration, I noticed that deluged would use the configuration from my current deluge configuration. As I didn't want to risk messing up my current config or torrents, I looked around the deluge and found that, when deluge is started in classic_mode, the daemon is started and the config location is the default one (even if a gtkui config location is specified). Therefore, the attached diff feeds the gtkui config location to the daemon if the daemon is started up in classic_mode. You will notice that the start_localhost method in connectionmanager uses: 1) the long options, and 2) the winprocess call isn't changed. The first because the short options weren't being correctly parsed in main (or my poor usage of python is so bad that I could only get the long options to work). The second was because I don't have a windows box to test changes to the winprocess call on. |
|||
| #2843 | Duplicate | Started Crashing after about a week | ||
| Description |
When I first installed Deluge and loaded some existing torrents I had plus some new ones, it ran without any issues for a week or so. Then it crashed for no apparent reason. After that, it started crashing repeatedly after running for about 30-45 minutes each time. Removing one large torrent - 128.2 gig - that hadn't yet completed, helped some. It seemed like it was crashing at some point while checking the existing files for status/resume point. After that, it started checking another smaller torrent instead, which seemed to be able to complete, and then run for a while before crashing. I tried running deluge-debug in 'error' mode and then 'warning' and "info" modes with nothing seeming to be reported. Finally I ran it in "debug" mode which produced a lot of about 2 meg. Hopefully that will be useful. The Windows crash report is pretty much always exactly this (I've gotten the same exact report several times, but occasionally it's different): "this application has requested the runtime to terminate it in an unusual way." Problem signature:
In addition, when running deluge-debug from Command Prompt, additional messages are shown there which might be of use: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Kerry>cd\program files (x86) C:\Program Files (x86)>cd deluge C:\Program Files (x86)\Deluge>deluge-debug.exe -L debug -l "%UserProfile%\deskto p\Deluge.log" c:\program files (x86)\deluge\deluge-1.3.12-py2.6.egg\deluge\ui\gtkui\listview.p y:250: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion `header != NULL' failed C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: gdkgc-win32.c:830: SaveDC failed: The operation completed successfully. C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: gdkgc-win32.c:970: RestoreDC failed: The operation completed successful ly. C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: gdkdrawable-win32.c:1873: GetDC failed: The operation completed success fully. C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: gdkgc-win32.c:968: GetCurrentObject failed: The handle is invalid. C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: gdkgc-win32.c:970: RestoreDC failed: The handle is invalid. C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: _gdk_win32_drawable_release_dc: assertion `impl->hdc_count > 0' failed C:\Program Files (x86)\Deluge\library.zip\twisted\internet\_glibbase.py:375: Gtk Warning: gdkpixmap-win32.c:279: CreateDIBSection failed: The parameter is incorr ect. Gdk:ERROR:gdkdrawable-win32.c:2040:_gdk_win32_drawable_finish: assertion failed:
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. |
|||
| #1107 | "Start" button stays disabled if pausing while checking | |||
| Description |
If I pause torrent while rechecking, 'Start' button in toolbar stays unavailable (and 'Pause' button available on the contrary). Buttons in the menu are available and work as expected. |
|||
