Advertisement
Guest User

Eco Crash Dump

a guest
Nov 28th, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. --BEGIN DUMP--
  2. Dump Time
  3. 11/28/2015 05:12:36
  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 Eco.Simulation.Agents.Blocks.PlantBlock.Tick(IAwakener awakener)
  8. at Eco.Shared.Utils.ListExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
  9. at Eco.World.PersistentChunk.Tick()
  10. at System.Threading.Tasks.Parallel.<>c__DisplayClass32`2.<PartitionerForEachWorker>b__30()
  11. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  12. at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)
  13. --- End of inner exception stack trace ---
  14. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  15. at System.Threading.Tasks.Task.Wait()
  16. 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)
  17. 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)
  18. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  19. at Eco.World.WorldCore.Run()
  20. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  21. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  22. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  23. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  24. ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
  25. at Eco.Simulation.Agents.Blocks.PlantBlock.Tick(IAwakener awakener)
  26. at Eco.Shared.Utils.ListExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
  27. at Eco.World.PersistentChunk.Tick()
  28. at System.Threading.Tasks.Parallel.<>c__DisplayClass32`2.<PartitionerForEachWorker>b__30()
  29. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  30. at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)<---
  31.  
  32.  
  33. Inner Exception
  34. System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  35. at Eco.Simulation.Agents.Blocks.PlantBlock.Tick(IAwakener awakener)
  36. at Eco.Shared.Utils.ListExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
  37. at Eco.World.PersistentChunk.Tick()
  38. at System.Threading.Tasks.Parallel.<>c__DisplayClass32`2.<PartitionerForEachWorker>b__30()
  39. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  40. at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)
  41. --- End of inner exception stack trace ---
  42. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  43. at System.Threading.Tasks.Task.Wait()
  44. 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)
  45. 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)
  46. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  47. at Eco.World.WorldCore.Run()
  48. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  49. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  50. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  51. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  52. ---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
  53. at Eco.Simulation.Agents.Blocks.PlantBlock.Tick(IAwakener awakener)
  54. at Eco.Shared.Utils.ListExtensions.ForEach[T](IEnumerable`1 enumeration, Action`1 action)
  55. at Eco.World.PersistentChunk.Tick()
  56. at System.Threading.Tasks.Parallel.<>c__DisplayClass32`2.<PartitionerForEachWorker>b__30()
  57. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  58. at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)<---
  59.  
  60.  
  61. --END DUMP--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement