Advertisement
SilverKing

Untitled

Jul 29th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. TypeError: Error #1009: Cannot access a property or method of a null object reference.
  2. at views.windows.tutorial::TutorialMediator/ready()
  3. at WindowBaseMediator/localizationReady()
  4. at org.puremvc.as3.multicore.patterns.mediator::Mediator/callWithProxy()
  5. at WindowBaseMediator/screenCompositionReady()
  6. at Function/http://adobe.com/AS3/2006/builtin::apply()
  7. at Dispatcher/dispatch()
  8. at common.handlers::Progress/finishProcess()
  9. at render.controller.getTextureGroup::CreateTextureDefinitionCommand/execute()
  10. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  11. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  12. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  13. at org.puremvc.as3.multicore.core::View/notifyObserver()
  14. at org.puremvc.as3.multicore.core::View/notifyObservers()
  15. at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
  16. at global/render::getView()
  17. at WindowBaseMediator/onConfigLoaded()
  18. at Function/http://adobe.com/AS3/2006/builtin::apply()
  19. at Dispatcher/dispatch()
  20. at common.handlers::Progress/finishProcess()
  21. at data.loading::ContentRequestCommand/finish()
  22. at data.loading::ContentRequestCommand/loadingRequest()
  23. at data.loading::ContentRequestCommand/execute()
  24. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  25. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  26. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  27. at org.puremvc.as3.multicore.core::View/notifyObserver()
  28. at org.puremvc.as3.multicore.core::View/notifyObservers()
  29. at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
  30. at Sample$/requestContent()
  31. at WindowBaseMediator/onRegister()
  32. at org.puremvc.as3.multicore.patterns.mediator::Mediator/internalOnRegister()
  33. at org.puremvc.as3.multicore.core::View/registerMediator()
  34. at org.puremvc.as3.multicore.patterns.facade::Facade/registerMediator()
  35. at ShowTutorialAfter/execute()
  36. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  37. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  38. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  39. at org.puremvc.as3.multicore.core::View/notifyObserver()
  40. at lists::LinkedList/forEach()
  41. at org.puremvc.as3.multicore.core::View/notifyObservers()
  42. at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
  43. at WindowBaseMediator/internalClose()
  44. at views.windows.tutorial::TutorialMediator/closing()
  45. at WindowBaseMediator/windowsSpace::startCloseProcess()
  46. at WindowBaseMediator/close()
  47. at views.windows.tutorial::TutorialMediator/onEpisodeClick()
  48. at starling.events::EventDispatcher/invokeEvent()
  49. at starling.events::TouchEvent/dispatch()
  50. at starling.events::Touch/dispatchEvent()
  51. at starling.events::TouchProcessor/processTouches()
  52. at starling.events::TouchProcessor/advanceTime()
  53. at starling.core::Starling/advanceTime()
  54. at starling.core::Starling/nextFrame()
  55. at starling.core::Starling/onEnterFrame()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement