Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. --BEGIN DUMP--
  2. Dump Time
  3. 01/01/2017 16:06:29
  4.  
  5. Exception
  6. System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
  7. at Eco.Simulation.ExternalInputs.WorldLayerSync.<>c__DisplayClass11_0.<UpdateLayersFromWorld>b__0(Vector2i chunkcol)
  8. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  9. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  10. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  11. --- End of inner exception stack trace ---
  12. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  13. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  14. 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)
  15. 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)
  16. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body)
  17. at Eco.Simulation.ExternalInputs.WorldLayerSync.UpdateLayersFromWorld(Boolean forceUpdate)
  18. at Eco.Core.Plugins.TickTimeUtil.TimeSubprocess(Action func)
  19. at Eco.Simulation.ExternalInputs.WorldLayerSync.Tick(Boolean allowWorldInteraction, Boolean forceWorldInteraction)
  20. at Eco.WorldLayerSystem.WorldLayerSimulation.InitLayers(Boolean regenerated)
  21. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  22. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  23. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  24. --- End of inner exception stack trace ---
  25. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  26. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  27. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  28. 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)
  29. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  30. at Eco.WorldGenerator.WorldGeneratorPlugin.CreateWorld()
  31. at Eco.WorldGenerator.WorldGeneratorPlugin.Run()
  32. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  33. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  34. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  35. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  36. ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
  37. at Eco.Simulation.ExternalInputs.WorldLayerSync.<>c__DisplayClass11_0.<UpdateLayersFromWorld>b__0(Vector2i chunkcol)
  38. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  39. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  40. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  41. --- End of inner exception stack trace ---
  42. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  43. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  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, ParallelOptions parallelOptions, Action`1 body)
  47. at Eco.Simulation.ExternalInputs.WorldLayerSync.UpdateLayersFromWorld(Boolean forceUpdate)
  48. at Eco.Core.Plugins.TickTimeUtil.TimeSubprocess(Action func)
  49. at Eco.Simulation.ExternalInputs.WorldLayerSync.Tick(Boolean allowWorldInteraction, Boolean forceWorldInteraction)
  50. at Eco.WorldLayerSystem.WorldLayerSimulation.InitLayers(Boolean regenerated)
  51. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  52. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  53. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  54. ---> (Inner Exception #0) System.IndexOutOfRangeException: Index was outside the bounds of the array.
  55. at Eco.Simulation.ExternalInputs.WorldLayerSync.<>c__DisplayClass11_0.<UpdateLayersFromWorld>b__0(Vector2i chunkcol)
  56. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  57. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  58. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
  59. <---
  60.  
  61.  
  62. Inner Exception
  63. System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
  64. at Eco.Simulation.ExternalInputs.WorldLayerSync.<>c__DisplayClass11_0.<UpdateLayersFromWorld>b__0(Vector2i chunkcol)
  65. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  66. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  67. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  68. --- End of inner exception stack trace ---
  69. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  70. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  71. 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)
  72. 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)
  73. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body)
  74. at Eco.Simulation.ExternalInputs.WorldLayerSync.UpdateLayersFromWorld(Boolean forceUpdate)
  75. at Eco.Core.Plugins.TickTimeUtil.TimeSubprocess(Action func)
  76. at Eco.Simulation.ExternalInputs.WorldLayerSync.Tick(Boolean allowWorldInteraction, Boolean forceWorldInteraction)
  77. at Eco.WorldLayerSystem.WorldLayerSimulation.InitLayers(Boolean regenerated)
  78. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  79. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  80. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  81. --- End of inner exception stack trace ---
  82. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  83. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  84. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  85. 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)
  86. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  87. at Eco.WorldGenerator.WorldGeneratorPlugin.CreateWorld()
  88. at Eco.WorldGenerator.WorldGeneratorPlugin.Run()
  89. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  90. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  91. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  92. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  93. ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
  94. at Eco.Simulation.ExternalInputs.WorldLayerSync.<>c__DisplayClass11_0.<UpdateLayersFromWorld>b__0(Vector2i chunkcol)
  95. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  96. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  97. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  98. --- End of inner exception stack trace ---
  99. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  100. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  101. 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)
  102. 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)
  103. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body)
  104. at Eco.Simulation.ExternalInputs.WorldLayerSync.UpdateLayersFromWorld(Boolean forceUpdate)
  105. at Eco.Core.Plugins.TickTimeUtil.TimeSubprocess(Action func)
  106. at Eco.Simulation.ExternalInputs.WorldLayerSync.Tick(Boolean allowWorldInteraction, Boolean forceWorldInteraction)
  107. at Eco.WorldLayerSystem.WorldLayerSimulation.InitLayers(Boolean regenerated)
  108. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  109. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  110. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  111. ---> (Inner Exception #0) System.IndexOutOfRangeException: Index was outside the bounds of the array.
  112. at Eco.Simulation.ExternalInputs.WorldLayerSync.<>c__DisplayClass11_0.<UpdateLayersFromWorld>b__0(Vector2i chunkcol)
  113. at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
  114. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  115. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
  116. <---
  117.  
  118.  
  119. --END DUMP--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement