Page 1 of 2

[OFFICIAL] qBittorrent 2.9.7 installer

Posted: Thu Mar 29, 2012 7:44 pm
by mkdib
Dear all,
Here is a new qBittorrent 2.9.7 built with MSVC 2010 express :

Direct Link :
http://mkdib.free.fr/qbittorrent/qbitto ... _setup.exe

Libraries's version used:
libtorrent v0.15.11
Qt: 4.7.1
Boost: 1.46.0

I want your comments after testing it to be sure that this build does not suffer from I/O errors or memory leaks.
Once this build is validated by testers, I can mark the post OFFICIAL.

Waiting your comments;

Re: qBittorrent 2.9.7 installer

Posted: Thu Mar 29, 2012 10:30 pm
by Nemo
Installed and testing, downloaded few things and seeding already without problems but will see how it works after few days usage :).

Re: qBittorrent 2.9.7 installer

Posted: Fri Mar 30, 2012 9:49 am
by ironcross
No problems here :) Thanks, mkdib.

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Tue Apr 03, 2012 7:22 am
by Calidude
Seems to work fine. Dying for this to get uTP support though.

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Tue Apr 03, 2012 9:36 pm
by Chem456
Thanks for the updated build. However I wonder why you don't update Qt to 4.8.0, Boost to 1.49 and Inno Setup to 5.4.3.

Also, you really have to commit the installer script to the git repository. Every person who compiles qBittorrent for Windows creates their own installer which leads to various problems like duplicate entries in the registry. Plus it will allow people to provide patches to improve the installer. I know I'd like to.

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Tue Apr 03, 2012 10:36 pm
by fszymanski
I totally agree with @Chem456. Here is my new Inno Setup Script https://rapidshare.com/files/2618867938/qbittorrent_iss.zip. It is "compatible" with @mkdib installer (I used the same "AppId" and clean up ).

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Wed Apr 04, 2012 4:52 pm
by Nemo
Does it make a difference to use this one with the older boosts compared with your build with the newer boosts (and your build with 15.10 compared with this one 15.11)? Im not so into compiling and such and probably would answer/help others also :).

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Wed Apr 04, 2012 6:19 pm
by fszymanski
In my opinion there is a difference. For example qBittorrent uses the Boost Filesystem library. We have a few changes and fixes between version 1.46 and 1.49.
Changelog: http://www.boost.org/doc/libs/1_49_0/libs/filesystem/v3/doc/release_history.html
From what I remember also the Bind library is used ...
What I want to say is that the new libraries are almost always improved.

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Thu Apr 05, 2012 10:01 am
by Chem456
In fact Qt 4.8.1 is already available too. To summarize:

libtorrent: 0.15.11
Qt: 4.8.1
Boost: 1.49.0
OpenSSL: 0.9.8u or 1.0.1 (not sure if 1.0.1 is compatible with qBittorrent but if it is I see no reason to stay to 0.9.8u but make sure you compile it yourself since by default OpenSSL is compiled with /MD and the Windows builds out there are built with MSVC 2008 which means they require that runtime too. But if you build it yourself they will require the MSVC 2010 runtime dlls which are already included)
Inno Setup: 5.4.3

And don't forget to get your installer script in the git repository. :)

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Thu Apr 05, 2012 1:45 pm
by fszymanski
The last stable version of libtorrent is 0.15.10 and if I'm not mistaken next will be 0.16.0.
OpenSSL >= 1.0.0 supported (I think for qBittorrent ver. 2.9.7 needed)
The rest is 100% correct @Chem456.

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Thu Apr 05, 2012 6:34 pm
by mkdib
Hello all,
10x for your reactivity.
It is a good idea  to put the installer script in the git repository. I will do it soon.

KR

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Mon Apr 09, 2012 11:24 am
by soul18reaver
hello all,
It is just for me or this version doesn't move the files by there label anymore?(the option is checked in downloads)

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Mon Apr 09, 2012 5:16 pm
by Tomaso
[quote="soul18reaver"]
hello all,
It is just for me or this version doesn't move the files by there label anymore?(the option is checked in downloads)
[/quote]
This is probably the explanation you're looking for:
https://bugs.launchpad.net/qbittorrent/+bug/689201

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Tue Apr 10, 2012 9:25 am
by soul18reaver
[quote="Tomaso"]
[quote="soul18reaver"]
hello all,
It is just for me or this version doesn't move the files by there label anymore?(the option is checked in downloads)
[/quote]
This is probably the explanation you're looking for:
https://bugs.launchpad.net/qbittorrent/+bug/689201
[/quote]
my mistake for not explaining the problem clear enough.
I was referring to the option in Downloads "append the label of the torrent to the save path", in 2.9.5 this option worked great saving the torrents in subfolders according to their label, but for 2.9.7 this doesn't work anymore. I wanted to know if this is occurring  just for me or i should submit it as a bug

Re: [OFFICIAL] qBittorrent 2.9.7 installer

Posted: Tue Apr 10, 2012 10:01 am
by Tomaso
[quote="soul18reaver"]my mistake for not explaining the problem clear enough.
I was referring to the option in Downloads "append the label of the torrent to the save path", in 2.9.5 this option worked great saving the torrents in subfolders according to their label, but for 2.9.7 this doesn't work anymore.
I wanted to know if this is occurring  just for me or i should submit it as a bug[/quote]

That's exactly what I thought you ment.
Your problem is directly related to the issue described at the link I posted.
It only affects magnet links, right?..
Like Dumez pointed out; magnet links are "missing important information (in particular, the torrent root folder name".
As you can see, a possible solution has been discussed.
It won't do any harm if you submit a new bug report specific to the "Append label" function though..