Page 1 of 2

qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Mon Jan 30, 2012 10:43 pm
by mkdib
Dear all,
Here is qBittorrent 2.9.3 built with MSVC 2010 express :

    http://www.4shared.com/file/i4lIVey7/qb ... setup.html  (please see this topic : http://qbforums.shiki.hu/index.php?topic=663.0)


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

It would be very interresting to test this version and write your remarks on this topic.

hope u will enjoy it !

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Mon Jan 30, 2012 11:10 pm
by serious Sam
same problem as with the last one im afraid
Activation context generation failed for "C:\Program Files (x86)\qBittorrent\LIBEAY32.dll". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.

edit
fixed it my self
it seems your builds require visual studio 2008 redistributable package x86 to work

and by the way please upload your builds some where else next time so peaople wont have to wait 20 sec just to begin downloading

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 6:13 am
by ironcross
@mkdib, thanks a lot :) Works fine here - Win 7 Pro SP1 32bit.
Topic sticked.

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 6:38 pm
by Nemo
Thanks alot mkdib ;)! Installing and testing immediatly.

EDIT: Maybe ironcross or shiki can put this version to a direct link like v2.9.2 was? Works all good so far :).

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 10:43 pm
by fszymanski
@serious Sam - OpenSSL (LIBEAY32.DLL and SSLEAY32.DLL) depends on MSVCR90.DLL.
You can always use Dependency Walker to find the missing modules.
link -> http://www.dependencywalker.com/

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 10:47 pm
by serious Sam
[quote="fszymanski"]
@serious Sam - OpenSSL (LIBEAY32.DLL and SSLEAY32.DLL) depends on MSVCR90.DLL.
You can always use Dependency Walker to find the missing modules.
link -> http://www.dependencywalker.com/
[/quote]

ok thanks might come in hany in the future

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 10:48 pm
by serious Sam
direct link broken made a new one for you

http://filesmelt.com/dl/qbittorrent_2.9_.exe

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 10:54 pm
by serious Sam
getting input/output errors for most torrents while  running this build

am i missing something?

wait my other computer is missing the exact same files
is everyone missing does files?

Image

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Tue Jan 31, 2012 10:59 pm
by ironcross
@serious Sam, thanks for the direct link.
BTW there is a button Modify in the top right of your posts ;)

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Wed Feb 01, 2012 1:15 am
by loki
mkdib can you make a portable and static build?

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Wed Feb 01, 2012 9:37 am
by Chem456
@mkdib: just build OpenSSL yourself with /MT (or even /MD since you don't statically link qbittorrent itself). It's not that hard :)

Here is my OpenSSL v0.9.8t built with MSVC 2010 SP1, with /MD.

I wonder, is there any specific reason for not updating to the newer Boost and Qt? Well, apart from the trouble :P

I wish the qbitorrent.exe had some info shown in VersionInfo. Maybe someone could simply create a patch for that?

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Wed Feb 01, 2012 10:22 am
by skrech
Hi, the problem with the bigger than 4GB files still persists. ( I/O error same as with the fszymanski's build) Anyway, I read over at deluge forum that this is a libtorrent 0.15.9 bug.

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Wed Feb 01, 2012 11:55 am
by ironcross
Very strange. I have no such problem with the big files (7GB).

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Wed Feb 01, 2012 12:18 pm
by skrech
I definitely have it. Tried with two different torrents (HD Movies) from two different public trackers and get the 'incorrect parameter' error.

Re: qBittorrent 2.9.3 installer - Built with MSVC 2010

Posted: Wed Feb 01, 2012 6:47 pm
by Nemo
I had that too when I had v2.9.2 and then installed this new version without uninstalling the old one first. I was downloading a large file of 8gb, after resuming I had the I/O error immediatly. So I uninstalled the old version and also deleted my hidden folders (where your settings are and such) after that installed this one cleanly and now its fixed, no problems here after that. I had to download it from 0% again but luckely I just had started it in v2.9.2 :). Downloading and seeding without any problems now, ill see if the problem will occur again. If it's really a bug in libtorrent I hope it gets fixed as soon as possible.

@serious Sam: Your problems seems a bit weird to me, those things are normally included already in windows itself or are you using a smaller, ripped windows version perhaps? But you have fixed yourself thats good ;).