[official]qBittorrent 3.3.16 installer - Built with MSVC 2017

Testing the freshly baked, latest builds!
Post Reply
b9AcE

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by b9AcE »

I thought so but didn't want to presume to tell you which version you had just released. ;-D

Thanks a lot!
User avatar
Nemo
Administrator
Administrator
Posts: 1730
Joined: Sat Jul 24, 2010 6:24 pm

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by Nemo »

And there it is :).

Thanks sledge, nice to see you again.
Switeck

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by Switeck »

qBT often maps to the wrong ports at startup...using whatever ephemeral port happens to be next-in-line. I had selected port 65509...so why is qBT trying to use/using port 14672?

10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/14672
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/14672
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/65509
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP_SSL/4433
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/65509
10/10/2016 1:31:40 PM - qBittorrent is trying to listen on any interface port: 65509
10/10/2016 1:31:40 PM - qBittorrent v3.3.7 started
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by sledgehammer_999 »

[quote="Switeck"]
qBT often maps to the wrong ports at startup...using whatever ephemeral port happens to be next-in-line. I had selected port 65509...so why is qBT trying to use/using port 14672?

10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/14672
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/14672
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/65509
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP_SSL/4433
10/10/2016 1:31:41 PM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/65509
10/10/2016 1:31:40 PM - qBittorrent is trying to listen on any interface port: 65509
10/10/2016 1:31:40 PM - qBittorrent v3.3.7 started
[/quote]

That's weird. Are you using my build?
I did a string search for "14672" in the qbt code and nothing came up.
Can you open qbittorrent.ini and search for that number? Maybe it is a leftover setting.
Switeck

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by Switeck »

Yes, I used the build you linked to here:
index.php/topic,3982.msg23376.html#msg23376

It's a "random" ephemeral port, whichever windows says is next available:
10/18/2016 1:52:54 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/17566
10/18/2016 1:52:54 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/17566
10/18/2016 1:52:54 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/65509
10/18/2016 1:52:54 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP_SSL/4433
10/18/2016 1:52:54 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/65509
10/18/2016 1:52:53 AM - qBittorrent is trying to listen on any interface port: 65509

another try:
10/18/2016 2:11:18 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/17708
10/18/2016 2:11:18 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/17708
... (same as before, the other 3 -- UDP/65509 + TCP_SSL/4433 + TCP/65509)
10/18/2016 2:11:17 AM - qBittorrent is trying to listen on any interface port: 65509

another try:
10/18/2016 2:15:07 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/17727
10/18/2016 2:15:07 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/17727
...
10/18/2016 2:15:06 AM - qBittorrent is trying to listen on any interface port: 65509

another try:
10/18/2016 2:16:48 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: UDP/17744
10/18/2016 2:16:48 AM - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/17744
...
10/18/2016 2:16:47 AM - qBittorrent is trying to listen on any interface port: 65509

Notice the port keeps increasing? That's windows cycling through its ephemeral ports as I restart qBT.

TCP View is how I confirmed the port was being used by qBT and that it was whatever ephemeral port was next available.
qBT seems to be doing something for loopbacks on 127.0.0.1, as I see 2 of those as well as the listening port in TCP View.
Incidentally, the 2 connections on 127.0.0.1 seem to use ephemeral ports immediately before the Listening port that qBT mistakenly chooses.

qBT doesn't seem to do this every time, and I can't yet tell you how to repeat this...but if I had a guess, having all the Connections Limits disabled (under Options, Connection) along with disabling UPnP and disabling use different port on start may somehow be contributing factors.
I'd say currently I get the wrong listening port about 1 out of every 4 qBT launches.

I've even tested that qBT actually is listening on this port (instead of port 65509) using another BT client that I can "feed" torrents to qBT with, as I've demonstrated in my Extreme Speed Tests:
index.php/topic,3956.0.html

in qBittorrent.ini, there is this:
Connection\PortRangeMin=65509
...as I intended.
But no mention of any of the 17xxx ports it "randomly" choses sometimes.

Possibly related to this issue?:  https://github.com/qbittorrent/qBittorrent/issues/4617
Last edited by Switeck on Tue Oct 18, 2016 7:37 am, edited 1 time in total.
tekko

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by tekko »

I sometimes see that random port problem on qbt restarts. I don't think qbt is closing the port correctly somehow. It'll be back to normal after changing ports or system restarts.
Last edited by tekko on Fri Nov 18, 2016 11:07 pm, edited 1 time in total.
Papanikles

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by Papanikles »

Still fine compile this version with msvc 2013? I want compile x64 version for myself.
Last edited by Papanikles on Sat Nov 19, 2016 5:21 pm, edited 1 time in total.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [official]qBittorrent 3.3.7 installer - Built with MSVC 2015

Post by sledgehammer_999 »

Here is qBittorrent 3.3.8 built with MSVC 2015 express.

3.3.8 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php

Libraries's version used:
Libtorrent: 1.0.10+gita166c3f70921
Qt: 5.7.0
Boost: 1.62.0
Calidude

Re: [official]qBittorrent 3.3.8 installer - Built with MSVC 2015

Post by Calidude »

Will we ever get an official 64 bit version? Would be nice.
stihia

Re: [official]qBittorrent 3.3.8 installer - Built with MSVC 2015

Post by stihia »

[quote="Calidude"]
Will we ever get an official 64 bit version? Would be nice.
[/quote]

+1
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [official]qBittorrent 3.3.8 installer - Built with MSVC 2015

Post by sledgehammer_999 »

Here is qBittorrent 3.3.9 built with MSVC 2015 express.

3.3.9 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php

Libraries's version used:
Libtorrent: 1.0.10+gita166c3f70921
Qt: 5.7.0
Boost: 1.62.0
User avatar
Nemo
Administrator
Administrator
Posts: 1730
Joined: Sat Jul 24, 2010 6:24 pm

Re: [official]qBittorrent 3.3.9 installer - Built with MSVC 2015

Post by Nemo »

Thanks sledge.
Z3ddy

Re: [official]qBittorrent 3.3.8 installer - Built with MSVC 2015

Post by Z3ddy »

[quote="Calidude"]
Will we ever get an official 64 bit version? Would be nice.
[/quote]+1
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: [official]qBittorrent 3.3.10 installer - Built with MSVC 2015

Post by sledgehammer_999 »

Here is qBittorrent 3.3.10 built with MSVC 2015 express.

3.3.10 link-> http://www.fosshub.com/qBittorrent.html
Changelog: http://www.qbittorrent.org/news.php

Libraries's version used:
Libtorrent: 1.0.10+gita166c3f70921
Qt: 5.7.1
Boost: 1.62.0
Last edited by sledgehammer_999 on Sat Dec 17, 2016 7:57 pm, edited 1 time in total.
User avatar
Nemo
Administrator
Administrator
Posts: 1730
Joined: Sat Jul 24, 2010 6:24 pm

Re: [official]qBittorrent 3.3.10 installer - Built with MSVC 2015

Post by Nemo »

Thanks alot sledge.
However, you might experience increased memory usage due to this.
For some that has missed this important line at the News page; This is normal for x64 bit version.

Also, corrected the topic name to 3.3.10 instead 3.3.9.
Last edited by Nemo on Sat Dec 17, 2016 8:01 pm, edited 1 time in total.
Post Reply