Skip to content

Instantly share code, notes, and snippets.

@grapefrukt
Created June 17, 2010 12:29
Show Gist options
  • Save grapefrukt/442042 to your computer and use it in GitHub Desktop.
Save grapefrukt/442042 to your computer and use it in GitHub Desktop.
// on init
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at patterns.mvc.views.loader::AbstractLoader/show()
at patterns.mvc.views.loader::MainLoader/show()
at ApplicationHolder/onQueueStart()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.hydrotik.utils::QueueLoader/dispatchEvent()
at com.hydrotik.utils::QueueLoader/openHandler()
// and then when load completed
TypeError: Error #1010: A term is undefined and has no properties.
at patterns.mvc.views.ui.sounds::SoundsManager/removeSoundChannel()
at patterns.mvc.views::UserInterface/removeSound()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.substance.patterns::AbstractObject/broadcast()
at patterns.mvc.views.screens::ScreenLanding/init()
at patterns.mvc.views.screens::AbstractScreenMSB/onAddedToStage()
at flash.display::DisplayObjectContainer/addChild()
at patterns.mvc.views.screens.manager::ManagerScreens/addScreen()
at patterns.mvc.views::UserInterface/onScreenShow()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.substance.patterns::AbstractObject/broadcast()
at patterns.mvc.model::Core/set currentscreen()
at patterns.mvc.control::ControlGeneral/changeScreen()
at patterns.mvc.views::UserInterface/showDefaultScreen()
at patterns.mvc.views::UserInterface/onAddedToStage()
at flash.display::DisplayObjectContainer/addChild()
at Application/start()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.substance.patterns::AbstractObject/broadcast()
at com.substance.patterns.mvc::AbstractModel/ConfigXMLLoaded()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.substance.utils::LoadXML/onComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.substance.utils::LoadText/onComplete()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment