Advertisement
SilverKing

Untitled

Dec 12th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. Error: Cannot remove a screen while it is transitioning in or out.
  2. at feathers.controls.supportClasses::BaseScreenNavigator/removeScreenInternal()
  3. at feathers.controls::ScreenNavigator/removeScreen()
  4. at controller.mediator::WindowsMediator/startCloseWindow()
  5. at controller.mediator::WindowsMediator/onReceivedCloseNotification()
  6. at Function/http://adobe.com/AS3/2006/builtin::call()
  7. at org.puremvc.as3.multicore.patterns.mediator::Mediator/handleNotification()
  8. at Function/http://adobe.com/AS3/2006/builtin::apply()
  9. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  10. at org.puremvc.as3.multicore.core::View/notifyObservers()
  11. at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
  12. at org.puremvc.as3.multicore.patterns.facade::FacadeWithJunctions/sendNotification()
  13. at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()
  14. at controller.mediator::BaseWindowMediator/closeWindow()
  15. at controller.mediator::BaseWindowMediator/onCloseClick()
  16. at view.windows::MissionsWindow/redrawElements()
  17. at view.windows::MissionsWindow/setData()
  18. at controller.mediator::MissionsWindowMediator/onWindowStartsShow()
  19. at controller.mediator::WindowsMediator/showCurrentWindow()
  20. at controller.mediator::WindowsMediator/showWindow()
  21. at controller.mediator::WindowsMediator/onWindowOpen()
  22. at Function/http://adobe.com/AS3/2006/builtin::call()
  23. at org.puremvc.as3.multicore.patterns.mediator::Mediator/handleNotification()
  24. at Function/http://adobe.com/AS3/2006/builtin::apply()
  25. at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
  26. at org.puremvc.as3.multicore.core::View/notifyObservers()
  27. at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
  28. at org.puremvc.as3.multicore.patterns.facade::Facade/sendTypedNotification()
  29. at org.puremvc.as3.multicore.patterns.observer::Notifier/sendTypedNotification()
  30. at controller.mediator::MainInterfaceMediator/onMissionClick()
  31. at org.osflash.signals::Signal/dispatch()
  32. at view.windows.elements::MITopPanelElements/onMissionClick()
  33. at org.osflash.signals::Signal/dispatch()
  34. at LeftPanelBlock/onMissionClick()
  35. at starling.events::EventDispatcher/invokeEvent()
  36. at starling.events::EventDispatcher/dispatchEvent()
  37. at starling.display::DisplayObject/dispatchEvent()
  38. at starling.events::EventDispatcher/dispatchEventWith()
  39. at feathers.utils.touch::TapToTrigger/target_touchHandler()
  40. at starling.events::EventDispatcher/invokeEvent()
  41. at starling.events::TouchEvent/dispatch()
  42. at starling.events::Touch/dispatchEvent()
  43. at starling.events::TouchProcessor/processTouches()
  44. at starling.events::TouchProcessor/advanceTime()
  45. at starling.core::Starling/advanceTime()
  46. at starling.core::Starling/nextFrame()
  47. at starling.core::Starling/onEnterFrame()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement