Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.37 KB | None | 0 0
  1. --BEGIN DUMP--
  2. Dump Time
  3. 04/03/2017 08:55:49
  4.  
  5. Exception
  6. System.AggregateException: One or more errors occurred. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DivideByZeroException: Attempted to divide by zero.
  7. at Eco.Shared.Voxel.World.GetWrappedWorldPosition(Vector3i worldPos)
  8. at Eco.World.World.GetMaxY(Vector2i worldPos)
  9. at Eco.Gameplay.Property.RoomChecker.GetRoomStats(RoomQuery query)
  10. at Eco.Gameplay.Rooms.Room.OnDeserialized()
  11. --- End of inner exception stack trace ---
  12. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  13. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  14. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  15. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  16. at Eco.Core.Serialization.Serializers.EnumerableSerializer`2.Decode(BinaryReader reader)
  17. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  18. at Eco.Core.Serialization.SimpleSerializer.Deserialize(Stream stream)
  19. at Eco.Core.Serialization.DataStore.Load[T](String folder, Action`2 createFunc)
  20. at Eco.Core.Plugins.StorageManager.CreateOrLoad[StorageType](String folder)
  21. at Eco.Gameplay.Rooms.RoomPlugin..ctor()
  22. --- End of inner exception stack trace ---
  23. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  24. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  25. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  26. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
  27. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  28. at System.Activator.CreateInstance(Type type, Object[] args)
  29. at Eco.Server.PluginManager.AddPlugin[T](Object[] p)
  30. at System.Threading.Tasks.Task.Execute()
  31. --- End of inner exception stack trace ---
  32. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  33. at Eco.Server.PluginManager..ctor()
  34. at Eco.Server.MainClass.Main(String[] args)
  35. ---> (Inner Exception #0) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DivideByZeroException: Attempted to divide by zero.
  36. at Eco.Shared.Voxel.World.GetWrappedWorldPosition(Vector3i worldPos)
  37. at Eco.World.World.GetMaxY(Vector2i worldPos)
  38. at Eco.Gameplay.Property.RoomChecker.GetRoomStats(RoomQuery query)
  39. at Eco.Gameplay.Rooms.Room.OnDeserialized()
  40. --- End of inner exception stack trace ---
  41. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  42. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  43. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  44. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  45. at Eco.Core.Serialization.Serializers.EnumerableSerializer`2.Decode(BinaryReader reader)
  46. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  47. at Eco.Core.Serialization.SimpleSerializer.Deserialize(Stream stream)
  48. at Eco.Core.Serialization.DataStore.Load[T](String folder, Action`2 createFunc)
  49. at Eco.Core.Plugins.StorageManager.CreateOrLoad[StorageType](String folder)
  50. at Eco.Gameplay.Rooms.RoomPlugin..ctor()
  51. --- End of inner exception stack trace ---
  52. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  53. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  54. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  55. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
  56. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  57. at System.Activator.CreateInstance(Type type, Object[] args)
  58. at Eco.Server.PluginManager.AddPlugin[T](Object[] p)
  59. at System.Threading.Tasks.Task.Execute()<---
  60.  
  61.  
  62. Inner Exception
  63. System.AggregateException: One or more errors occurred. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DivideByZeroException: Attempted to divide by zero.
  64. at Eco.Shared.Voxel.World.GetWrappedWorldPosition(Vector3i worldPos)
  65. at Eco.World.World.GetMaxY(Vector2i worldPos)
  66. at Eco.Gameplay.Property.RoomChecker.GetRoomStats(RoomQuery query)
  67. at Eco.Gameplay.Rooms.Room.OnDeserialized()
  68. --- End of inner exception stack trace ---
  69. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  70. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  71. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  72. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  73. at Eco.Core.Serialization.Serializers.EnumerableSerializer`2.Decode(BinaryReader reader)
  74. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  75. at Eco.Core.Serialization.SimpleSerializer.Deserialize(Stream stream)
  76. at Eco.Core.Serialization.DataStore.Load[T](String folder, Action`2 createFunc)
  77. at Eco.Core.Plugins.StorageManager.CreateOrLoad[StorageType](String folder)
  78. at Eco.Gameplay.Rooms.RoomPlugin..ctor()
  79. --- End of inner exception stack trace ---
  80. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  81. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  82. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  83. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
  84. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  85. at System.Activator.CreateInstance(Type type, Object[] args)
  86. at Eco.Server.PluginManager.AddPlugin[T](Object[] p)
  87. at System.Threading.Tasks.Task.Execute()
  88. --- End of inner exception stack trace ---
  89. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  90. at Eco.Server.PluginManager..ctor()
  91. at Eco.Server.MainClass.Main(String[] args)
  92. ---> (Inner Exception #0) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DivideByZeroException: Attempted to divide by zero.
  93. at Eco.Shared.Voxel.World.GetWrappedWorldPosition(Vector3i worldPos)
  94. at Eco.World.World.GetMaxY(Vector2i worldPos)
  95. at Eco.Gameplay.Property.RoomChecker.GetRoomStats(RoomQuery query)
  96. at Eco.Gameplay.Rooms.Room.OnDeserialized()
  97. --- End of inner exception stack trace ---
  98. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  99. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  100. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  101. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  102. at Eco.Core.Serialization.Serializers.EnumerableSerializer`2.Decode(BinaryReader reader)
  103. at Eco.Core.Serialization.Serializers.ClassSerializer`1.DecodeToObject(BinaryReader reader)
  104. at Eco.Core.Serialization.SimpleSerializer.Deserialize(Stream stream)
  105. at Eco.Core.Serialization.DataStore.Load[T](String folder, Action`2 createFunc)
  106. at Eco.Core.Plugins.StorageManager.CreateOrLoad[StorageType](String folder)
  107. at Eco.Gameplay.Rooms.RoomPlugin..ctor()
  108. --- End of inner exception stack trace ---
  109. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
  110. at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
  111. at System.Activator.CreateInstance(Type type, Boolean nonPublic)
  112. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
  113. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  114. at System.Activator.CreateInstance(Type type, Object[] args)
  115. at Eco.Server.PluginManager.AddPlugin[T](Object[] p)
  116. at System.Threading.Tasks.Task.Execute()<---
  117.  
  118.  
  119. --END DUMP--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement