Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.4 (Release)
-
None
-
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
- we rebuilt our LiveCycle Workspace swf application using the 3.4.0.4197 sdk and it fails due to the coercion exception listed below.
- the previous version we used that worked fine was 3.4.0.8685.
- the exception is occurring in a new line that was added to rslCompleteHandler function in Preloader.as.
- don't know how to reproduce in a simple example yet but we will work with your dev/qe via connect or dedicate a machine that can show the problem if this helps.
Actual Results:
- this stack is presented in a debug player
TypeError: Error #1034: Type Coercion failed: cannot convert ResourceEventDispatcher@a20f119 to flash.display.LoaderInfo.
at mx.preloaders::Preloader/http://www.adobe.com/2006/flex/mx/internal::rslCompleteHandler()
at mx.core::RSLListLoader/listCompleteHandler()
at mx.core::RSLItem/itemCompleteHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at ResourceEventDispatcher/moduleInfo_readyHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at ModuleInfoProxy/moduleEventHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at ModuleInfo/readyHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::FlexModuleFactory/update()
at mx.core::FlexModuleFactory/docFrameHandler()
at mx.core::FlexModuleFactory/docFrameListener()
Note that we have a preloader defined but get same error if I comment out it usage from the mx:Application definition.
Expected Results:
- no errors
Workaround (if any):
- none that we have found.