Known Issues - Moonshine-IDE/Moonshine-IDE GitHub Wiki

You can see a list of known issues below. If you find an issue that is not on this list, please create an issue on GitHub.


Apache Flex SDK Installer Errors

Error #2032

If you encounter errors (for example, "Error #2032") downloading SDKs through Moonshine (or Moonshine App Store Helper for macOS), your JDK or JRE may be missing the unlimited strength encryption keys.

First, try installing the latest Java 8 SDK. If that does not work (or you cannot update for some reason), then you may be able to resolve the errors by installing JCE in your Java installation:

Java 7: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html Java 8: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

JCE will enable unlimited key lengths for HTTPS connnections from Java.

These downloads will contain US_export_policy.jar and local_policy.jar. These JAR files should be copied to this directory:

  • JRE: %JAVA_HOME%/lib/security
  • JDK: %JAVA_HOME%/jre/lib/security

Before you copy the files, make a backup of the existing US_export_policy.jar and local_policy.jar, so that you can revert later if necessary.

Errors When Opening SWFs

"To view this page ensure that Adobe Flash Player version 16.0.0 or greater is installed."

Most browsers are blocking the user from opening SWFs from their local filesystem. The browsers will show a message like "To view this page ensure that Adobe Flash Player version 16.0.0 or greater is installed." and a "Get ADOBE FLASH PLAYER" button.

For most browsers, if you click the button, the browser will prompt you about whether you would like to allow the SWF to run. After you allow this, you can run the SWF normally. However, Firefox will direct you to a download page instead, so you may want to test in other browsers.

Alternatively, you can bypass the above errors by deploying the generated SWF to a local or remote server.

For more information check this issue