Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 2449)

Ticket Resolution Summary Owner Reporter
#3339 Fixed Runtime error in Windows when maximizing Cameron Tacklind
Description

If you maximize the Deluge GTK window in Windows (only tested in Thin client), a runtime error occurs.

Program: ...\cairo.dll
File: cairo-surface.c
Line: 955

Expression: CAIRO_REFERENCE_COUNT_HAS_REFERENCE(&surface->ref_count)

If you "ignore", the interface seems to work, but breaks when doing anything useful.

#3337 Fixed listen ports syntax error spider
Description
--- preferencesmanager.py
+++ preferencesmanager.py
@@ -231,7 +231,7 @@
         self.core.apply_session_settings(
             {
                 'listen_system_port_fallback': self.config['listen_use_sys_port'],
-                'listen_interfaces': ''.join(interfaces),
+                'listen_interfaces': ','.join(interfaces),
             }
         )


#3334 Fixed Corruption of settings Calum SoLaxR81TZJKTJs3
Description

Interesting issue, you can corrupt the settings file by having symbols in your Socks5 Auth password.

*v6]>eP#}K!#a@C=!t|Y}w4yLbls"4+4
This was the password I was using and whenever I setup my Socks5 the settings would revert on restart.

I have tested with a shorter password with symbols and that works, so I am guessing it is either the length of the password or specific symbols.

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