Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ArgumentException: An item with the same key has already been added. Key: 0:0
  2. at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x00000] in <00000000000000000000000000000000>:0
  3. at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <00000000000000000000000000000000>:0
  4. at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x00000] in <00000000000000000000000000000000>:0
  5. at Assets.UtilLibs.JsonDotNet.Json.Utilities.CollectionUtils.Slice[T] (System.Collections.Generic.IList`1[T] list, System.Nullable`1[T] start, System.Nullable`1[T] end) [0x00000] in <00000000000000000000000000000000>:0
  6. at IslandScripts.IslandBuildingManager.Init (IslandScripts.Profile.LocalsSaves.IProfileLoader profileLoader, ProfileSystem.IProfileActionsSaver profileActionsSaver) [0x00000] in <00000000000000000000000000000000>:0
  7. at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0
  8. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  9. at Orbox.Async.Deferred`1[T].Resolve (T result) [0x00000] in <00000000000000000000000000000000>:0
  10. at System.Func`1[TResult].Invoke () [0x00000] in <00000000000000000000000000000000>:0
  11. at Orbox.Async.BaseDeferred+<>c__DisplayClass10_0`1[TNext].<Then>b__0 () [0x00000] in <00000000000000000000000000000000>:0
  12. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  13. at Orbox.Async.Deferred.Resolve () [0x00000] in <00000000000000000000000000000000>:0
  14. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  15. at PnkClient.ConfigHandler+<>c__DisplayClass14_0.<OnAllConfigStatesLoaded>b__0 (PnkClient.Core.PnkError error, PnkClient.ConfigHandler+GetConfigStatesResponse response) [0x00000] in <00000000000000000000000000000000>:0
  16. at System.Action`2[T1,T2].Invoke (T1 arg1, T2 arg2) [0x00000] in <00000000000000000000000000000000>:0
  17. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  18. at NewAssets.Scripts.UtilScripts.MainThreadDispatcher+<>c__DisplayClass8_0.<Invoke>b__0 () [0x00000] in <00000000000000000000000000000000>:0
  19. at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
  20. at NewAssets.Scripts.UtilScripts.MainThreadDispatcher.InvokeAsync (System.Action action) [0x00000] in <00000000000000000000000000000000>:0
  21. at NewAssets.Scripts.UtilScripts.MainThreadDispatcher.Invoke (System.Action action) [0x00000] in <00000000000000000000000000000000>:0
  22. at PnkClient.Core.PnkHandler+<>c__DisplayClass8_0`1[T].<SendRequest>b__0 (PnkClient.Core.PnkError error, T response) [0x00000] in <00000000000000000000000000000000>:0
  23. at System.Action`2[T1,T2].Invoke (T1 arg1, T2 arg2) [0x00000] in <00000000000000000000000000000000>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement