Skip to main content
Participating Frequently
September 11, 2009
Question

certain elements of Gumbo seem to fail as the binary compiles

  • September 11, 2009
  • 1 reply
  • 1799 views

HI there,

I have started to get these errors when compiling with Gumbo. The *.swf does compile but, I keep getting the following in my Console. The errors are ubiquitous across all the 3 different swf building IDE's I use, Eclipse/AXDT, Eclipse/FDT and Eclipse/FlexBuilder3. These error started to appear since the arrival of the spark, sparkskin and text layout swc's. What do they mean and how can they be resolved?

]a[

This topic has been closed for replies.

1 reply

Participating Frequently
September 11, 2009

Here are the errors::

Error #2032: Stream Error. URL: file:///C:/DATA/projects/testing/deploy_me/textLayout_4.0.0.10146.swf
Failed to load RSL textLayout_4.0.0.10146.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.10146/textLayout_4.0.0.10146.swf
[SWF] C:\DATA\projects\testing\deploy_me\testing.swf - 277,793 bytes after decompression
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] C:\DATA\projects\testing\deploy_me\testing.swf - 639,683 bytes after decompression
Error #2032: Stream Error. URL: file:///C:/DATA/projects/testing/deploy_me/framework_4.0.0.10146.swf
Failed to load RSL framework_4.0.0.10146.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.10146/framework_4.0.0.10146.swf
[SWF] C:\DATA\projects\testing\deploy_me\testing.swf - 2,241,569 bytes after decompression
Error #2032: Stream Error. URL: file:///C:/DATA/projects/testing/deploy_me/spark_4.0.0.10146.swf
Failed to load RSL spark_4.0.0.10146.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.10146/spark_4.0.0.10146.swf
[SWF] C:\DATA\projects\testing\deploy_me\testing.swf - 1,171,319 bytes after decompression
Error #2032: Stream Error. URL: file:///C:/DATA/projects/testing/deploy_me/rpc_4.0.0.10146.swf
Failed to load RSL rpc_4.0.0.10146.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.10146/rpc_4.0.0.10146.swf

Participant
September 21, 2009

Hi,Binitie

I got the same problem today morning when I used flex_sdk_4.0.0.10076 instead of flex_sdk_4.0.0.6898.

I googled a lot and finally found this aticle:

http://opensource.adobe.com/wiki/display/flexsdk/Linking+RSLs+by+Default

I think the problem is caused by the flex-config.xml file located in "flex_sdk_4.0.0.XXXXX/frameworks".

Maybe deploying an RSL locally will works.

I just compare my previous flex-config.xml with the new one since I am new to Flex.

After backup, I replaced the new one with the old one and do some changes.Then everything goes the same as before.Maybe it still need some changes.

Hope to be a help and regret for my poor English.

Participant
October 20, 2009

You might try going into the properties of your project, selecting Flex Build Path and make sure Framework Linkage is set to Merged Into Code instead of one of the RSL options.  This fixed a similar problem for me.