I think some of you may encountered this “wonderful” runtime error, mostly when you work in a team, building different applications that will load in another one.
Shortly the application is telling us that parts are build using different versions of Flex SDK. In my case the main application was build using Flex SDK version 3.1.0 and the application to be loaded was build using Flex SDK 3.2.0
This are some possible errors:
VerifyError: Error #1053: Illegal override of removeChildBridge in mx.managers.SystemManagerProxy.
ReferenceError: Error #1065: Variable _*_mx_managers_SystemManager is not defined.
VerifyError: Error #1014: Class ISWFLoader could not be found.
ReferenceError: Error #1065: Variable _SWFLoaderStyle__embed_css_Assets_swf___brokenImage_1003344314 is not defined.
To get rid of these errors compile your application’s parts with the same Flex SDK.
You can download Flex SDK from here: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3.
Also you can update your Flex Builder to the last version which includes also the last version of Flex SDK: http://www.adobe.com/support/flex/downloads_updaters.html.
Tags: error, flex, sdk, version
This post was written by Andrei Ionescu
Views: 7826










Hello
I get the same error during setting up QTP on Flex. The Flex SDK i use is 3.2.0. My whole project is on Flex 3.2.0. Am using JBoss as the web service along with BlazeDS. This error occurs only for QTP setup not otherwise. I also get a Warning in my Project properties compiler options like “Project is being compiled with 3.2.0.3958, but server has 0.0″. Could this be the cause of the errors during runtime?
I get these errors when trying the url http://localhost:8080/POA/RunTimeLoading.html?automationswfurl=test.swf
I don’t know how to resolve this. Can you help please?
The runtimeloading.swf was built with the wrong version instead of 3.2.0
It is working now.
I am new for flex. I want to modify flex based project (compiled on “Flex 2.0.0″). I can compile the source code on different versions of flex, but when it deployed in server i found the error as “VerifyError: Error #1053: Illegal override of …”. I searched installer for “Flex 2.0.0″ to download but not get. How can i deploy compiled file in existing environment? Where i get “Flex 2.0.0″?
Hello Rishi!
Try this link for Flex SDK 2.0.1: http://labs.adobe.com/technologies/flex/sdk/flex2sdk.html. Hope this will solve your problem.
Hi Andrieu,
Thanks for providing for the link!!
This link has “Flex 2.0.1″ and greater. I already tried with many of these SDK and also with versions 1.x, 2.0.1.x, Hotfix-x, 3.x. I searched for flex and find Flex 1.x, 2.0.1 and greater, 3.x, but not find “Flex 2.0.0″ to download. I checked the version of the compiled unit of flex with existing .swf file by http://www.senocular.com/pub/flash/getFlexSDKFromSWF.html and found it compiled on “Flex 2.0.0.0″.
I tried to compile files, with different version of flex, then files are not compilable with 1.x, but compilable with 2.0.1 and greater. Compiled files are running fine stand alone, but when i deploy the compiled files in server, it shows error “VerifyError: Error #1053: Illegal override of …”. How can i resolve this problem?
Thanks,
thanks for the solution! Cheers!