Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.90 KB | None | 0 0
  1. [01:54:01] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  2. [01:54:01] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  3. [01:54:01] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  4. [01:54:01] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  5. [01:54:01] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  6. [01:54:01] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  7. [01:54:01] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  8. [01:54:01] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  9. [01:54:01] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  10. [01:54:01] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  11. [01:54:01] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  12. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@3746ab79 */
  13. [01:54:01] [Server thread/ERROR] [Sponge]: /* */
  14. [01:54:01] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  15. [01:54:01] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: -1 */
  16. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.getLens(DynamicLensCollectionImpl.java:95) */
  17. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.lens.impl.collections.DynamicLensCollectionImpl.get(DynamicLensCollectionImpl.java:89) */
  18. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.lens.impl.collections.SlotCollection.getSlot(SlotCollection.java:135) */
  19. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.lens.impl.DelegatingLens.<init>(DelegatingLens.java:60) */
  20. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.util.ContainerUtil.generateAdapterLens(ContainerUtil.java:341) */
  21. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.util.ContainerUtil.generateLens(ContainerUtil.java:247) */
  22. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.item.inventory.util.ContainerUtil.getLens(ContainerUtil.java:217) */
  23. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.inventory.Container.spongeInit(Container.java:1022) */
  24. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.inventory.Container.detectAndSendChanges(Container.java:1085) */
  25. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.inventory.Container.func_75142_b(Container.java:1074) */
  26. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.inventory.Container.func_75132_a(Container.java:1061) */
  27. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.server.agent.AgentContainer.<init>(AgentContainer.scala:18) */
  28. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.server.agent.Player.<init>(Player.scala:149) */
  29. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_$lzycompute(Robot.scala:191) */
  30. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.Robot.li$cil$oc$common$tileentity$Robot$$player_(Robot.scala:191) */
  31. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.Robot$$anonfun$updateEntity$1.apply$mcVI$sp(Robot.scala:375) */
  32. [01:54:01] [Server thread/ERROR] [Sponge]: /* scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160) */
  33. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.Robot.updateEntity(Robot.scala:373) */
  34. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.RobotProxy.updateEntity(RobotProxy.scala:149) */
  35. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6) */
  36. [01:54:01] [Server thread/ERROR] [Sponge]: /* li.cil.oc.common.tileentity.RobotProxy.func_73660_a(RobotProxy.scala:34) */
  37. [01:54:01] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:257) */
  38. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:4188) */
  39. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zlm000(WorldServer.java:4172) */
  40. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:7712) */
  41. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3318) */
  42. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
  43. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
  44. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  45. [01:54:01] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  46. [01:54:01] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  47. [01:54:01] [Server thread/ERROR] [Sponge]: /* */
  48. [01:54:01] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  49. [01:54:01] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  50. [01:54:01] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  51. [01:54:01] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  52. [01:54:01] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  53. [01:54:01] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  54. [01:54:04] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  55. [01:54:04] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  56. [01:54:04] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  57. [01:54:04] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  58. [01:54:04] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  59. [01:54:04] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  60. [01:54:04] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  61. [01:54:04] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  62. [01:54:04] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  63. [01:54:04] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  64. [01:54:04] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  65. [01:54:04] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@419ab895 */
  66. [01:54:04] [Server thread/ERROR] [Sponge]: /* */
  67. [01:54:04] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  68. [01:54:04] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  69. [01:54:04] [Server thread/ERROR] [Sponge]: /* */
  70. [01:54:04] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  71. [01:54:04] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  72. [01:54:04] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  73. [01:54:04] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  74. [01:54:04] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  75. [01:54:04] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  76. [01:54:05] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 8706ms behind, skipping 174 tick(s)
  77. [01:54:05] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  78. [01:54:05] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  79. [01:54:05] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  80. [01:54:05] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  81. [01:54:05] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  82. [01:54:05] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  83. [01:54:05] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  84. [01:54:05] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  85. [01:54:05] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  86. [01:54:05] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  87. [01:54:05] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  88. [01:54:05] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@15a26853 */
  89. [01:54:05] [Server thread/ERROR] [Sponge]: /* */
  90. [01:54:05] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  91. [01:54:05] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  92. [01:54:05] [Server thread/ERROR] [Sponge]: /* */
  93. [01:54:05] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  94. [01:54:05] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  95. [01:54:05] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  96. [01:54:05] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  97. [01:54:05] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  98. [01:54:05] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  99. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  100. [01:54:06] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  101. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  102. [01:54:06] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  103. [01:54:06] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  104. [01:54:06] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  105. [01:54:06] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  106. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  107. [01:54:06] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  108. [01:54:06] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  109. [01:54:06] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  110. [01:54:06] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@62c258be */
  111. [01:54:06] [Server thread/ERROR] [Sponge]: /* */
  112. [01:54:06] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  113. [01:54:06] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  114. [01:54:06] [Server thread/ERROR] [Sponge]: /* */
  115. [01:54:06] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  116. [01:54:06] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  117. [01:54:06] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  118. [01:54:06] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  119. [01:54:06] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  120. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  121. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  122. [01:54:06] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  123. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  124. [01:54:06] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  125. [01:54:06] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  126. [01:54:06] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  127. [01:54:06] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  128. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  129. [01:54:06] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  130. [01:54:06] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  131. [01:54:06] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  132. [01:54:06] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@16d489f7 */
  133. [01:54:06] [Server thread/ERROR] [Sponge]: /* */
  134. [01:54:06] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  135. [01:54:06] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  136. [01:54:06] [Server thread/ERROR] [Sponge]: /* */
  137. [01:54:06] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  138. [01:54:06] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  139. [01:54:06] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  140. [01:54:06] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  141. [01:54:06] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  142. [01:54:06] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  143. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  144. [01:54:07] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  145. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  146. [01:54:07] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  147. [01:54:07] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  148. [01:54:07] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  149. [01:54:07] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  150. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  151. [01:54:07] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  152. [01:54:07] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  153. [01:54:07] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  154. [01:54:07] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@1c7f692f */
  155. [01:54:07] [Server thread/ERROR] [Sponge]: /* */
  156. [01:54:07] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  157. [01:54:07] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  158. [01:54:07] [Server thread/ERROR] [Sponge]: /* */
  159. [01:54:07] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  160. [01:54:07] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  161. [01:54:07] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  162. [01:54:07] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  163. [01:54:07] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  164. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  165. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  166. [01:54:07] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  167. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  168. [01:54:07] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  169. [01:54:07] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  170. [01:54:07] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  171. [01:54:07] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  172. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  173. [01:54:07] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  174. [01:54:07] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  175. [01:54:07] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  176. [01:54:07] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@574c7817 */
  177. [01:54:07] [Server thread/ERROR] [Sponge]: /* */
  178. [01:54:07] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  179. [01:54:07] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  180. [01:54:07] [Server thread/ERROR] [Sponge]: /* */
  181. [01:54:07] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  182. [01:54:07] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  183. [01:54:07] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  184. [01:54:07] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  185. [01:54:07] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838 */
  186. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  187. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  188. [01:54:07] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  189. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  190. [01:54:07] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  191. [01:54:07] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  192. [01:54:07] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  193. [01:54:07] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  194. [01:54:07] [Server thread/ERROR] [Sponge]: /*************************************************************************************************************************************************************************************/
  195. [01:54:07] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  196. [01:54:07] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  197. [01:54:07] [Server thread/ERROR] [Sponge]: /* - Source: RobotProxy{tileType=oc:robot, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}, pos=BlockPos{x=749, y=94, z=1257}, blockMetadata=-1} */
  198. [01:54:07] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@6822b88b */
  199. [01:54:07] [Server thread/ERROR] [Sponge]: /* */
  200. [01:54:07] [Server thread/ERROR] [Sponge]: /* StackTrace : */
  201. [01:54:07] [Server thread/ERROR] [Sponge]: /* java.lang.ArrayIndexOutOfBoundsException: null */
  202. [01:54:07] [Server thread/ERROR] [Sponge]: /* */
  203. [01:54:07] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  204. [01:54:07] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-a56d82c4c */
  205. [01:54:07] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.1.7-SNAPSHOT */
  206. [01:54:07] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.1.7-RC3808 */
  207. [01:54:07] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2838
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement