Custom Query (2447 matches)
Results (442 - 444 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#882 | Fixed | deluged (ver 1.1.5 and later) crashes on linux | ||
Description |
# /usr/bin/deluged -d
terminate called after throwing an instance of 'std::out_of_range'
Aborted tried to remove ~/.config/deluge, does not make any difference however works with 1.1.3 and 1.1.4 |
|||
#883 | Fixed | segfault if locale is not using UTF-8 encoding | ||
Description |
$ LC_ALL=ru_RU.KOI8-R deluge 1.1.6 /usr/lib/python2.5/site-packages/deluge/ui/gtkui/queuedtorrents.py:48: GtkWarning: Failed to set text from markup due to error parsing markup: ... .... Segmentation fault Attached patch fix this problem. |
|||
#885 | Fixed | Unable to load some poorly writen torrent files | ||
Description |
http://bt.popgo.net/down/down.php?hash=f9c4ae7d5af8259d40eb0831de2e71ac4bcbc141 I am using version 1.1.6. gtkui fail to load the above torrent. See below for the output of deluge -L debug [DEBUG ] 12:54:32 common:53 Attempting to open /home/haomin/dev/torrents/a.torrent. [DEBUG ] 12:54:32 addtorrentdialog:196 Unable to open torrent file: 'utf8' codec can't decode byte 0xba in position 28: unexpected code byte The encoding of this file is gbk but not utf8. Is there any workarounds? Could you improve the auto-detection method of deluge or allow user choose encoding manually? |