Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (508 - 510 of 2449)

Ticket Resolution Summary Owner Reporter
#636 Fixed start_localhost deluged config to gtkui location... andar anonymous
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.

The connectionmanager file diff also includes usage of the DEFAULT_CONFIG host if: (1) the host isn't specified, or (2) the port was hardcoded. The reason is that I hate to see strings hardcoded into code, and the DEFAULT_CONFIG is specified -- therefore, it should be used. I also think that the logic for the 'classic_mode' and 'autoconnect' (along with 'autoconnect_host_uri' and 'autostart_localhost') could lead to configuration problems for the users, but I'll have to look at the whole thing more in depth in order to see if the logic should be reworked.

BTW, I also had to hack the filtertree and tracker_icons files so that they didn't, as well, write to the default config location if that location wasn't specified at deluge startup.

#2843 Duplicate Started Crashing after about a week pearled-duck
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:

Problem Event Name: APPCRASH Application Name: deluge.exe Application Version: 1.3.12.0 Application Timestamp: 55f580e6 Fault Module Name: libglib-2.0-0.dll Fault Module Version: 2.28.8.0 Fault Module Timestamp: 4e253544 Exception Code: 40000015 Exception Offset: 0004c2d8 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 23b5 Additional Information 2: 23b5881e04da4601eeb5fe20de0ee544 Additional Information 3: c73c Additional Information 4: c73c680d3607b7a1b1a07211496b5c4e

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:

(impl->hdc_count == 0)

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 XChesser
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.