µTorrent Mac 1.0.2 stable (23439) (Page 5) / Announcements (Mac) / µTorrent Community Forums
 

#101 2010-12-02 16:31:02

muaythaiguy
Member

Re: µTorrent Mac 1.0.2 stable (23439)

You guys forgot to code sign 1.0.2. Now, every time I launch µtorrent I get the annoying "Do you want the application utorrent.app to accept incoming connections." message from the OS X firewall.

Other than that, 1.0.2 works great, I've been running it for the past 5 hours without any problems. big_smile

Offline

#102 2010-12-03 02:29:24

silentbobie
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Unfortunately, it is still continuing to seed after you hit the selected ratio. It does however, in the eta column, tell you how long you have left til the ratio is met. But once the ratio is met, it continues on seeding, but with nothing in the eta column.

Offline

#103 2010-12-07 13:58:24

Firon
Administrator

Re: µTorrent Mac 1.0.2 stable (23439)

There's a new 1.1 beta out. Give it a shot! http://forum.utorrent.com/viewtopic.php?id=89908

Offline

#104 2010-12-17 20:59:37

flewis
Member

Re: µTorrent Mac 1.0.2 stable (23439)

I am running Snow Leopard 10.5.8.

I have been using µTorrent 0.93.10 without any problems. 

When I try to run µTorrent 1.0.2 I get the following error:

The application µTorrent quit unexpectedly.

I also get the same error if I try to run µTorrent 1.1.

I have tried deleting the preferences file:
/Users/user/Library/Preferences/com.bittorrent.uTorrent.plist

I still get the same error message.

Going back to uTorrent 0.93.10 for now.  It still works fine.

Offline

#105 2011-01-22 16:34:36

turtlecroc
Member

Re: µTorrent Mac 1.0.2 stable (23439)

You retarded fucks. You need to make it work under OS 10.4.

Offline

#106 2011-01-22 16:35:41

DreadWingKnight
I never claimed to be nice.

Re: µTorrent Mac 1.0.2 stable (23439)

turtlecroc wrote:

You retarded fucks. You need to make it work under OS 10.4.

No we don't. Get over yourself.


FAQ and Search - Use them.
If guides ask for info, provide it before I have to ask for it.

Offline

#107 2011-01-24 12:28:45

michaelrwatson
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Ouch. But, it would be really nice if it worked in OSX 10.4 too since many people are stuck at that. The more people running utorrent, the better..... It can't be that hard to compile for 10.4 can it..? Thanks, MikeW.

Offline

#108 2011-01-24 13:50:02

DreadWingKnight
I never claimed to be nice.

Re: µTorrent Mac 1.0.2 stable (23439)

It's not just a matter of compiling. Some of the core APIs used aren't available in 10.4.x and won't ever be. Those APIs aren't easily replaced either.


FAQ and Search - Use them.
If guides ask for info, provide it before I have to ask for it.

Offline

#109 2011-01-24 14:36:10

michaelrwatson
Member

Re: µTorrent Mac 1.0.2 stable (23439)

DreadWingKnight wrote:

It's not just a matter of compiling. Some of the core APIs used aren't available in 10.4.x and won't ever be. Those APIs aren't easily replaced either.

That doesn't make any sense.  You can use whatever API's you want. Hell, you could write utorrent for OS9 if you wanted to. Many OSX compilers let you simply check a box to compile for OSX 10.2 and earlier.

Offline

#110 2011-01-24 14:37:06

michaelrwatson
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Whoops, i meant to say OSX 10.2 and *later*.

Offline

#111 2011-01-24 16:03:34

Firon
Administrator

Re: µTorrent Mac 1.0.2 stable (23439)

I don't think you understand how this works. When using APIs available only in 10.5 or newer, you have to do a whole rewrite to make  the app work in 10.4. It's not just a compiler flag.

Offline

#112 2011-01-24 23:14:18

Ultima
Administrator

Re: µTorrent Mac 1.0.2 stable (23439)

michaelrwatson wrote:

That doesn't make any sense.  You can use whatever API's you want. Hell, you could write utorrent for OS9 if you wanted to. Many OSX compilers let you simply check a box to compile for OSX 10.2 and earlier.

You don't seriously expect Apple to add stuff to 10.5, and have it magically work on 10.2, do you? That's like saying that Safari 1.0 could support modern HTML5 web apps just because developers "will" it to.

The fact of the matter is, new API functionality gets added to new software all the time, and there is no reasonable expectation for it to work with software that was created before the API was added. An API isn't just a number as you seem to think it is.


[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]

Offline

#113 2011-01-25 13:11:54

michaelrwatson
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Okay, i didn't word that real well. I do know how APIs work, although i haven't done any programming yet in 10.5.  My point really was that utorrent doesn't *require* anything not present in 10.4 (or perhaps even earlier). Thus, you could easily make it work in 10.4.  The more compatible a piece of software is, the better.

It is true that companies like Adobe and others constantly push the OS envelope, forcing people to always have the very latest upgrade, but they have a vested interest in profit, as does Apple. Open source type software ought to be doing the opposite. hmm

Offline

#114 2011-01-25 13:25:09

DreadWingKnight
I never claimed to be nice.

Re: µTorrent Mac 1.0.2 stable (23439)

My point really was that utorrent doesn't *require* anything not present in 10.4 (or perhaps even earlier).

What makes you so sure of this?


FAQ and Search - Use them.
If guides ask for info, provide it before I have to ask for it.

Offline

#115 2011-01-26 00:07:48

Ultima
Administrator

Re: µTorrent Mac 1.0.2 stable (23439)

My point really was that utorrent doesn't *require* anything not present in 10.4 (or perhaps even earlier). Thus, you could easily make it work in 10.4.

So you're saying that you've looked at µTorrent's source code and found no instances of 10.5+ API calls that weren't present in 10.4? Or that all 10.5+ API calls that µTorrent makes are easily rewritten for 10.4-? Are you so certain that everything it's doing with the new APIs was always exposed to developers (no matter how roundabout a method was needed for older versions of OS X)?


[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]

Offline

#116 2011-02-01 21:20:27

rmjohnson144
Member

Re: µTorrent Mac 1.0.2 stable (23439)

I just installed this on my Hackintosh 10.6.5 and it starts the download and then just stops.  I tried 3 different torrents and the same each time.

I read in the release notes that it doesn't support external drives.  I chose not to use my external drive, but I did choose my internal data drive. 

or does it mean it won't work on any drive other than the master boot drive?

Thanks
-=Mark=-

Offline

#117 2011-02-04 23:11:12

rmjohnson144
Member

Re: µTorrent Mac 1.0.2 stable (23439)

OK, I changed my downloads folder back to my OS drive and all is fine.  Hopefully it works with external drives on next release.

-=Mark=-

Offline

#118 2011-07-01 16:57:20

flewis
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Hello,

I'm using a PowerMac (pre-Intel) for all my torrent downloads and Snow Leopard 10.5.8 happens to be the final version of the Mac OS that will run on that Mac.   

I'm still using µTorrent 0.93.10 because every time I try to upgrade to the newest version of µTorrent, it fails and I get the error: "The application µTorrent quit unexpectedly."

Please let me know so that I can plan for the future.   Is 0.93.10 going to be the final version of µTorrent that will ever support Snow Leopard 10.5.8 or do you plan to eventually support this version of the OS again?

Thank you!

Flewis

Offline

#119 2011-07-24 01:35:37

zoobak33j
Member

Re: µTorrent Mac 1.0.2 stable (23439)

As expected utorrent 1.0.2 has some issues in OSX 10.7 Lion.

One weird bug is the download speeds get stuck at a particular speed (10 kb/s in some torrents)

I have to restart the app in order to resume downloading that torrent at full speed.

Weirdly, this speed issue affects only some torrents.

I hope the developers investigate this issue.

Offline

#120 2011-08-04 11:42:30

rmshanley18
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Ive downloaded the utorrent and cannot seem to get it open on my mac.  when i try to open it, it just bounces on the dock.  i have osx 10.4, im assuming that is why? if so where can i get another version

Offline

#121 2011-08-04 11:49:47

DreadWingKnight
I never claimed to be nice.

Re: µTorrent Mac 1.0.2 stable (23439)

No version of uTorrent for mac will work on osx 10.4.x


FAQ and Search - Use them.
If guides ask for info, provide it before I have to ask for it.

Offline

#122 2011-08-05 10:52:56

Firon
Administrator

Re: µTorrent Mac 1.0.2 stable (23439)

µTorrent Mac only supports OSX 10.5 and up.

Offline

#123 2011-08-06 19:19:43

flewis
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Hi,

If that is true (µTorrent Mac only supports OSX 10.5 and up) then shouldn't it work with 10.5.8?

I'm using Snow Leopard 10.5.8 and µTorrent 0.93 seems to be the final version that will work with 10.5.8.  Every time I try to upgrade to the newest version of µTorrent, it fails and I get the error: "The application µTorrent quit unexpectedly."  µTorrent 0.93.10 seems to work fine.

Is it because I am on a PowerMac (pre-Intel)?

Thank you.

Flewis

Offline

#124 2011-09-02 07:52:13

flewis
Member

Re: µTorrent Mac 1.0.2 stable (23439)

Hi, does µTorrent Mac support PowerMac (pre-Intel) Macintoshes, running OSX 10.5.8?  Thank you.

Offline

#125 2011-09-02 09:51:46

Firon
Administrator

Re: µTorrent Mac 1.0.2 stable (23439)

Yes.

Offline

Board footer

Powered by FluxBB

©2013 BitTorrent, Inc. µTorrent is a trademark of BitTorrent, Inc.