I just downloaded the zip nightly build and rebuilt all my projects/libraries. Now I'm getting this error. How do i fix this?
Thanks!
I'm using a Mac, 10.5.8, Safari 3.2.3, Flex Builder 3, Flash Player 10, and it is tracing out this:
Error #2032: Stream Error. URL: http://localhost:3000/bin-debug/textLayout_1.0.0.565.swf
Failed to load RSL textLayout_1.0.0.565.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/textLayout_1.0.0. 565.swf
Warning: Ignoring 'secure' attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.
[SWF] /bin-debug/Flex4Test.swf - 317,860 bytes after decompression
Error #2032: Stream Error. URL: http://localhost:3000/bin-debug/osmf_4.0.0.12575.swf
Failed to load RSL osmf_4.0.0.12575.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.12575. swf
Error #2032: Stream Error. URL: http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.12575. swf
I had to comment that osmf one out:
<?xml version="1.0"?>
<flex-config>
<!-- TextLayout SWC -->
<runtime-shared-library-path append="true">
<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/textLayout.swc</path-element>
<rsl-url>textLayout_1.0.0.565.swf</rsl-url>
<policy-file-url></policy-file-url>
<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/textLayout_1.0.0. 565.swf</rsl-url>
<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
</runtime-shared-library-path>
<!-- OSMF SWC
<runtime-shared-library-path append="true">
<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/osmf.swc</path-element>
<rsl-url>osmf_4.0.0.12575.swf</rsl-url>
<policy-file-url></policy-file-url>
<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.12575. swf</rsl-url>
<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
</runtime-shared-library-path>-->
<!-- Framework SWC -->
<runtime-shared-library-path append="true">
<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/framework.swc</path-element>
<rsl-url>framework_4.0.0.12575.swf</rsl-url>
<policy-file-url></policy-file-url>
<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/framework_4.0.0.1 2575.swf</rsl-url>
<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
</runtime-shared-library-path>
<!-- Spark SWC -->
<runtime-shared-library-path append="true">
<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/spark.swc</path-element>
<rsl-url>spark_4.0.0.12575.swf</rsl-url>
<policy-file-url></policy-file-url>
<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/spark_4.0.0.12575 .swf</rsl-url>
<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
</runtime-shared-library-path>
<!-- RPC SWC -->
<runtime-shared-library-path append="true">
<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/rpc.swc</path-element>
<rsl-url>rpc_4.0.0.12575.swf</rsl-url>
<policy-file-url></policy-file-url>
<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/rpc_4.0.0.12575.s wf</rsl-url>
<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
</runtime-shared-library-path>
</flex-config>
Probably not set up yet.
I believe this was fixed in the nightly build 4.0.0.12940.
http://bugs.adobe.com/jira/browse/SDK-24711
Peter
Hi Darrell,
I'm also receiving this error in one of my projects, but adding -static-rsls=true to the additional compiler arguments line causes an error when compiling. When I ignore this and continue compiling and try run the .swf anyway I still get error #2032
Do I have that argument wrong?
Best regards,
Gareth
North America
Europe, Middle East and Africa
Asia Pacific