The problem
When reaching the C++ runtimes installation step, the installer tries to connect somewhere, then fails with download failed: SendRequest Error
Environment
OS: Windows 7 x64 (6.1.7601 Service Pack 1 Build 7601)
Installer: Mod Organizer 2 (Installer Version)-6194-2-1-3.exe
MSVC:
Visual C++ 2005 Redistributable 8.0.59193
Visual C++ 2005 Redistributable (x64) 8.0.59192
Visual C++ 2008 Redistributable — x64 9.0.21022
Visual C++ 2008 Redistributable — x64 9.0.30729.6161
Visual C++ 2008 Redistributable — x86 9.0.21022
Visual C++ 2008 Redistributable — x86 9.0.30729.6161
Visual C++ 2010 x64 Redistributable — 10.0.40219
Visual C++ 2010 x86 Redistributable — 10.0.40219
Visual C++ 2012 Redistributable (x64) — 11.0.61030
Visual C++ 2012 Redistributable (x86) — 11.0.61030
Visual C++ 2013 Redistributable (x64) — 12.0.30501
Visual C++ 2017 Redistributable (x64) — 14.11.25325
Visual C++ 2017 Redistributable (x86) — 14.14.26405
Details
Full installer logs:
Extract: ModOrganizer.exe
Extract: helper.exe
Extract: usvfs_x64.dll
Extract: usvfs_x86.dll
Extract: usvfs_proxy_x86.exe
Extract: usvfs_proxy_x64.exe
Extract: nxmhandler.exe
Extract: uibase.dll
Extract: QtWebEngineProcess.exe
Extract: libeay32.dll
Extract: ssleay32.dll
Extract: boost_python27-vc141-mt-x64-1_67.dll
Output folder: C:Program FilesModOrganizerloot
Extract: lootcli.exe
Extract: loot_api.dll
Output folder: C:Program FilesModOrganizerplugins
Extract: installer_bundle.dll
Extract: diagnose_basic.dll
Extract: bsa_extractor.dll
Extract: inibakery.dll
Create folder: C:Program FilesModOrganizerlogs
Output folder: C:Program FilesModOrganizerlicenses
Extract: 7zip.txt
Extract: AntlrBuildTask.txt
Extract: Castle.txt
Extract: DXTex.txt
Extract: GNU-LGPL-v2.1.txt
Extract: GPL-v2.0.txt
Extract: GPL-v3.0.txt
Extract: LGPL-v3.0.txt
Extract: boost.txt
Extract: cpptoml.txt
Extract: fmt.txt
Extract: openssl.txt
Extract: python.txt
Extract: sip.txt
Extract: spdlog.txt
Extract: udis86.txt
Output folder: C:Program FilesModOrganizerplatforms
Extract: qwindows.dll
Output folder: C:Program FilesModOrganizerQtQuick.2
Extract: qtquick2plugin.dll
Extract: qmldir
Extract: plugins.qmltypes
Output folder: C:Program FilesModOrganizerDLLs
Extract: 7z.dll
Extract: archive.dll
Extract: libeay32.dll
Extract: ssleay32.dll
Extract: liblz4.dll
Output folder: C:Program FilesModOrganizerresources
Extract: icudtl.dat
Extract: qtwebengine_devtools_resources.pak
Extract: qtwebengine_resources.pak
Extract: qtwebengine_resources_100p.pak
Extract: qtwebengine_resources_200p.pak
Output folder: C:Program FilesModOrganizerstyles
Extract: qwindowsvistastyle.dll
download failed: SendRequest Error
Ever since sPortable replaced the Skype branding i have never been able to install it. Now i need to do something about it because my skype portable 7.32 has completely stopped connecting for some reason. I can’t even get to enter my details, only a «Sorry, we couldn’t connect to skype» error and my only access at the moment is the web based version
I have IE8 installed with all patches/updates on XP. I can download the skype installer in IE and other browsers without a problem. It is only the portableapps installer that won’t download it
I looked at a whole bunch of different sPortable installation error threads and noticed you can download the installer manually and place it in your sPortable install folder and it can install it directly from the msi file. Another thread says to rename the msi to exe but that doesn’t work anymore so keep it as msi
First thing to note is i am in Australia and found that the setup file that you download depends on your geo-location. I got 2 versions to test and play with. Here is what i did for the US version which i grabbed using TOR
D:sPortable v7.39.0.102sPortable_7.39.0.102_online.paf
D:sPortable v7.39.0.102SkypeSetup_7.39.0.102.msi <—- this came from http://download.skype.com/msi/SkypeSetup_7.39.0.102.msi
The msi file above is the US version at 43.3MB / 44,404KB / 45,469,696 bytes with CRC32 of B8AC61FF
It installs fine but i get an error trying to run it: «The procedure entry point CancelMibChangeNotify2 could not be located in the dynamic link library IPHLPAPI.DLL
If i download the setup file using my local connection and the link i have always used i get this file…
SkypeSetup.msi <—- this came from http://www.skype.com/go/getskype-msi
45.1MB / 46,252KB / 47,362,048 bytes with CRC32 of 238A8E18
But my local version does not install when putting it in the sPortable folder. I still get the same error most people get, that pesky SendRequest error. It seems to me that the PA installer can’t install my local version for some reason. So here i am stuck without a proper skype because of the flaky installation files and whatever else micro$oft does behind the scenes to force updates
edit: I forgot to note that i also tried changing my local version SkypeSetup.msi to the US name SkypeSetup_7.39.0.102.msi but that didn’t work. It’s something to do with the different msi installer
I am using inetc plugin of NSIS. And I am trying to call one URL which uses HTTPS protocol. The URL gives me SendRequest error.
As posted this seems to be solution
But I’m unsure how to set the flags as told by @Anders
Anyone has any pointers regarding this?
Thanks in advance,
Regards,
— Ganesh
asked Nov 12, 2014 at 9:21
Ganesh SatputeGanesh Satpute
3,6176 gold badges40 silver badges74 bronze badges
3
INetC uses the SECURITY_FLAG_IGNORE_UNKNOWN_CA
and SECURITY_FLAG_IGNORE_REVOCATION
WinINet flags but it does not use SECURITY_FLAG_IGNORE_CERT_DATE_INVALID
nor SECURITY_FLAG_IGNORE_CERT_CN_INVALID
. Like I suggested in the other answer, you should ask the author of this plugin to add a /nosecurity flag if you believe you need these flags or just use plain HTTP.
answered Nov 12, 2014 at 18:17
The problem
When reaching the C++ runtimes installation step, the installer tries to connect somewhere, then fails with download failed: SendRequest Error
Environment
OS: Windows 7 x64 (6.1.7601 Service Pack 1 Build 7601)
Installer: Mod Organizer 2 (Installer Version)-6194-2-1-3.exe
MSVC:
Visual C++ 2005 Redistributable 8.0.59193
Visual C++ 2005 Redistributable (x64) 8.0.59192
Visual C++ 2008 Redistributable — x64 9.0.21022
Visual C++ 2008 Redistributable — x64 9.0.30729.6161
Visual C++ 2008 Redistributable — x86 9.0.21022
Visual C++ 2008 Redistributable — x86 9.0.30729.6161
Visual C++ 2010 x64 Redistributable — 10.0.40219
Visual C++ 2010 x86 Redistributable — 10.0.40219
Visual C++ 2012 Redistributable (x64) — 11.0.61030
Visual C++ 2012 Redistributable (x86) — 11.0.61030
Visual C++ 2013 Redistributable (x64) — 12.0.30501
Visual C++ 2017 Redistributable (x64) — 14.11.25325
Visual C++ 2017 Redistributable (x86) — 14.14.26405
Details
Full installer logs:
Extract: ModOrganizer.exe
Extract: helper.exe
Extract: usvfs_x64.dll
Extract: usvfs_x86.dll
Extract: usvfs_proxy_x86.exe
Extract: usvfs_proxy_x64.exe
Extract: nxmhandler.exe
Extract: uibase.dll
Extract: QtWebEngineProcess.exe
Extract: libeay32.dll
Extract: ssleay32.dll
Extract: boost_python27-vc141-mt-x64-1_67.dll
Output folder: C:Program FilesModOrganizerloot
Extract: lootcli.exe
Extract: loot_api.dll
Output folder: C:Program FilesModOrganizerplugins
Extract: installer_bundle.dll
Extract: diagnose_basic.dll
Extract: bsa_extractor.dll
Extract: inibakery.dll
Create folder: C:Program FilesModOrganizerlogs
Output folder: C:Program FilesModOrganizerlicenses
Extract: 7zip.txt
Extract: AntlrBuildTask.txt
Extract: Castle.txt
Extract: DXTex.txt
Extract: GNU-LGPL-v2.1.txt
Extract: GPL-v2.0.txt
Extract: GPL-v3.0.txt
Extract: LGPL-v3.0.txt
Extract: boost.txt
Extract: cpptoml.txt
Extract: fmt.txt
Extract: openssl.txt
Extract: python.txt
Extract: sip.txt
Extract: spdlog.txt
Extract: udis86.txt
Output folder: C:Program FilesModOrganizerplatforms
Extract: qwindows.dll
Output folder: C:Program FilesModOrganizerQtQuick.2
Extract: qtquick2plugin.dll
Extract: qmldir
Extract: plugins.qmltypes
Output folder: C:Program FilesModOrganizerDLLs
Extract: 7z.dll
Extract: archive.dll
Extract: libeay32.dll
Extract: ssleay32.dll
Extract: liblz4.dll
Output folder: C:Program FilesModOrganizerresources
Extract: icudtl.dat
Extract: qtwebengine_devtools_resources.pak
Extract: qtwebengine_resources.pak
Extract: qtwebengine_resources_100p.pak
Extract: qtwebengine_resources_200p.pak
Output folder: C:Program FilesModOrganizerstyles
Extract: qwindowsvistastyle.dll
download failed: SendRequest Error
I encountered this problem when installing Unity3D:
Unity Download Assistant Error: ‘SendRequest Error’ while downloading ini file from http://files.unity3d.com/bootstrapper/…
(At this time, I did not install the latest version on the official website. The official website was updated to 3.8. I copied the version 3.7 directly from my classmates. I did not expect this to be a pit…)According to the prompt I turned off the firewall useless or this error;
Later, I thought it was a problem with antivirus software, and it was useless to remove 360.
It is found that a small number of people in the Unity3D community have encountered this problem. The solution is:
I open the exe on Compatibility Mode , it’s solved. You can try. 😃
Open under window8 compatibility, the specific method is:
Right-click to open the properties, then check «Run this program in compatibility mode» under «Compatibility», then select «windows8»:
Although many people have successfully solved the problem in this way, mine is still not good, originally planned to copy ini files from classmates.
Later when I found a solution on the official website again, I found that I was not the latest version, so I downloaded the latest version 3.8
Reinstall the latest versionJust fine 😦
Thanks to @JohnJamesLiu for mentioning a method in the comment:
Reset your IE browser
Step: Control Panel-Network and Internet-Internet Options-Advanced-Reset-Delete Personal Configuration Tick-Reset
You can give it a try, if you can solve it, leave me a comment