View unanswered posts | View active topics


Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
FD4 Installer: Download Cancelled (Flex SDK) 
Author Message
Member

Joined: Wed Jan 05, 2011 1:22 pm
Posts: 8
Post FD4 Installer: Download Cancelled (Flex SDK)
When installing FD4 Beta 1 or 2, during the Flex SDK update, I get the error 'Download Cancelled'.
I've tried this with my Antivirus software (Nod32) on or off, seems to make no difference.
This happens on all 3 of my computers; 1 Windows 7 machine and 2 Vista machines.
I have UAC disabled on all my machines (like any sane person).

It seems to be the unzipping part of the install process that causes the hiccup, perhaps a temp directory is being denied access by windows? Could the FD4 folder be used as a temp folder instead? Am I talking rubbish?

See also:
http://www.flashdevelop.org/community/viewtopic.php?f=6&t=7331&hilit=download+cancelled


Mon Aug 22, 2011 11:14 am
Profile
Admin

Joined: Tue Aug 30, 2005 6:14 pm
Posts: 2535
Location: Finland
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
What is the exact error message? Is it just "Download Cancelled"?


Mon Aug 22, 2011 12:45 pm
Profile WWW
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10735
Location: Paris, France
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Mika could it be a timeout or something in NSIS?


Mon Aug 22, 2011 1:30 pm
Profile WWW
Member

Joined: Wed Jan 05, 2011 1:22 pm
Posts: 8
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
It connects fine, shows me download progress and connection speed, then fails after finishing downloading the SDK.

Will try again tomorrow to get the exact error message.


Mon Aug 22, 2011 5:56 pm
Profile
Admin

Joined: Tue Aug 30, 2005 6:14 pm
Posts: 2535
Location: Finland
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Could you try the latest dev build to see if it works for you? I added a default timeout of 30secs for the downloader.


Tue Aug 23, 2011 8:40 pm
Profile WWW
Member

Joined: Tue Apr 29, 2008 3:41 pm
Posts: 8
Location: Ohio, USA
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
I too encounter issues with downloading the Flex and AIR SDKs from within FD4B2 :cry: !

No issues with getting the SDKs outside FD4B2 however!

The exact message is "Download cancelled. The installer will now continue normally."


Tue Aug 23, 2011 8:57 pm
Profile
Member

Joined: Tue Apr 29, 2008 3:41 pm
Posts: 8
Location: Ohio, USA
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Even with FD4-R2057 the SDK downloads fail, and the timeout happens after approx 20 seconds instead of the 30 seconds as mentioned earlier by Mika.


Tue Aug 23, 2011 9:08 pm
Profile
Admin

Joined: Tue Aug 30, 2005 6:14 pm
Posts: 2535
Location: Finland
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Are you using a proxy and what kind of internet connection you have? What firewall do you use?


Tue Aug 23, 2011 9:09 pm
Profile WWW
Member

Joined: Tue Apr 29, 2008 3:41 pm
Posts: 8
Location: Ohio, USA
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
I am behind a proxy and firewall, the details of which I am unaware of (Company managed & controlled). I do have a fairly fast connection (FD4 downloads in less than 5 seconds).

As I said earlier, downloading either FD4 or the Flex/AIR SDK separately/individually does not seem to be an issue, but trying to do it from within the install process always fails.

Is it possible to download and install the SDKs separately (out-of-band) and if so what is the procedure to install the SDKs and configure FD4 to use these SDKs?


Tue Aug 23, 2011 9:18 pm
Profile
Admin

Joined: Tue Aug 30, 2005 6:14 pm
Posts: 2535
Location: Finland
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Ok, this might be somehow related to the proxy and the firewall.

Yes you can download them seperately. You need to add the SDK path to Tools->Program Settings->AS3Context->Installed SDK's.


Tue Aug 23, 2011 9:24 pm
Profile WWW
Member

Joined: Tue Apr 29, 2008 3:41 pm
Posts: 8
Location: Ohio, USA
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
If FD4 had successfully downloaded the SDKs, where would it have extracted and installed each of the SDKs to?


Tue Aug 23, 2011 9:50 pm
Profile
Admin

Joined: Tue Aug 30, 2005 6:14 pm
Posts: 2535
Location: Finland
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
To: FDinstdir/Tools/flexsdk/. If you have not specified a SDK, FD should add it on start.


Wed Aug 24, 2011 6:24 am
Profile WWW
Member

Joined: Wed Jan 05, 2011 1:22 pm
Posts: 8
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
This is still happening with FD 4.0.1 RTM.

It happens on 3 machines (two win7, one Vista) in 2 locations, I'm not behind a proxy in either, and in both places am just using the windows firewall.


Tue Feb 14, 2012 3:52 pm
Profile
Member

Joined: Tue Mar 13, 2012 11:04 pm
Posts: 1
Location: .nl
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Slakinov wrote:
This is still happening with FD 4.0.1 RTM.

It happens on 3 machines (two win7, one Vista) in 2 locations, I'm not behind a proxy in either, and in both places am just using the windows firewall.

+1 Downloads of Flex and AIR both cancelled at 100%. I tried at least 10 times today. At home, at work, the public library, and 2 internet cafes.
Windows 7 Pro SP1 64-bit, with and without completely disabled virus scanner (Eset NOD32 v4.2.71.2) and (firewall "Look'n'Stop v2.07").


Tue Mar 13, 2012 11:23 pm
Profile
Member

Joined: Tue Mar 27, 2012 3:39 pm
Posts: 1
Post Re: FD4 Installer: Download Cancelled (Flex SDK)
Hi,

I'm new here but having used NSIS with downloads before, I would suggest trying the following:

Add /End to your download command:
NSISdl::download /TIMEOUT=30000 http://fpdownload.adobe.com/pub/flex/sd ... flex_sdk_${FLEX}.zip "$TEMP\flex_sdk_${FLEX}.zip"

Like so:
NSISdl::download /TIMEOUT=30000 http://fpdownload.adobe.com/pub/flex/sd ... flex_sdk_${FLEX}.zip "$TEMP\flex_sdk_${FLEX}.zip" /END

This has fixed the mentioned problem for me in the past.

Best regards,

Larod


Tue Mar 27, 2012 3:46 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 21 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.