Code Monkey home page Code Monkey logo

Comments (9)

JoelProminic avatar JoelProminic commented on June 16, 2024

I tested this on Windows 10, and I got the same error. It looks to me like this is failing when validating the playerglobal.swc file.

UPDATE: I see that the Feather SDK Installation failed as well with the "Flash SDK download failed" message. I see additional downloads after the playerglobal download, so it looks like it may be failing on a Flash download instead.

Finished uncompressing: C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0\temp\apache-flex-sdk-4.16.1-bin.zip
Preparing build script run
Preparing script for Apache Flex SDK
Found script file: C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0\installer.xml
Running script by: C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0\installer.xml
Downloading Adobe AIR Runtime Kit for Windows from: https://airdownload.adobe.com/air/win/download/32.0//AdobeAIRSDK.zip
Validating download: C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0/in/AdobeAIRSDK.zip
Finished uncompressing: C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0/in/AdobeAIRSDK.zip
Installing Adobe Flash Player playerglobal.swc from: https://fpdownload.macromedia.com/get/flashplayer/updaters/32//playerglobal32_0.swc
Validating download: C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0/frameworks/libs/player/32.0/playerglobal.swc
Flash SDK download failed
...
Uncompressing: C:\MoonshineSDKs\Flex_SDK\feathers-sdk-4.0.0-bin\temp\feathers-sdk-4.0.0-bin.zip
Finished uncompressing: C:\MoonshineSDKs\Flex_SDK\feathers-sdk-4.0.0-bin\temp\feathers-sdk-4.0.0-bin.zip
Preparing build script run
Preparing script for Feathers SDK
Downloading Adobe AIR Runtime Kit for Windows from: https://airdownload.adobe.com/air/win/download/32.0//AdobeAIRSDK.zip
Finished uncompressing: C:\MoonshineSDKs\Flex_SDK\feathers-sdk-4.0.0-bin/in/AdobeAIRSDK.zip
Installing Adobe Flash Player playerglobal.swc from: https://fpdownload.macromedia.com/get/flashplayer/updaters/32//playerglobal32_0.swc
Downloading afe.jar?format=raw from: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib
Downloading aglj40.jar?format=raw from: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib
Downloading flex-fontkit.jar?format=raw from: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib
Downloading rideau.jar?format=raw from: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib
Installing frameworks configuration files configured for use with an IDE
C:\MoonshineSDKs\Flex_SDK\feathers-sdk-4.0.0-bin is now an IDE compatible folder
Flash SDK download failed

from moonshine-sdk-installer.

rat-moonshine avatar rat-moonshine commented on June 16, 2024

@piotrzarzycki21 could it be another incident of MD5 check failure?

from moonshine-sdk-installer.

piotrzarzycki21 avatar piotrzarzycki21 commented on June 16, 2024

@piotrzarzycki21 could it be another incident of MD5 check failure?

Yes this is MD5 failure.

from moonshine-sdk-installer.

piotrzarzycki21 avatar piotrzarzycki21 commented on June 16, 2024

I have pushed fix for that. It should work now.

from moonshine-sdk-installer.

JoelProminic avatar JoelProminic commented on June 16, 2024

I confirmed this is fixed on Windows.

from moonshine-sdk-installer.

codemedic avatar codemedic commented on June 16, 2024
Installer path: /Applications/MoonshineSDKInstaller.app/Contents/Resources
Installer version 3.7.0 (mac)
Using Locale: en_GB
Fetched the SDK download mirror URL from the CGI.
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from: https://mirrors.gethosted.online/apache/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files does not match the reference value. The file is invalid, installation is aborted.
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from: https://mirrors.gethosted.online/apache/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files does not match the reference value. The file is invalid, installation is aborted.

I seem to get similar error when trying to install Flex SDK. Is there a workaround for this please?

I can confirm that the windows version did work; issue seem to be affecting macOS in my case.

If you require further information from, I will be happy to provide.

from moonshine-sdk-installer.

codemedic avatar codemedic commented on June 16, 2024

I downloaded from the URL https://mirrors.gethosted.online/apache/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz and checked md5 from terminal. It seem to match ok.

from moonshine-sdk-installer.

JoelProminic avatar JoelProminic commented on June 16, 2024

@codemedic, I tested this myself and I did not get an error:

Downloading Apache Flex SDK from: https://mirrors.gigenet.com/apache/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the reference. The file is valid.

However, I see the installer used a different mirror in your test:

Downloading Apache Flex SDK from: https://mirrors.gethosted.online/apache/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.tar.gz
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files does not match the reference value. The file is invalid, installation is aborted.

I downloaded the tar directly, and I confirmed that the MD5 is indeed incorrect. It looks like there is a problem with this mirror.

Try installing the Flex SDK again. If you get the same mirror and error, then you may need to install the binary manually. I recommend that you extract it to ~/Downloads/MoonshineSDKs/Flex_SDK/Flex_4.16.1_AIR_32.0 to work easily with Moonshine.

from moonshine-sdk-installer.

piotrzarzycki21 avatar piotrzarzycki21 commented on June 16, 2024

I'm closing this issue. It should work now.

from moonshine-sdk-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.