Page 4 of 5

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Sun Jan 06, 2019 9:19 pm
by sledgehammer_999

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Mon Jan 07, 2019 4:31 am
by Switeck
With so many changes going from v4.1.5 and (tentative) v4.1.6 ...why not jump to calling the newer version v4.2.0 beta instead?

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Tue Jan 08, 2019 11:50 pm
by Ryrynz
Is any dev able to make commits or fork Remote Torrent Adder over on Github and add support for 4.1.5? Thanks.
Potentially even just stripping the rest of the code and having an official remote adder for QBT would be nice.

[quote="Switeck"]
With so many changes going from v4.1.5 and (tentative) v4.1.6 ...why not jump to calling the newer version v4.2.0 beta instead?
[/quote]

That's exactly what they're doing.. They're keeping 4.1.x as a "stable" release.

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Tue Jan 15, 2019 4:31 pm
by melitant
Why does program version 4.1.5 consume a lot of RAM?  :o https://drive.google.com/open?id=1ZWnlEEXsf8GFzI0FQS5JODI_oz3rrepk

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Fri Jan 18, 2019 6:14 pm
by Rootax
Any of you have compiled qbittorrent under msvc with openssl 1.1.0 or 1.1.1 ? The tutorials are for 1.0.2, and 1.1.x seems to change the process of building it, and the lib names...

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Sun Jan 20, 2019 8:14 pm
by sledgehammer_999
[quote="Rootax"]
Any of you have compiled qbittorrent under msvc with openssl 1.1.0 or 1.1.1 ? The tutorials are for 1.0.2, and 1.1.x seems to change the process of building it, and the lib names...
[/quote]

Code: Select all

===openssl 1.1.x===
1. perl Configure VC-WIN64A no-shared zlib no-zlib-dynamic threads --release --openssldir=C:\openssl --prefix=G:\QBITTORRENT\install_msvc64\base -IG:\QBITTORRENT\install_msvc64\base\include -LG:\QBITTORRENT\install_msvc64\base\lib --with-zlib-lib=G:\QBITTORRENT\install_msvc64\base\lib\zlib.lib
3. CFLAGS(end): -O1 -GL -MT /guard:cf
5. LFLAGS=/NOLOGO /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /LTCG /OPT:REF /OPT:ICF=5 /MANIFEST:EMBED /INCREMENTAL:NO /guard:cf /NODEFAULTLIB:MSVCRT

==qt5==
at the end of configure
OPENSSL_LIBS="-llibssl -llibcrypto"
But I encountered crashes with latest Qt5 so I stayed in the 1.0.x series.

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Sat Jan 26, 2019 11:46 am
by Rootax
[quote="sledgehammer_999"]
[quote="Rootax"]
Any of you have compiled qbittorrent under msvc with openssl 1.1.0 or 1.1.1 ? The tutorials are for 1.0.2, and 1.1.x seems to change the process of building it, and the lib names...
[/quote]

Code: Select all

===openssl 1.1.x===
1. perl Configure VC-WIN64A no-shared zlib no-zlib-dynamic threads --release --openssldir=C:\openssl --prefix=G:\QBITTORRENT\install_msvc64\base -IG:\QBITTORRENT\install_msvc64\base\include -LG:\QBITTORRENT\install_msvc64\base\lib --with-zlib-lib=G:\QBITTORRENT\install_msvc64\base\lib\zlib.lib
3. CFLAGS(end): -O1 -GL -MT /guard:cf
5. LFLAGS=/NOLOGO /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /LTCG /OPT:REF /OPT:ICF=5 /MANIFEST:EMBED /INCREMENTAL:NO /guard:cf /NODEFAULTLIB:MSVCRT

==qt5==
at the end of configure
OPENSSL_LIBS="-llibssl -llibcrypto"
But I encountered crashes with latest Qt5 so I stayed in the 1.0.x series.
[/quote]

Thx for help. Sucks about Qt5 :/

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Thu Feb 21, 2019 6:07 am
by Ryrynz
Sledge could I bring your attention to this issue I created please? Really helps with usability for people seeding thousands of torrents. Thanks.

https://github.com/qbittorrent/qBittorrent/issues/9849

Re: [official]qBittorrent 4.1.5 installer - Built with MSVC 2017

Posted: Sun May 05, 2019 11:33 pm
by sledgehammer_999
Here is qBittorrent 4.1.6 built with MSVC 2017.

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

Libraries's version used:
Libtorrent: 1.1.13
Qt: 5.6.3 (32-bit) / 5.12.2 (64-bit)
Boost: 1.70.0

Re: [official]qBittorrent 4.1.6 installer - Built with MSVC 2017

Posted: Mon May 06, 2019 7:54 am
by sccy
I have just upgraded to 4.1.6 today, and it becomes unusable.
After I have opened it, do nothing and wait for about 10-20 sec, it crashes.
Basically, it just doesn't work anymore. Please help.  :'(

I am using Win 10 by the way.

Just wondering if there are any differences in the options? Like memory to be allocated, pre-allocated disk-space etc... May be I can switch the options back to how it was like in previous versions so that it can become back to normal again? I mean in previous versions, I experienced crashes once a while. But the latest version - 4.1.6 just crashes like 10 seconds after starting... I have tried stopping all torrents once application has started, but that doesn't seem to be the solution.  :(

Re: [official]qBittorrent 4.1.6 installer - Built with MSVC 2017

Posted: Mon May 06, 2019 11:57 am
by Peter
[quote="sccy"]
...
[/quote]

Super weird, it works superb on my machine... (34 torrents loaded, but just yesterday had 200+ for test on 4.1.5, and upgraded to 4.1.6 without issue.)

Re: [official]qBittorrent 4.1.6 installer - Built with MSVC 2017

Posted: Mon May 06, 2019 12:18 pm
by sccy
[quote="Peter"]
[quote="sccy"]
...
[/quote]

Super weird, it works superb on my machine... (34 torrents loaded, but just yesterday had 200+ for test on 4.1.5, and upgraded to 4.1.6 without issue.)
[/quote]

I just let the application starts and I wait. I have basically stopped all torrents and just watched the memory usage of the application. Within the first 10 seconds, memory usage seems to climb up very quickly... I don't know what it is... but I would have thought the application shouldn't be doing anything heavy if no torrents are active.

Re: [official]qBittorrent 4.1.6 installer - Built with MSVC 2017

Posted: Mon May 06, 2019 12:19 pm
by Ryrynz
Yeah no problems here either. If you reinstall 4.1.5 does it work? What's very quickly exactly?

Re: [official]qBittorrent 4.1.6 installer - Built with MSVC 2017

Posted: Mon May 06, 2019 12:39 pm
by sccy
I see it goes beyond 3GB of memory then it crashes. Or is that normal? Even without any active torrents?

I actually thought about downgrading and try again, but I couldn't find the installer for the old version :P Must have deleted it... haha

Re: [official]qBittorrent 4.1.6 installer - Built with MSVC 2017

Posted: Mon May 06, 2019 4:07 pm
by artiface
Another Windows 10 fail here.    Got the message that an update was available and updated to 4.1.6, because my 4.1.5 has occasional crashes. 
The  4.1.6 will not fully start, the form loads and then get a crash message. 

Reinstalled 4.1.5 and it is working like before. 

I do have a lot of torrents, a little over 2500.