Advertisement
totoshkin

Untitled

Sep 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. TypeError: Error #1009: Cannot access a property or method of a null object reference.
  2. at views.windows.bonusLevelStart::StartBonusLevelMediator/rewards()
  3. at views.windows.bonusLevelStart::StartBonusLevelMediator/ready()
  4. at flashlibs.framework.extensions.windows::WindowBaseMediator/localizationReady()
  5. at org.puremvc.as3.multicore.patterns.mediator::Mediator/callWithProxy()
  6. at flashlibs.framework.extensions.windows::WindowBaseMediator/screenCompositionReady()
  7. at flashlibs.utils::Dispatcher/dispatch()
  8. at flashlibs.framework.common.handlers::Progress/finishProcess()
  9. at flashlibs.framework.render.controller.factory::AutoDetectFactory/onDefinitionComplete()
  10. at flashlibs.utils::Dispatcher/dispatch()
  11. at flashlibs.framework.common.handlers::Progress/finishProcess()
  12. at flashlibs.framework.render.controller.factory::CompositionFactory/compositionReady()
  13. at flashlibs.utils::Dispatcher/dispatch()
  14. at flashlibs.framework.common.handlers::Progress/finishProcess()
  15. at flashlibs.framework.render.compositions::BuildCompositionCommand/checkProgress()
  16. at flashlibs.framework.render.compositions::BuildCompositionCommand/prepareIncludedResources()
  17. at flashlibs.framework.render.compositions::BuildCompositionCommand/execute()
  18. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  19. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  20. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  21. at org.puremvc.as3.multicore.core::View/notifyObserver()
  22. at org.puremvc.as3.multicore.core::View/notifyObservers()
  23. at org.puremvc.as3.multicore.patterns.facade::Facade/send()
  24. at flashlibs.framework.render.controller.factory::CompositionFactory/buildComposition()
  25. at flashlibs.framework.render.controller.factory::CompositionFactory/build()
  26. at flashlibs.framework.render.controller.factory::CompositionFactory$/build()
  27. at flashlibs.framework.render.controller.factory::AutoDetectFactory/contentExists()
  28. at flashlibs.framework.render.controller.factory::AutoDetectFactory/build()
  29. at flashlibs.framework.render.controller.factory::AutoDetectFactory$/build()
  30. at flashlibs.framework.render.controller.getTextureGroup::CreateDefinitionCommand/execute()
  31. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  32. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  33. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  34. at org.puremvc.as3.multicore.core::View/notifyObserver()
  35. at org.puremvc.as3.multicore.core::View/notifyObservers()
  36. at org.puremvc.as3.multicore.patterns.facade::Facade/send()
  37. at flashlibs.framework.render::Render$/getView()
  38. at flashlibs.framework.extensions.windows::WindowBaseMediator/onConfigLoaded()
  39. at flashlibs.utils::Dispatcher/dispatch()
  40. at flashlibs.framework.common.handlers::Progress/finishProcess()
  41. at flashlibs.framework.data.loading::ContentRequestCommand/finish()
  42. at flashlibs.framework.data.loading::ContentRequestCommand/loadingRequest()
  43. at flashlibs.framework.data.loading::ContentRequestCommand/execute()
  44. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  45. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  46. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  47. at org.puremvc.as3.multicore.core::View/notifyObserver()
  48. at org.puremvc.as3.multicore.core::View/notifyObservers()
  49. at org.puremvc.as3.multicore.patterns.facade::Facade/send()
  50. at flashlibs.framework::Sample$/requestContent()
  51. at flashlibs.framework.extensions.windows::WindowBaseMediator/contentReady()
  52. at flashlibs.framework.extensions.windows::WindowBaseMediator/onRegister()
  53. at org.puremvc.as3.multicore.patterns.mediator::Mediator/internalOnRegister()
  54. at org.puremvc.as3.multicore.core::View/reg()
  55. at controller.startLevel::PrepareLevelCommand/execute()
  56. at org.puremvc.as3.multicore.core::Controller/executeCommand()
  57. at org.puremvc.as3.multicore.core::Controller/executeCommands()
  58. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  59. at org.puremvc.as3.multicore.core::View/notifyObserver()
  60. at org.puremvc.as3.multicore.core::View/notifyObservers()
  61. at org.puremvc.as3.multicore.patterns.facade::Facade/send()
  62. at views.map::MapMediator/onBonusLevelClick()
  63. at starling.events::EventDispatcher/invokeEvent()
  64. at starling.events::TouchEvent/dispatch()
  65. at starling.events::Touch/dispatchEvent()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement