WineHQ

µTorrent (uTorrent)

Application Details:

Version: 2.0.4
License: Free to use and share
URL: https://www.utorrent.com
Votes: 0
Latest Rating: Platinum
Latest Wine Version Tested: 1.6.1

Maintainers: About Maintainership

Free Download uTorrent 2.0.4 build 22967 (web archive mirror)

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

+ Everything I tested, except

What does not

- Opening files

- Folders are opened with Wine's Explorer

- Associate with .torrent and magnet URI

- After turning off computer while running utorrent it needs to re-check a lot of torrents on next startup

- The tray icon flickers when mouse pointer moves over it

Workarounds

What was not tested

* RSS
* Autoshutdown

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

I would love to use uTorrent as my default torrent client, but there are still several glitches... Admin note: rating changed to conform to the rating definitions.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)Mar 03 20141.6.1Yes Yes NoPlatinuman anonymous user 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)May 05 20131.5.29Yes Yes NoPlatinuman anonymous user 
ShowDebian GNU/Linux 6.x "Squeeze" x86_64Oct 17 20101.3.5N/A Yes NoGoldAngus Hedger 
ShowUbuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu)Sep 19 20101.2Yes Yes NoGoldan anonymous user 
ShowUbuntu 10.04 "Lucid" i386 (+ variants like Kubuntu)Jul 31 20101.2Yes Yes NoSilveran anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
12464 ShellExecute does not integrate well with external handlers NEW View
14914 files are created as sparse files when they shouldn't UNCONFIRMED View
26031 µTorrent loses the ability of listening to incoming connections REOPENED View

Show all bugs

HowTo / Notes

HOWTO

If/When you get this error:

It seems like uTorrent is already running, but not responding. Please close all uTorrent processes and try again.

you could simply kill all the utorrent processes with:

killall -9 uTorrent.exe

Then just open utorrent, not the installer.

You can also open µtorrent with '/NOINSTALL' parameter but then you can't change any settings (if I understood right). E.g.:

C:\Program Files\uTorrent\uTorrent.exe" /NOINSTALL

HOWTO associate in Linux .torrent files with uTorrent
Use a script like this:
#!/bin/sh
QUICKPARLOCATION="c:\\Program Files\\uTorrent\\uTorrent.exe"
if [ $# -eq 0 ]; then
  wine "$QUICKPARLOCATION"
else
  PARAM=`winepath -w "$*"`
  wine "$QUICKPARLOCATION" "$PARAM"
fi
Put it in one of the directories in your PATH, for example /usr/bin, make it executable, and finally set .torrent files to open with this script.

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Web UI
by junpei on Sunday October 17th 2010, 11:33
Web UI works??
Here's the pic proof
by Abdusamed on Friday October 15th 2010, 23:41
Confirmed CPU
by Abdusamed on Friday October 15th 2010, 23:38
OKay, this is happening to me alot. Initially, wine 1.1.42 with utorrent 1.8.5 was working fine. But I encountered the same bug/error/glitch which I had encountered long before, some 3 formats ago! Same error, high cpu for no reason at all. It use to idle, like right now at 3 or 4 cpu but for reason it would spike to 100! It's not rechecking hash or anything it just shoots up! After google the bug, I found out that I should try updating. So I first update the utorrent which seems to fix the bug but after some use, SPIKE 100 CPU..which lags my system alot! Now I updated wine using ppa.. 1.2... the spike is gone. But 2 mins ago..it spiked again and I had to killall -9 uTorrent.exe and restart utorrent! What's the problem????
uTorrent 2.0.x Builds
by Chuck Shaw on Thursday October 14th 2010, 15:46
uTorrent 2.0 Build 18620
download.utorrent.com/2.0/utorrent.exe

uTorrent 2.0.1 Build 19248
download.utorrent.com/2.0.1/utorrent.exe

uTorrent 2.0.2 Build 20165
download.utorrent.com/2.0.2/utorrent.exe

uTorrent 2.0.3 Build 21177
download.utorrent.com/2.0.3/utorrent.exe

uTorrent 2.0.4 Build 22450
download.utorrent.com/2.0.4/utorrent.exe
My experience with Utorrent 2.0 on Mint
by Mark Capehart Jr. on Sunday October 11th 2009, 17:43
I'm running Linux Mint 6 (based from Ubuntu 8.10 [Intrepid Ibex]). Running WINE 1.1.31 Utorrent 2.0 beta works perfect for me. Everything is fully functional. Skinning works perfect.

The only flaw that I see is when I mouseover the system tray icon, it flickers a bit, but that is cosmetic & does not take away from the functionality at all.

Using the stable 1.0.1 version of WINE I got the "This program is freeware. If you paid for it you have been scammed and you should get a refund." message every time I opened it... After upgrading my WINE version to the 1.1.31 version, I saw this message only once, as intended.
RE: My experience with Utorrent 2.0 on Mint
by Abdusamed on Friday October 15th 2010, 23:38
oh yea..it's on ubuntu 10.04.1
Back