Page 17 of 22

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Wed Apr 06, 2016 10:00 pm
by resnok
[quote="RavenousSix"]
Getting this weird error with 3.3.4 64 bit, have to go back to 3.3.3 for now because of it.
[/quote]I'm getting the same error.

EDIT: I fixed it by installing both the x64 and x86 versions of Visual C++ Redistributable for Visual Studio 2015 found here: https://www.microsoft.com/en-us/downloa ... x?id=48145

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Mon Apr 11, 2016 8:28 pm
by RavenousSix
[quote="resnok"]
[quote="RavenousSix"]
Getting this weird error with 3.3.4 64 bit, have to go back to 3.3.3 for now because of it.
[/quote]I'm getting the same error.

EDIT: I fixed it by installing both the x64 and x86 versions of Visual C++ Redistributable for Visual Studio 2015 found here: https://www.microsoft.com/en-us/downloa ... x?id=48145
[/quote]

Nice! I will try to install those as well and see if it fixes it.

EDIT: My issue is resolved now. I uninstalled MS VC Redist 2015 x86/x64 and re-installed and now I am able to run qB v 3.3.4.

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Mon Apr 11, 2016 8:36 pm
by KitKat
Just a question, what are the advantages of the 64bit build of qbittorent over the 32bit build?
Wouldnt the 64bit build be slower due to a larger instruction size?
Wouldnt it also consume more memory by default?
Libtorrent is single threaded so i dont see how it could improve performance all that much.

Am i missing something key/overlooking a feature?

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Wed May 04, 2016 11:41 am
by Papanikles
You can use more cache on x64 version. Is the main adavantage. In x86 version you're limited to 1-1.5GB.

Personally I think should exist a official x64 version.

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sun May 15, 2016 3:06 pm
by xtemp09
When will qBt 3.3.5/3.4.0 x64 be released?

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sat Jul 02, 2016 8:12 pm
by Dayman
Finally got time to upload 3.3.5, enjoy!

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sat Jul 02, 2016 8:14 pm
by BabaBooey
Many thanks!

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sat Jul 02, 2016 8:36 pm
by Nemo
Thanks alot Dayman.

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sat Jul 02, 2016 10:03 pm
by ariefpizzuti
Does the 64 bit build work on Windows 10 ?

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sat Jul 02, 2016 10:11 pm
by BabaBooey
Yes, of course.

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sat Jul 02, 2016 11:00 pm
by ariefpizzuti
Thanks for the info .appreciate it  :)

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Sun Jul 03, 2016 2:57 pm
by ruud_nl
[quote="Dayman"]
Finally got time to upload 3.3.5, enjoy!
[/quote]

Thanks Dayman.

Re: Unofficial 64-bit installer/archive 3.3.x

Posted: Wed Jul 06, 2016 5:20 am
by Henry63
Came home to find qBittorrent not running and this in my event log

Faulting application name: qbittorrent.exe, version: 3.3.5.0, time stamp: 0x5778185b
Faulting module name: ntdll.dll, version: 10.0.10586.306, time stamp: 0x571af2eb
Exception code: 0xc0000374
Fault offset: 0x00000000000ee6fc
Faulting process id: 0x16f9c
Faulting application start time: 0x01d1d6b8d6ab5929
Faulting application path: C:\Program Files\qBittorrent (x64 Edition)\qbittorrent.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

SFC /scannow  showed no issues. This is the first time I've seen any program crash since I built my computer 1.5 years ago. I hope I don't have any memory issues.

Re: Unofficial 64-bit installer/archive 3.3.x

Posted: Wed Jul 06, 2016 5:24 am
by b9AcE
[quote="Henry63"]
Came home to find qBittorrent not running and this in my event log

Faulting application name: qbittorrent.exe, version: 3.3.5.0, time stamp: 0x5778185b
Faulting module name: ntdll.dll, version: 10.0.10586.306, time stamp: 0x571af2eb
Exception code: 0xc0000374
Fault offset: 0x00000000000ee6fc
Faulting process id: 0x16f9c
Faulting application start time: 0x01d1d6b8d6ab5929
Faulting application path: C:\Program Files\qBittorrent (x64 Edition)\qbittorrent.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

SFC /scannow  showed no issues. This is the first time I've seen any program crash since I built my computer 1.5 years ago. I hope I don't have any memory issues.
[/quote]
May be that you're affected by this bug: https://github.com/qbittorrent/qBittorr ... -230362912
Don't think whatever fix was applied to the official 32 bit version by sledgehammer999 there is included in the 64 bit version released by Dayman... but I could be wrong.

Re: Unofficial 64-bit installer/archive 3.2.x

Posted: Wed Jul 06, 2016 1:33 pm
by sd26
[quote="Dayman"]
Finally got time to upload 3.3.5, enjoy!
[/quote]

Dayman

3.3.5 introduced an error "run external program command too long (length > 260), execution failed." which is fixed by "Fix external program command too long error in Windows #5408" (https://github.com/qbittorrent/qBittorrent/pull/5408).

Any chance of updating the installer or do I just wait for the next release?

Thanks

sd26