Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. System.IndexOutOfRangeException: Index was outside the bounds of the array.
  2. at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x00147] in <9bbab8f8a2a246e98480e70b0839fd67>:0
  3. at System.Collections.Generic.Dictionary`2[TKey,TValue].set_Item (TKey key, TValue value) [0x00000] in <9bbab8f8a2a246e98480e70b0839fd67>:0
  4. at Eco.Shared.Utils.ReflectionUtils.GetEnumerableType (System.Type type) [0x000b5] in <e7caa7afeac146a783d1765107520b79>:0
  5. at Eco.Shared.Utils.ReflectionUtils.GetEnumerableType (System.Collections.IEnumerable enumeration) [0x00006] in <e7caa7afeac146a783d1765107520b79>:0
  6. at Eco.Core.Controller.ControllerManager.PackageValue (Eco.Shared.Serialization.BSONObject bson, Eco.Shared.Networking.INetClient boundClient, System.Object value, System.Int32 nameID) [0x0003a] in <400a71e5bf8e45b59c3a22a08c1b643f>:0
  7. at Eco.Core.Controller.ControllerManager.PackageMethodResult (Eco.Shared.Serialization.BSONObject bson, Eco.Shared.Networking.INetClient boundClient, Eco.Core.Controller.IController controller, System.Tuple`2[T1,T2] method) [0x0002a] in <400a71e5bf8e45b59c3a22a08c1b643f>:0
  8. at Eco.Core.Controller.ControllerManager.PackageController (Eco.Core.Controller.IController controller, Eco.Shared.Networking.INetClient boundClient) [0x0010d] in <400a71e5bf8e45b59c3a22a08c1b643f>:0
  9. at Eco.Core.Controller.ControllerManager.PackageValue (Eco.Shared.Serialization.BSONObject bson, Eco.Shared.Networking.INetClient boundClient, System.Object value, System.Int32 nameID) [0x00078] in <400a71e5bf8e45b59c3a22a08c1b643f>:0
  10. at Eco.Core.Controller.ControllerManager.PackageProperty (Eco.Shared.Serialization.BSONObject bson, Eco.Shared.Networking.INetClient boundClient, Eco.Core.Controller.IController controller, Eco.Core.Controller.ISyncPropertyInfo propertyInfo) [0x00014] in <400a71e5bf8e45b59c3a22a08c1b643f>:0
  11. at Eco.Core.Controller.ControllerManager.PackageController (Eco.Core.Controller.IController controller, Eco.Shared.Networking.INetClient boundClient) [0x000b3] in <400a71e5bf8e45b59c3a22a08c1b643f>:0
  12. at Eco.Gameplay.Objects.WorldObject.SendInitialState (Eco.Shared.Serialization.BSONObject bsonObj, Eco.Shared.Networking.INetObjectViewer viewer) [0x0000d] in <c6ef049b29414e69b42ac12daff7ba5c>:0
  13. at Eco.Shared.Networking.NetObjectManager.GetInitialObjectStates (System.Collections.Generic.IEnumerable`1[T] newObjects, Eco.Shared.Networking.INetObjectViewer viewer, System.Collections.Generic.ICollection`1[T] monitored) [0x00032] in <e7caa7afeac146a783d1765107520b79>:0
  14. at Eco.Plugins.Networking.Clients.Client.Update () [0x000ba] in <0f893c9ea0c24eaaac79b0a5a151d5c9>:0
  15. at Eco.Plugins.Networking.Clients.Client.<Initialize>b__58_1 () [0x0000e] in <0f893c9ea0c24eaaac79b0a5a151d5c9>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement