Guest User

CrashDump

a guest
Apr 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. --BEGIN DUMP--
  2. Dump Time
  3. 04/22/2018 09:19:10
  4.  
  5. Exception
  6. System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  7. at System.Object.GetType()
  8. at Eco.Gameplay.Components.PowerGrid.<.ctor>b__25_0(PowerGridComponent comp)
  9. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
  10. at Eco.Gameplay.Components.PowerGrid..ctor(IPowerEnergyType energyType, PowerGridComponent[] components)
  11. at Eco.Gameplay.Components.PowerGridComponent.LinkToGrid()
  12. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  13. at Eco.Gameplay.Objects.WorldObjectManager.<>c__DisplayClass13_0.<Eco.Core.Plugins.Interfaces.IInitializablePlugin.Initialize>b__1(KeyValuePair`2 pair)
  14. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  15. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  16. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  17. --- End of inner exception stack trace ---
  18. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  19. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  20. at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  21. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  22. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  23. at Eco.Gameplay.Objects.WorldObjectManager.Eco.Core.Plugins.Interfaces.IInitializablePlugin.Initialize(TimedTask timer)
  24. at Eco.Server.PluginManager.InitializePlugins()
  25. at Eco.Server.PluginManager..ctor()
  26. at Eco.Server.Startup.Start(String[] args)
  27. at Eco.Server.MainClass.Main(String[] args)
  28. ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
  29. at System.Object.GetType()
  30. at Eco.Gameplay.Components.PowerGrid.<.ctor>b__25_0(PowerGridComponent comp)
  31. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
  32. at Eco.Gameplay.Components.PowerGrid..ctor(IPowerEnergyType energyType, PowerGridComponent[] components)
  33. at Eco.Gameplay.Components.PowerGridComponent.LinkToGrid()
  34. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  35. at Eco.Gameplay.Objects.WorldObjectManager.<>c__DisplayClass13_0.<Eco.Core.Plugins.Interfaces.IInitializablePlugin.Initialize>b__1(KeyValuePair`2 pair)
  36. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  37. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  38. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
  39.  
  40.  
  41. Inner Exception
  42. System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  43. at System.Object.GetType()
  44. at Eco.Gameplay.Components.PowerGrid.<.ctor>b__25_0(PowerGridComponent comp)
  45. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
  46. at Eco.Gameplay.Components.PowerGrid..ctor(IPowerEnergyType energyType, PowerGridComponent[] components)
  47. at Eco.Gameplay.Components.PowerGridComponent.LinkToGrid()
  48. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  49. at Eco.Gameplay.Objects.WorldObjectManager.<>c__DisplayClass13_0.<Eco.Core.Plugins.Interfaces.IInitializablePlugin.Initialize>b__1(KeyValuePair`2 pair)
  50. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  51. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  52. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  53. --- End of inner exception stack trace ---
  54. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  55. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  56. at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  57. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  58. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  59. at Eco.Gameplay.Objects.WorldObjectManager.Eco.Core.Plugins.Interfaces.IInitializablePlugin.Initialize(TimedTask timer)
  60. at Eco.Server.PluginManager.InitializePlugins()
  61. at Eco.Server.PluginManager..ctor()
  62. at Eco.Server.Startup.Start(String[] args)
  63. at Eco.Server.MainClass.Main(String[] args)
  64. ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
  65. at System.Object.GetType()
  66. at Eco.Gameplay.Components.PowerGrid.<.ctor>b__25_0(PowerGridComponent comp)
  67. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
  68. at Eco.Gameplay.Components.PowerGrid..ctor(IPowerEnergyType energyType, PowerGridComponent[] components)
  69. at Eco.Gameplay.Components.PowerGridComponent.LinkToGrid()
  70. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  71. at Eco.Gameplay.Objects.WorldObjectManager.<>c__DisplayClass13_0.<Eco.Core.Plugins.Interfaces.IInitializablePlugin.Initialize>b__1(KeyValuePair`2 pair)
  72. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  73. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  74. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
  75.  
  76.  
  77. --END DUMP--
Add Comment
Please, Sign In to add comment