With latest everything, fresh everything, getting an error in SWF side of
mxtests:
ant mxtests
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
at
UnitTester$/init()[c:\somewhere\royale-asjs\mustella\src\main\royale\UnitTester.as:321]
at
mx.managers::SystemManager/kickOff()[/org/apache/royale/0.9.9/mx/managers/SystemManager.as:2821]
at
mx.managers::SystemManager/docFrameHandler()[/org/apache/royale/0.9.9/mx/managers/SystemManager.as:2724]
at flash.display::MovieClip/nextFrame()
at
mx.managers::SystemManager/nextFrameTimerHandler()[/org/apache/royale/0.9.9/mx/managers/SystemManager.as:2952]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
The error happens on this line:
else if(root.parent != root.stage && root.loaderInfo.applicationDomain
!= root.parent.parent.loaderInfo.applicationDomain)
Because root.parent.parent is null.
Anybody else getting this? Dunno what changed; don't think this was happening
a few months ago.