[official]qBittorrent 3.3.16 installer - Built with MSVC 2017
Re: [official]qBittorrent 3.3.11 installer - Built with MSVC 2015
There is no more old versions for d/l at fosshub.com
Sourceforge.net still have the old versions, but u might want to consider finding a new host for backup.
Sourceforge.net still have the old versions, but u might want to consider finding a new host for backup.
Last edited by tekko on Sun Mar 26, 2017 4:13 pm, edited 1 time in total.
Re: [official]qBittorrent 3.3.11 installer - Built with MSVC 2015
The builds website could hold quite some older versions if needed...
(Though it's rarely needed to downgrade.)
(Though it's rarely needed to downgrade.)
-
- Administrator
- Posts: 2432
- Joined: Sun Jan 23, 2011 1:17 pm
Re: [official]qBittorrent 3.3.11 installer - Built with MSVC 2015
Here is qBittorrent 3.3.12 built with MSVC 2015.
3.3.12 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php
Libraries's version used:
Libtorrent: 1.0.11+gitbda4fd60c4c7
Qt: 5.7.1 (32-bit / 5.8.0 (64-bit)
Boost: 1.63.0
3.3.12 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php
Libraries's version used:
Libtorrent: 1.0.11+gitbda4fd60c4c7
Qt: 5.7.1 (32-bit / 5.8.0 (64-bit)
Boost: 1.63.0
Re: [official]qBittorrent 3.3.11 installer - Built with MSVC 2015
[quote="sledgehammer_999"]
Libtorrent: 1.0.11+gitbda4fd60c4c7[/quote]
Will 3.4 come with the latest 1.1.3 version of libtorrent released 4 days ago?
https://github.com/arvidn/libtorrent/re ... rent-1_1_3
Libtorrent: 1.0.11+gitbda4fd60c4c7[/quote]
Will 3.4 come with the latest 1.1.3 version of libtorrent released 4 days ago?
https://github.com/arvidn/libtorrent/re ... rent-1_1_3
-
- Administrator
- Posts: 2432
- Joined: Sun Jan 23, 2011 1:17 pm
Re: [official]qBittorrent 3.3.11 installer - Built with MSVC 2015
[quote="Calidude"]
[quote="sledgehammer_999"]
Libtorrent: 1.0.11+gitbda4fd60c4c7[/quote]
Will 3.4 come with the latest 1.1.3 version of libtorrent released 4 days ago?
https://github.com/arvidn/libtorrent/re ... rent-1_1_3
[/quote]
Probably yes.
I am still seeing constantly increasing RAM usage compared to 1.0.x series during downloads. But noone else seems to be able to reproduce it. So I am not gonna postpone it just for me.
[quote="sledgehammer_999"]
Libtorrent: 1.0.11+gitbda4fd60c4c7[/quote]
Will 3.4 come with the latest 1.1.3 version of libtorrent released 4 days ago?
https://github.com/arvidn/libtorrent/re ... rent-1_1_3
[/quote]
Probably yes.
I am still seeing constantly increasing RAM usage compared to 1.0.x series during downloads. But noone else seems to be able to reproduce it. So I am not gonna postpone it just for me.
Re: [official]qBittorrent 3.3.12 installer - Built with MSVC 2015
qBT still triggering crashes at high speeds, possibly due to cache size too large:
https://github.com/qbittorrent/qBittorrent/issues/6594
Any chance of increasing cache duration from 600 seconds (10 minutes) to 30000 seconds (8.333 hours)? (Deluge supports 32000 seconds)
https://github.com/qbittorrent/qBittorrent/issues/6594
Any chance of increasing cache duration from 600 seconds (10 minutes) to 30000 seconds (8.333 hours)? (Deluge supports 32000 seconds)
Re: [official]qBittorrent 3.3.12 installer - Built with MSVC 2015
What is the 2 consecutive local loopback connections used by qBT doing?
I see there's a tiny amount of traffic on them when qBT is running and when I break those connections using TCP view for Windows...qBT instantly starts using an entire cpu (virtual) core, so 25-27% cpu usage.
I have to close qBT to get it to quit using a lot of cpu after that happens, stopping ALL torrents does not help.
Since the problem also occurs with Deluge, this is almost certainly to blame:
Too many listening sockets with default settings https://github.com/arvidn/libtorrent/issues/2020
I see there's a tiny amount of traffic on them when qBT is running and when I break those connections using TCP view for Windows...qBT instantly starts using an entire cpu (virtual) core, so 25-27% cpu usage.
I have to close qBT to get it to quit using a lot of cpu after that happens, stopping ALL torrents does not help.
Since the problem also occurs with Deluge, this is almost certainly to blame:
Too many listening sockets with default settings https://github.com/arvidn/libtorrent/issues/2020
Last edited by Switeck on Sun May 28, 2017 12:37 am, edited 1 time in total.
-
- Administrator
- Posts: 2432
- Joined: Sun Jan 23, 2011 1:17 pm
Re: [official]qBittorrent 3.3.12 installer - Built with MSVC 2015
Here is qBittorrent 3.3.13 built with MSVC 2015.
3.3.13 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php
Libraries's version used:
Libtorrent: 1.0.11+gitbda4fd60c4c7
Qt: 5.7.1 (32-bit / 5.8.0 (64-bit)
Boost: 1.63.0
Before anyone asks: It was on purpose that I didn't update Qt and boost. It would take much more time to make a release. And their new versions is questionable if they fix some for our use cases.
3.3.13 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php
Libraries's version used:
Libtorrent: 1.0.11+gitbda4fd60c4c7
Qt: 5.7.1 (32-bit / 5.8.0 (64-bit)
Boost: 1.63.0
Before anyone asks: It was on purpose that I didn't update Qt and boost. It would take much more time to make a release. And their new versions is questionable if they fix some for our use cases.
Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
Thanks alot sledge and all the other devs.
Can't wait for v3.4.0 with all the updates and changes listed at Github.
Can't wait for v3.4.0 with all the updates and changes listed at Github.
Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
Can't wait for this bug to be fixed:
https://github.com/qbittorrent/qBittorrent/issues/5483/
I'm still using v3.3.4 because of it.
After years and years with various issues, we finally had a nice and stable torrent management system in qBittorrent.
I just don't get why it was replaced with a new and buggy one, which hardly anyone cares about!
https://github.com/qbittorrent/qBittorrent/issues/5483/
I'm still using v3.3.4 because of it.
After years and years with various issues, we finally had a nice and stable torrent management system in qBittorrent.
I just don't get why it was replaced with a new and buggy one, which hardly anyone cares about!
Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
3.4 have any enhancements to the UI? If so I might finally switch over.
Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
[quote="Ryrynz"]
3.4 have any enhancements to the UI? If so I might finally switch over.
[/quote]
99% yes
.
3.4 have any enhancements to the UI? If so I might finally switch over.
[/quote]
99% yes

Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
Rynrynz,
You can try Dayman's build right here with the new icons implented:
https://github.com/Gelmir/qBittorrent/releases
UI Issue page, it has been merged to the master already:
https://github.com/qbittorrent/qBittorrent/pull/4253
My guess is that it comes with v3.4.0 release.
You can try Dayman's build right here with the new icons implented:
https://github.com/Gelmir/qBittorrent/releases
UI Issue page, it has been merged to the master already:
https://github.com/qbittorrent/qBittorrent/pull/4253
My guess is that it comes with v3.4.0 release.
Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
Still not as clean as uTorrent but hey it's an improvement. Takes about ten years off Qbittorrents appearance and was massively overdue.
Some quick feedback after a cursory browsing.
Would really like to see the status icons lose their colored boxes, the error and warning icons also could use updating.
Don't really like the delete icon being red either, keep it all blue IMO.
Not a fan of colored text in the torrent area this is outdated style wise, any option to disable this from happening? Status gives me all the info I need.
Some quick feedback after a cursory browsing.
Would really like to see the status icons lose their colored boxes, the error and warning icons also could use updating.
Don't really like the delete icon being red either, keep it all blue IMO.
Not a fan of colored text in the torrent area this is outdated style wise, any option to disable this from happening? Status gives me all the info I need.
Re: [official]qBittorrent 3.3.13 installer - Built with MSVC 2015
I know exactly what you mean, everyone has different tastes but I think that it goes into the category ''you can't please everyone'' I guess
.
Lets wait and see how its going to look in the final version.

Lets wait and see how its going to look in the final version.