Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. IndexOutOfRangeException: Array index is out of range.
  2. Game.GridAI.GridAIManager.AddUnit (PlayerType playerID, Int32 groupIndex, UnityEngine.GameObject go, CellPos pos) (at Assets/Scripts/Game/GridAI/GridAIManager.cs:333)
  3. Game.GridAI.GridAIManager.AddUnit (PlayerType playerID, Int32 groupIndex, KindOfTroops kind, CellPos pos, Byte level) (at Assets/Scripts/Game/GridAI/GridAIManager.cs:354)
  4. GameNet.Client.__AddNeitralUnit () (at Assets/Scripts/ClientServer/Client.cs:259)
  5. GameNet.Client.LoadScenario () (at Assets/Scripts/ClientServer/Client.cs:505)
  6. GameNet.Client.Update () (at Assets/Scripts/ClientServer/Client.cs:229)
  7. GameNet.Client.SendMetaDataRequest (MetaDataTypes metaDataType, Int64 subID, System.String name, Boolean waitForPacket) (at Assets/Scripts/ClientServer/Client.cs:559)
  8. Game.States.VillageState.OnEnter () (at Assets/Scripts/Game/States/VillageState.cs:165)
  9. Game.States.BaseContextedState.OnEnter (Game.States.StateContext context) (at Assets/Scripts/Game/States/BaseGameState.cs:45)
  10. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
  11. Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
  12. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
  13. System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
  14. Core.StateMachine.Transit (System.Type stateType, System.Type[] paramTypes, System.Object[] param) (at Assets/Scripts/Core/StateMachine/StateMachine.cs:119)
  15. Core.StateMachine.Transit[VillageState,StateContext] (Game.States.StateContext p1) (at Assets/Scripts/Core/StateMachine/StateMachine.cs:75)
  16. Game.States.LoadingState.Update () (at Assets/Scripts/Game/States/LoadingState.cs:83)
  17. Core.StateMachine.Update () (at Assets/Scripts/Core/StateMachine/StateMachine.cs:159)
  18. Game.AppControl.Update () (at Assets/Scripts/Game/AppControl.cs:49)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement