deluge

i have ubuntu

i just downloaded the package file for deluge 0.5.8.7
and i installed it using the package installer
and when i try to launch it
it starts to launch but crashes and doesnt show the program
or atleast i think it crashes
any suggestions on deluge or another bittorrent app that has the ability to only download certain files from the torrent versus the entire torrent

I use transmission which allows you do select which files you want (and to give them a priority as well). It is a gtk+ app so will fit quite well with the gnome interface in ubuntu.

Do you get any hints in .xsession-errors?

or you could try running it from a terminal session to see if there are any errors

ok i just tried to run it in the terminal
heres the result
im still a newbe so im drawing a blank on what it means
i replaced my box name with ...@... for secrecy
(ocd thing)

...@...:~$ deluge
checking for ubuntu...
found and fixing ubuntu
...@...:~$ checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin FlexRSS
Initialising plugin WebUi
Initialising plugin TorrentNotification
Initialising plugin NetworkHealth
Initialising plugin NetworkGraph
Initialising plugin WebSeed
Initialising plugin Scheduler
Initialising plugin TorrentPeers
Initialising plugin MoveTorrent
Initialising plugin BlocklistImport
Initialising plugin SpeedLimiter
Initialising plugin TorrentFiles
Initialising plugin Search
Initialising plugin EventLogging
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Applying preferences
Starting DHT...
No DHT file to resume
terminate called after throwing an instance of 'asio::system_error'
what(): Address already in use

looks like the address/port combination that deluge is trying to use is already in use, do you have another bittorrent client running?

try doing

netstat -t

and see if there are any connections using the configured port (default bittorrent ports are in the renage 6880-6889) but most clients allow you to change them.

i had utorrent running under wine
i didnt relize that thou
right now i got my ip set at 10000 so i got to change that
any other good ports to use besides the ones u stated before
ive got two computers and my router only allows me to foward a port to a single computer

you can pick any port you like, between 1025 and 65536, with modern bittorrent clients, just make sure that the firewall config reflects the port you pick