Advertisement
Guest User

Untitled

a guest
Jan 1st, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. --BEGIN DUMP--
  2. Dump Time
  3. 01/01/2016 14:40:37
  4.  
  5. Exception
  6. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: An item with the same key has already been added.
  7. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  8. at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
  9. at Eco.Gameplay.Items.ItemStore.AddItem(Item i)
  10. at Eco.Shared.Utils.ListExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
  11. at Eco.Gameplay.Players.UserManager..ctor()
  12. --- End of inner exception stack trace ---
  13. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  14. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  15. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  16. at System.Activator.CreateInstance[T]()
  17. at Eco.Server.Plugins.PluginManager.AddPlugin[T]()
  18. at Eco.Server.Plugins.PluginManager..ctor()
  19. at Eco.Server.MainClass.Main(String[] args)
  20.  
  21. Inner Exception
  22. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: An item with the same key has already been added.
  23. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
  24. at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
  25. at Eco.Gameplay.Items.ItemStore.AddItem(Item i)
  26. at Eco.Shared.Utils.ListExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
  27. at Eco.Gameplay.Players.UserManager..ctor()
  28. --- End of inner exception stack trace ---
  29. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  30. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  31. at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  32. at System.Activator.CreateInstance[T]()
  33. at Eco.Server.Plugins.PluginManager.AddPlugin[T]()
  34. at Eco.Server.Plugins.PluginManager..ctor()
  35. at Eco.Server.MainClass.Main(String[] args)
  36.  
  37. --END DUMP--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement