Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.45 KB | None | 0 0
  1.  
  2. [21:06:00] [Server thread/INFO] [nucleus]: Crumbled ran the command: /virtualchest open test2
  3. [21:06:00] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  4. > [21:06:00] [Server thread/WARN] [Sponge]: /* Could not pass InteractInventoryEvent$Open$Impl */
  5. > [21:06:00] [Server thread/WARN] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  6. > [21:06:00] [Server thread/WARN] [Sponge]: /* Could not pass the event InteractInventoryEvent$Open$Impl to an Event Listener! */
  7. > [21:06:00] [Server thread/WARN] [Sponge]: /* */
  8. > [21:06:00] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener,
  9. there could be adverse side effects of the exception occuring
  10. such that duplications or other game breaking issues could exist.
  11. Due to the nature of the exception, this is not likely an exception
  12. that is covered by SpongeForge or Forge itself, and therefor should
  13. be reported to the mod/plugin author first prior to reporting to
  14. Sponge or Forge. */
  15. > [21:06:00] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: virtualchest */
  16. > [21:06:00] [Server thread/WARN] [Sponge]: /* Exception: */
  17. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.api.data.persistence.InvalidDataException: Find error when generating item at Slot22 */
  18. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItem.fillInventory(VirtualChestItem.java:138) */
  19. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.setItemInInventory(VirtualChestInventory.java:164) */
  20. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.updateInventory(VirtualChestInventory.java:151) */
  21. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.access$400(VirtualChestInventory.java:46) */
  22. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory$EventListener.fireOpenEvent(VirtualChestInventory.java:318) */
  23. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory$EventListener.access$900(VirtualChestInventory.java:258) */
  24. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.lambda$create$3(VirtualChestInventory.java:118) */
  25. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.custom.CustomInventoryListener.handle(CustomInventoryListener.java:63) */
  26. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.custom.CustomInventoryListener.handle(CustomInventoryListener.java:40) */
  27. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) */
  28. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:385) */
  29. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458) */
  30. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) */
  31. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) */
  32. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:246) */
  33. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractInventoryOpenEvent(SpongeCommonEventFactory.java:1118) */
  34. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.displayContainer(SpongeCommonEventFactory.java:1255) */
  35. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.openInventory(EntityPlayerMP.java:4261) */
  36. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.openInventory(EntityPlayerMP.java:4242) */
  37. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.unsafe.SpongeUnimplemented.openInventory(SpongeUnimplemented.java:156) */
  38. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventoryDispatcher.open(VirtualChestInventoryDispatcher.java:77) */
  39. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.command.VirtualChestCommandManager.lambda$processOpenCommand$0(VirtualChestCommandManager.java:156) */
  40. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:192) */
  41. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SyncScheduler.executeTaskRunnable(SyncScheduler.java:74) */
  42. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.startTask(SchedulerBase.java:183) */
  43. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.processTask(SchedulerBase.java:169) */
  44. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707) */
  45. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:112) */
  46. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SyncScheduler.tick(SyncScheduler.java:47) */
  47. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SpongeScheduler.tickSyncScheduler(SpongeScheduler.java:189) */
  48. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.SpongeMod.onTick(SpongeMod.java:418) */
  49. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_40_SpongeMod_onTick_ServerTickEvent.invoke(.dynamic) */
  50. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  51. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756) */
  52. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) */
  53. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279) */
  54. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657) */
  55. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  56. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  57. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.api.data.persistence.InvalidDataException: Could not deserialize something correctly, likely due to bad type data. */
  58. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.api.data.persistence.AbstractDataBuilder.build(AbstractDataBuilder.java:89) */
  59. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.data.SpongeDataManager.lambda$deserialize$1(SpongeDataManager.java:196) */
  60. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.util.Optional.flatMap(Optional.java:241) */
  61. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.data.SpongeDataManager.deserialize(SpongeDataManager.java:196) */
  62. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.config.DataSerializableTypeSerializer.deserialize(DataSerializableTypeSerializer.java:50) */
  63. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.config.DataSerializableTypeSerializer.deserialize(DataSerializableTypeSerializer.java:41) */
  64. > [21:06:00] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.getValue(SimpleConfigurationNode.java:218) */
  65. > [21:06:00] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.ConfigurationNode.getValue(ConfigurationNode.java:491) */
  66. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItemStackSerializer.deserializeItemFrom(VirtualChestItemStackSerializer.java:197) */
  67. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItemStackSerializer.apply(VirtualChestItemStackSerializer.java:153) */
  68. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItem.fillInventory(VirtualChestItem.java:133) */
  69. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.setItemInInventory(VirtualChestInventory.java:164) */
  70. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.updateInventory(VirtualChestInventory.java:151) */
  71. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.access$400(VirtualChestInventory.java:46) */
  72. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory$EventListener.fireOpenEvent(VirtualChestInventory.java:318) */
  73. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory$EventListener.access$900(VirtualChestInventory.java:258) */
  74. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.lambda$create$3(VirtualChestInventory.java:118) */
  75. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.custom.CustomInventoryListener.handle(CustomInventoryListener.java:63) */
  76. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.custom.CustomInventoryListener.handle(CustomInventoryListener.java:40) */
  77. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) */
  78. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:385) */
  79. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458) */
  80. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) */
  81. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) */
  82. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:246) */
  83. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractInventoryOpenEvent(SpongeCommonEventFactory.java:1118) */
  84. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.displayContainer(SpongeCommonEventFactory.java:1255) */
  85. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.openInventory(EntityPlayerMP.java:4261) */
  86. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.openInventory(EntityPlayerMP.java:4242) */
  87. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.unsafe.SpongeUnimplemented.openInventory(SpongeUnimplemented.java:156) */
  88. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventoryDispatcher.open(VirtualChestInventoryDispatcher.java:77) */
  89. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.command.VirtualChestCommandManager.lambda$processOpenCommand$0(VirtualChestCommandManager.java:156) */
  90. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:192) */
  91. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SyncScheduler.executeTaskRunnable(SyncScheduler.java:74) */
  92. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.startTask(SchedulerBase.java:183) */
  93. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.processTask(SchedulerBase.java:169) */
  94. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707) */
  95. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:112) */
  96. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SyncScheduler.tick(SyncScheduler.java:47) */
  97. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SpongeScheduler.tickSyncScheduler(SpongeScheduler.java:189) */
  98. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.SpongeMod.onTick(SpongeMod.java:418) */
  99. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_40_SpongeMod_onTick_ServerTickEvent.invoke(.dynamic) */
  100. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  101. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756) */
  102. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) */
  103. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279) */
  104. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657) */
  105. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  106. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  107. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.lang.IllegalStateException: Unable to find item with id: pixelmon:pokeball */
  108. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.SpongeItemStackBuilder.lambda$buildContent$1(SpongeItemStackBuilder.java:281) */
  109. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.util.Optional.orElseThrow(Optional.java:290) */
  110. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.SpongeItemStackBuilder.buildContent(SpongeItemStackBuilder.java:281) */
  111. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.api.data.persistence.AbstractDataBuilder.build(AbstractDataBuilder.java:87) */
  112. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.data.SpongeDataManager.lambda$deserialize$1(SpongeDataManager.java:196) */
  113. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.util.Optional.flatMap(Optional.java:241) */
  114. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.data.SpongeDataManager.deserialize(SpongeDataManager.java:196) */
  115. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.config.DataSerializableTypeSerializer.deserialize(DataSerializableTypeSerializer.java:50) */
  116. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.config.DataSerializableTypeSerializer.deserialize(DataSerializableTypeSerializer.java:41) */
  117. > [21:06:00] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.SimpleConfigurationNode.getValue(SimpleConfigurationNode.java:218) */
  118. > [21:06:00] [Server thread/WARN] [Sponge]: /* ninja.leaping.configurate.ConfigurationNode.getValue(ConfigurationNode.java:491) */
  119. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItemStackSerializer.deserializeItemFrom(VirtualChestItemStackSerializer.java:197) */
  120. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItemStackSerializer.apply(VirtualChestItemStackSerializer.java:153) */
  121. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.item.VirtualChestItem.fillInventory(VirtualChestItem.java:133) */
  122. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.setItemInInventory(VirtualChestInventory.java:164) */
  123. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.updateInventory(VirtualChestInventory.java:151) */
  124. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.access$400(VirtualChestInventory.java:46) */
  125. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory$EventListener.fireOpenEvent(VirtualChestInventory.java:318) */
  126. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory$EventListener.access$900(VirtualChestInventory.java:258) */
  127. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventory.lambda$create$3(VirtualChestInventory.java:118) */
  128. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.custom.CustomInventoryListener.handle(CustomInventoryListener.java:63) */
  129. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.item.inventory.custom.CustomInventoryListener.handle(CustomInventoryListener.java:40) */
  130. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) */
  131. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:385) */
  132. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458) */
  133. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) */
  134. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) */
  135. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:246) */
  136. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callInteractInventoryOpenEvent(SpongeCommonEventFactory.java:1118) */
  137. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.displayContainer(SpongeCommonEventFactory.java:1255) */
  138. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.openInventory(EntityPlayerMP.java:4261) */
  139. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.entity.player.EntityPlayerMP.openInventory(EntityPlayerMP.java:4242) */
  140. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.unsafe.SpongeUnimplemented.openInventory(SpongeUnimplemented.java:156) */
  141. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.inventory.VirtualChestInventoryDispatcher.open(VirtualChestInventoryDispatcher.java:77) */
  142. > [21:06:00] [Server thread/WARN] [Sponge]: /* com.github.ustc_zzzz.virtualchest.command.VirtualChestCommandManager.lambda$processOpenCommand$0(VirtualChestCommandManager.java:156) */
  143. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:192) */
  144. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SyncScheduler.executeTaskRunnable(SyncScheduler.java:74) */
  145. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.startTask(SchedulerBase.java:183) */
  146. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.processTask(SchedulerBase.java:169) */
  147. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707) */
  148. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:112) */
  149. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SyncScheduler.tick(SyncScheduler.java:47) */
  150. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.common.scheduler.SpongeScheduler.tickSyncScheduler(SpongeScheduler.java:189) */
  151. > [21:06:00] [Server thread/WARN] [Sponge]: /* org.spongepowered.mod.SpongeMod.onTick(SpongeMod.java:418) */
  152. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_40_SpongeMod_onTick_ServerTickEvent.invoke(.dynamic) */
  153. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
  154. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756) */
  155. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) */
  156. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:279) */
  157. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657) */
  158. > [21:06:00] [Server thread/WARN] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  159. > [21:06:00] [Server thread/WARN] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  160. > [21:06:00] [Server thread/WARN] [Sponge]: /************************************************************************************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement