Advertisement
Guest User

Untitled

a guest
May 28th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ArgumentNullException: Argument cannot be null.
  2. Parameter name: key
  3. System.Collections.Generic.Dictionary`2[System.String,Rambo.Models.HeroModel].get_Item (System.String key) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:136)
  4. Rambo.Gui.Controllers.Elements.HeroCardElement.Init (Rambo.DataCenter dataCenter, ISharedLogic logic, Rambo.Gui.Controllers.Elements.Data heroData, Rambo.Gui.GuiManager guiManager, Boolean showChangeButton, Boolean showInfoButton) (at Assets/Scripts/Rambo/Gui/Controllers/Elements/HeroCardElement.cs:85)
  5. Rambo.Gui.Controllers.TrainingDialog.OnTabSelected (Rambo.Gui.Controllers.Elements.TrainingDialogTab tab) (at Assets/Scripts/Rambo/Gui/Controllers/TrainingDialog.cs:271)
  6. Rambo.Gui.Controllers.TrainingDialog.SetTab (UnityEngine.Object selectedTabObj) (at Assets/Scripts/Rambo/Gui/Controllers/TrainingDialog.cs:217)
  7. Rambo.Gui.Controllers.TrainingDialog.Init (System.Collections.Generic.List`1 trainingGrounds, Int32 mapItemId) (at Assets/Scripts/Rambo/Gui/Controllers/TrainingDialog.cs:150)
  8. Rambo.Views.TrainingGroundView.OnBuyUnits () (at Assets/Scripts/Rambo/Views/TrainingGroundView.cs:191)
  9. UnityEngine.Events.InvokableCall.Invoke (System.Object[] args) (at C:/buildslave/unity/build/Runtime/Export/UnityEvent.cs:110)
  10. UnityEngine.Events.InvokableCallList.Invoke (System.Object[] parameters) (at C:/buildslave/unity/build/Runtime/Export/UnityEvent.cs:575)
  11. UnityEngine.Events.UnityEventBase.Invoke (System.Object[] parameters) (at C:/buildslave/unity/build/Runtime/Export/UnityEvent.cs:717)
  12. UnityEngine.Events.UnityEvent.Invoke () (at C:/buildslave/unity/build/Runtime/Export/UnityEvent_0.cs:53)
  13. UnityEngine.UI.Button.Press () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Button.cs:35)
  14. UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Button.cs:44)
  15. UnityEngine.EventSystems.ExecuteEvents.Execute (IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/ExecuteEvents.cs:52)
  16. UnityEngine.EventSystems.ExecuteEvents.Execute[IPointerClickHandler] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.EventFunction`1 functor) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/ExecuteEvents.cs:269)
  17. UnityEngine.EventSystems.StandaloneInputModule:Process()
  18. Plamee.EventSystems.ExtendedStandaloneInputModule:Process()
  19. UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement