Firon 3 Report post Posted December 10, 2005 hofshi: unicode related, makes µT work with different encoding fields when they're not set to UTF-8, for more compatibility. Share this post Link to post Share on other sites
ICleolion 0 Report post Posted December 10, 2005 I can confirm the v1.3 build 364 fixes the opening torrent problem.Nice work utorrent team. i'm lovin' the program. Share this post Link to post Share on other sites
Yoshiiro 0 Report post Posted December 10, 2005 Sweeeet! Share this post Link to post Share on other sites
zebulon 0 Report post Posted December 10, 2005 "Open torrent" bug already fixed! Wow, thanks again (for being so reactive). Share this post Link to post Share on other sites
Nefarious 0 Report post Posted December 10, 2005 Im having trouble adding torrents from firefox myself, but either way i love the new version, the more agressive upload is great, i wish there was an option for agressive download too, but hey, if it ain't broke dont fix it right? edit: already fixed? ohhh heh, thx Share this post Link to post Share on other sites
Firon 3 Report post Posted December 10, 2005 Update again Nefarious. Share this post Link to post Share on other sites
Nefarious 0 Report post Posted December 10, 2005 there you go, it is perfectly fine now, sorry i quite read only the 1st page of the announce Share this post Link to post Share on other sites
TuncaCeleste 0 Report post Posted December 10, 2005 :/ for me, it still opens another instance (build 364) when I open a .torrent either from Firefox or from explorer. I don't know what's wrong...Aside from that, everything seems über cool thanks uTorrent team! Share this post Link to post Share on other sites
rafi 187 Report post Posted December 10, 2005 Update again Nefarious.Should we update one more time ? ... @Firon - you are double-posting ... http://forum.utorrent.com/viewtopic.php?pid=27866#p27866 Share this post Link to post Share on other sites
osm0sis 1 Report post Posted December 10, 2005 1.3 Build 364 fixed open bug with me. =D Share this post Link to post Share on other sites
Martin 0 Report post Posted December 10, 2005 Great work ludde. I appreciate the effort you put into this project. Share this post Link to post Share on other sites
Firon 3 Report post Posted December 10, 2005 I crosspost since some people don't read the other thread Share this post Link to post Share on other sites
infinie 0 Report post Posted December 10, 2005 Thanks Ludde for your brilliant work!!! Share this post Link to post Share on other sites
galapogos 0 Report post Posted December 10, 2005 I have build 364 but Firefox keeps opening a new utorrent instance for every torrent I try to open from Firefox. What's going on? Share this post Link to post Share on other sites
hendrix 0 Report post Posted December 10, 2005 sweet, thanks! (btw please dont ever stop posting the changes... VERY helpful!!) Share this post Link to post Share on other sites
hitokiri007 0 Report post Posted December 10, 2005 I just dled build 364 and I have the opening problem too. Whenever I select Open (instead of downloading) the torrent from Firefox, it opens up in a new instance of utorrent. I have downgraded to 1.22 and I don't have the problem with that version. I then upgraded to 1.3.364 again and the problem comes back. Other than that, it's awesome. I just wish that whenever I open a new torrent, a window would pop out that allows me to select which files I want to download from the torrent. It'll be really convenient. Keep up the great job though. Share this post Link to post Share on other sites
emefbiemef 0 Report post Posted December 10, 2005 Still have multiple instances when opening from Maxthon, IE and saved torrent. I guess I'll keep waiting. Share this post Link to post Share on other sites
lynx 0 Report post Posted December 10, 2005 I updated 1.2.2 to 1.3 and indeed noticed a problem opening torrents on a (any) site.I switched back to 1.2.2 for now. Else i had to : download torrent manual - open it thrue uTorrents open .torrent function, or else i just can't load the torrent.The 1st torrent i opened in 1.3 worked fine, a second or 3rd one just wouldn;t open the normal way. This definitively is a bug that's pretty shitty.... please fix this fast... i love uTorrent and check the site about every day, but i'll stick to 1.2.2 that's working perfect for me now.... when the open torrent problem is solved i switch to the new version.. Anyway thx Ludde, great job.lynx Share this post Link to post Share on other sites
1c3d0g 0 Report post Posted December 10, 2005 I just can't reproduce your multiple instance bugs... :/ Share this post Link to post Share on other sites
CainKellye 0 Report post Posted December 10, 2005 I have a clean windows install now, and no multiple instances from FireFox. I think the problem sould be around the torrent associations. (Perhaps Windows thinks utorrent hasn't been already started, and starts a new one, because of an old program name in the associations table.) Share this post Link to post Share on other sites
lynx 0 Report post Posted December 10, 2005 Whahaaaaaa, Ludde you're F*cking amazing... as i tested 1.3 build 363 with the opening bug you already fixed the bug in 1.3 build 364...... If i were a woman, i would love you, now i just like you alot..... ok i updated to 1.3 !!!! LOL and LOL some more ! Share this post Link to post Share on other sites
emefbiemef 0 Report post Posted December 10, 2005 I have a clean windows install now, and no multiple instances from FireFox. I think the problem sould be around the torrent associations. (Perhaps Windows thinks utorrent hasn't been already started, and starts a new one, because of an old program name in the associations table.)Hmm...could be. But as already stated, reverting to 1.2.2 fixes this, and if the problem lies within Windows then all version should be affected. I've even tried deleting the asociation, run uT and redo the association, but still a no go. Share this post Link to post Share on other sites
boo 0 Report post Posted December 10, 2005 try to make an association with another BT program, like arctic, then after that you make an association with µTorrent 1.3 Share this post Link to post Share on other sites
Nathan 0 Report post Posted December 10, 2005 Although I'm not a developer for this project, I thought I'd try and answer a few of the questions I saw:>does anyone know what's the meaning of this:>- Feature: Detect encoding field in a torrent and parse filenames accordingly.As Firon said, it's used to determine what encoding is used in the file's name. Windows 2000 and above support Unicode filenames (don't know if 98 or Me have Unicode support or not...), so if you're (for example) running an English version of Windows you can have a file named using Korean characters and it will still show up correctly. However, some file names use the OEM code page instead, so there needs to be a way to determine what sort of encoding was used to create the filename. This is what the feature is referring to.> btw what is "atomic movefile"?In a multitasking system, sometimes an application will be interrupted by another application when it's in the middle of doing something. This usually causes no problems, but when an application is doing something with the filesystem (for example), sometimes it might be halfway through doing something like moving a file and then get interrupted. Before it has a chance to finish moving the file, maybe that file will be changed by someone else or deleted. In order to protect against this, there are so-called 'atomic' operations (atomic because they can't be broken down any further). These operations are guaranteed to complete before the application gets interrupted and thus will not cause any concurrency problems.And good work to the microtorrent team for moving to Unicode. I'm sure it wasn't simple, but now that you've done it you can feel good about it. To be honest, I don't use microtorrent myself as the client I use has 64-bit support, and I like to support 64-bit apps as a matter of principle. However, this does look like a quality, actively-maintained client. Share this post Link to post Share on other sites
emefbiemef 0 Report post Posted December 11, 2005 Nope. Still no go. Share this post Link to post Share on other sites