Advertisement
Pankysha_New

Untitled

Apr 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ArgumentOutOfRangeException: Argument is out of range.
  2. Parameter name: index
  3. System.Collections.Generic.List`1[System.Int32].get_Item (Int32 index) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:633)
  4. Cards.Model.UpgradeCostBalanceData.GetCount (Int32 level, CardRarity cardRarity, CardType cardType) (at Assets/Scripts/Gameplay/Model/Balance/UpgradeCostBalanceData.cs:101)
  5. Cards.UI.CardViewItem.SetUpgradeBar () (at Assets/Scripts/UI/CollectionCardsPanel/CardViewItem.cs:163)
  6. Cards.UI.CardViewItem.SetData (Cards.Model.Card card) (at Assets/Scripts/UI/CollectionCardsPanel/CardViewItem.cs:119)
  7. Cards.UI.CardsTileView.SetData (Cards.UI.CardViewItem item, Cards.Model.Card data) (at Assets/Scripts/UI/CollectionCardsPanel/CardsTileView.cs:11)
  8. UIWidgets.ListViewCustom`2+<UpdateView>c__AnonStorey4[Cards.UI.CardViewItem,Cards.Model.Card].<>m__0 (Cards.UI.CardViewItem x, Int32 i) (at Assets/Plugins/UIWidgets/Standart Assets/ListView/ListViewCustom.cs:1685)
  9. UIWidgets.Extensions.ForEach[CardViewItem] (IEnumerable`1 enumerable, System.Action`2 handler) (at Assets/Plugins/UIWidgets/Standart Assets/Utilites/Extensions.cs:23)
  10. UIWidgets.ListViewCustom`2[TComponent,TItem].UpdateView () (at Assets/Plugins/UIWidgets/Standart Assets/ListView/ListViewCustom.cs:1683)
  11. UIWidgets.ListViewCustom`2[TComponent,TItem].SetNewItems (UIWidgets.ObservableList`1 newItems, Boolean updateView) (at Assets/Plugins/UIWidgets/Standart Assets/ListView/ListViewCustom.cs:1766)
  12. UIWidgets.ListViewCustom`2[TComponent,TItem].set_DataSource (UIWidgets.ObservableList`1 value) (at Assets/Plugins/UIWidgets/Standart Assets/ListView/ListViewCustom.cs:78)
  13. Cards.UI.CollectionCardsPanel.Fill () (at Assets/Scripts/UI/CollectionCardsPanel/CollectionCardsPanel.cs:119)
  14. Cards.UI.CollectionCardsPanel.OnShow () (at Assets/Scripts/UI/CollectionCardsPanel/CollectionCardsPanel.cs:103)
  15. BaseWindow.Show () (at Assets/Scripts/UI/WindowsAndPanels/BaseWindow.cs:22)
  16. WindowsManager.ShowWindow[CollectionCardsPanel] (System.Object[] options) (at Assets/Scripts/UI/WindowsAndPanels/WindowsManager.cs:189)
  17. WindowsManager+<ShowWindowWithFade>c__AnonStorey2`1[Cards.UI.CollectionCardsPanel].<>m__0 () (at Assets/Scripts/UI/WindowsAndPanels/WindowsManager.cs:103)
  18. Cards.UI.WindowsManagerFader.Update () (at Assets/Scripts/UI/WindowsAndPanels/WindowsManagerFader.cs:54)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement