Advertisement
Pankysha_New

Untitled

May 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
  2. at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x000e8] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/String.cs:1925
  3. at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/String.cs:1873
  4. at System.String.Format (System.String format, System.Object[] args) [0x00000] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/String.cs:1868
  5. at SkillSlotController.GetSpellDescription (Cards.Model.SpellInfo spell, System.String value) [0x002ca] in C:\Users\i7-4770k\Documents\Cards\CardGame\Assets\Scripts\UI\SmallElements\SkillSlotController.cs:259
  6. UnityEngine.Debug:LogError(Object)
  7. SkillSlotController:GetSpellDescription(SpellInfo, String) (at Assets/Scripts/UI/SmallElements/SkillSlotController.cs:263)
  8. SkillSlotController:SetAbility(SpellInfo) (at Assets/Scripts/UI/SmallElements/SkillSlotController.cs:190)
  9. Cards.UI.UpgradeCardPanel:OnUpdateInfo(Object[]) (at Assets/Scripts/UI/WindowsAndPanels/UpgradeCardPanel.cs:220)
  10. UpdatableBaseWindow:UpdateInfo(Object[]) (at Assets/Scripts/UI/WindowsAndPanels/UpdatableBaseWindow.cs:12)
  11. WindowsManager:ShowWindow(Object, Object) (at Assets/Scripts/UI/WindowsAndPanels/WindowsManager.cs:214)
  12. Cards.UI.CollectionCardsPanel:Update() (at Assets/Scripts/UI/CollectionCardsPanel/CollectionCardsPanel.cs:386)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement