Custom Query (2447 matches)
Results (460 - 462 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#466 | WontFix | OSX Installation Problem | ||
Description |
Problem is documented here. Here's where it went bad for me: building 'deluge_core' extension /usr/bin/gcc-4.0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/include/boost -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c libtorrent/src/alert.cpp -o build/temp.macosx-10.3-i386-2.5/libtorrent/src/alert.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIOASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2 cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ ./libtorrent/include/libtorrent/time.hpp:157: error: 'time_traits' is not a template ./libtorrent/include/libtorrent/time.hpp:158: error: explicit specialization of non-template 'asio::time_traits' error: command '/usr/bin/gcc-4.0' failed with exit status 1 All the best |
|||
#467 | Invalid | Cannot save session while system (gnome) shutdown performed (while it is running/downloading) | ||
Description |
I am using Ubuntu Hardy and Deluge 0.5.9.8. When I shutdown the system while deluge is running/downloading I receive an error that deluge cannot save session. I have similar problem with Transmission the default btclient. It losses the data on system shutdown if it is no closed first. I suspect same is the situation with deluge. So can you people add/fix this feature/bug? So it works normally, i.e. save the session and quites normally as it does while exiting from within it? KTorrent does this in KDE, you shutdown the system and it quits calmly with no error and no data loss. |
|||
#468 | Fixed | Unicode in 0.9.8 does not seem to be working properly | ||
Description |
System Stats: Ubuntu 8.04.1 x64, running 0.9.08 RC I am currently trying to add this torrent file,
When I try to open it in Deluge, the ü becomes u, and then when i put it to save in a certain folder
Which exists fine {{{ rockerboo@Belefonte:/media/Music/Music/Messer Für Frau Müller$ pwd /media/Music/Music/Messer Für Frau Müller }}} it is giving me the following in deluged.log in ~/.config/deluge/ {{{ [DEBUG ] 14:34:29 torrentmanager:310 options: {'max_download_speed_per_torrent': -1.0, 'add_paused': False, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1.0, 'auto_managed': True, 'max_connections_per_torrent': -1, 'download_location': u'/media/Music/Music/Messer F\xfcr Frau M\xfcller', 'compact_allocation': False, 'file_priorities': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'default_private': False, 'max_upload_slots_per_torrent': 4} Traceback (most recent call last):
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 27: ordinal not in range(128) }}} With this, the file never shows up in the deluge client. If you need any more information let me know. |