µTorrent 2.0.4 changelog.
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
What works
The utorrents starts, connects to trackers, all commands work, connectable=yes.
What does not
The single issue that I have with utorrent is the lack of speed and number of active peers that actually share with the client, sometimes like 3-5 no more, the rest are inactive.
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 12.04 "Precise" i386 (+ variants like Kubuntu) | Mar 03 2014 | 1.6.1 | Yes | Yes | No | Platinum | an anonymous user | |
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | May 05 2013 | 1.5.29 | Yes | Yes | No | Platinum | an anonymous user | |
Show | Debian GNU/Linux 6.x "Squeeze" x86_64 | Oct 17 2010 | 1.3.5 | N/A | Yes | No | Gold | Angus Hedger | |
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Sep 19 2010 | 1.2 | Yes | Yes | No | Gold | an anonymous user | |
Show | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Jul 31 2010 | 1.2 | Yes | Yes | No | Silver | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
8490 | SHBrowseForFolder: BIF_NEWSTYLEDIALOG not implemented - title gets cropped in uTorrent | CLOSED | FIXED | View |
10142 | Switching workspaces/desktops can make some application windows disappear | CLOSED | FIXED | View |
12464 | ShellExecute does not integrate well with external handlers | NEW | View | |
14914 | files are created as sparse files when they shouldn't | UNCONFIRMED | View | |
17019 | HKEY_CURRENT_USER\Software\Classes should be merged into HKEY_CLASSES_ROOT | CLOSED | DUPLICATE | View |
18714 | uTorrent stops accepting new connections | CLOSED | DUPLICATE | View |
18863 | Utorrent looses window decoration after using the close window button | CLOSED | ABANDONED | View |
20964 | Not re-registering icons in tray | CLOSED | FIXED | View |
21096 | utorrent drops error 12157 when using a https tracker | CLOSED | FIXED | View |
21156 | Add torrents in webUI with µTorrent >= 2.0 doesn't work | CLOSED | FIXED | View |
21225 | tray icons don't get keyboard focus properly | CLOSED | ABANDONED | View |
21885 | uTorrent: inactive toolbar buttons have non-transparent icons | CLOSED | FIXED | View |
22487 | tray icons broken with ubuntu 10.04 for some users (affects utorrent 2.0.1, autohotkey) | CLOSED | FIXED | View |
22550 | uTorrent 2.0.1 renders some icons incorrectly when run within a FreeNX session | CLOSED | FIXED | View |
22676 | Total Commander 7.x and uTorrent 2.0.1 icons do not appear in the task bar | CLOSED | FIXED | View |
22747 | µTorrent: The update message from 2.0.1 to 2.0.2 does not show properly some characters | CLOSED | FIXED | View |
24580 | Multiple apps fail due to commctrl.TaskDialogIndirect stub (utorrent, IE9 installer) | CLOSED | FIXED | View |
24646 | Utorrent menu's can be open but not working | CLOSED | FIXED | View |
24755 | utorrent 2.0.4 causes very high cpu usage | CLOSED | INVALID | View |
25223 | Tray icons are flickering | CLOSED | ABANDONED | View |
26031 | µTorrent loses the ability of listening to incoming connections | REOPENED | View |
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
#!/bin/sh QUICKPARLOCATION="c:\\Program Files\\uTorrent\\uTorrent.exe" if [ $# -eq 0 ]; then wine "$QUICKPARLOCATION" else PARAM=`winepath -w "$*"` wine "$QUICKPARLOCATION" "$PARAM" fiPut 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.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by junpei on Sunday October 17th 2010, 11:33
by Abdusamed on Friday October 15th 2010, 23:41
by Abdusamed on Friday October 15th 2010, 23:38
by Chuck Shaw on Thursday October 14th 2010, 15:46
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
by Mark Capehart Jr. on Sunday October 11th 2009, 17:43
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.
by Abdusamed on Friday October 15th 2010, 23:38