Skip to main content
Legend
March 26, 2013
Question

Cannot debug in Standard mode for iOS due to Flex error

  • March 26, 2013
  • 8 replies
  • 1159 views

Hi,

I haven't been able to debug my iOS project in standard mode for some time, project just crashed without warning, but I have recently rebuilt my workspace and I am now seeing the error message that, I think, was triggering it...

Either way, I _still_ can't debug in standard mode for this project.

Error occurs on line 2815 of SystemManager code, according to FlashBuilder, with a null pointer for the following:

                var c:Class = Class(getDefinitionByName(mixinList));

                c["init"](this);

I have looked into it, and i is set to zero so the value of mixinList is something like _my_project_name_FlexInit.

Any pointers on how to debug? Is this a problem with my project or with Flash Builder?
G

TypeError: Error #1009: Cannot access a property or method of a null object reference.

          at en_US$Messages_properties/getContent()

          at mx.resources::ResourceBundle()

          at mx.resources::ResourceBundle()

          at en_US$Messages_properties()

          at en_US$Messages_properties()

          at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()

          at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()

          at mx.resources::ResourceManagerImpl/processInfo()

          at mx.resources::ResourceManagerImpl()

          at mx.resources::ResourceManager$/getInstance()

          at mx.styles::StyleManagerImpl()

          at _gustavo_mobile_as_app_FlexInit$/init()

          at _gustavo_mobile_as_app_FlexInit$/init()

          at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()

          at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()

          at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()

          at flash.events::EventDispatcher/dispatchEvent()

          at mx.preloaders::Preloader/timerHandler()

          at mx.preloaders::Preloader/timerHandler()

          at flash.utils::Timer/tick()

          at flash.utils::Timer/tick()

This topic has been closed for replies.

8 replies

Legend
March 26, 2013

PS: This is using AIR 3.6 on Flash Builder 4.7 on Windows 64 against an iPad retina.

chris.campbell
Legend
March 26, 2013

I'm not sure, I'll forward this to the iOS team but this might be a Flash Builder/project issue like you suggested.  Have you tried posting over on the Flash Builder forums to see if anyone has any ideas there?

Legend
March 27, 2013

Yep, I'll try there.

Thanks,

G