Flex SDK policy is that it is ok to make changes to class signatures in order 
to fix bugs and provide new features.  The only cross-versioning support we 
have is known as the Marshall Plan.  You can read about on the open source site.

I think your problem may be compiler version or RSL mismatch.  Do you only have 
one SWF?  Does this error happen at startup?

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: [email protected] [mailto:[email protected]] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 11:34 AM
To: [email protected]
Subject: Re: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


Is this a new restriction that was introduced in 3.4.0.9271 ? I never had this 
problem when changing the SDK version before.
Its kind of hard to make sure all the 3rd party SWC are updated to the specific 
SDK version ...

Regards,
Dima Gutzeit.

From: Alex Harui<mailto:[email protected]>
Sent: Wednesday, October 07, 2009 6:30 PM
To: [email protected]<mailto:[email protected]>
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()


Are you using 3rd party SWCs?   All SWCs must be on the same version and must 
match the compiler version.  If you are using RSLs, the RSLs must be the 
correct version.  CSS SWFs and Resource Modules have the same restriction.  The 
console should show that SWFs are being loaded.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui
From: [email protected] [mailto:[email protected]] On Behalf 
Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 8:45 AM
To: [email protected]
Subject: Re: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

The problem is that I do not load any modules .... Using datavisualization 
loads a module behind the scenes ?
Thanks in advance.
Regards,
Dima Gutzeit.
From: Alex Harui<mailto:[email protected]>
Sent: Wednesday, October 07, 2009 5:39 PM
To: [email protected]<mailto:[email protected]>
Subject: RE: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

Both the module and app that loads it must be on the same version of the SDK.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui
From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of Dima Gutzeit
Sent: Wednesday, October 07, 2009 1:20 AM
To: [email protected]<mailto:[email protected]>
Subject: [flexcoders] VerifyError: Error #1053: Illegal override of 
FlexModuleFactory in mx.core.FlexModuleFactory at global$init()

Hi,
I have a flex project that compiles and runs fine on all SDKs up to 3.4.0.6955.
When I try use any SDK version higher than that (3.4.0.9271, 3.4.1.10084) the 
project compiles but fails with the following when I try to run it:
VerifyError: Error #1053: Illegal override of FlexModuleFactory in 
mx.core.FlexModuleFactory
 at global$init()
It very frustrating ...
Does anyone has any clue ?
Thanks in advance.
Regards,
Dima Gutzeit.
P.S. - I am not loading any modules in my project.

Reply via email to