
Splash Witches brew Spore Cloud causes lags
Vitoldik opened this issue · 5 comments
When I use a potion Spore Cloud stack traces appear in the console and the server starts lagging. Please fix it. Version: bewitchment-1.12.2-0.0.21.12, server core Sponge (Latest recommended version).
I think we need a bit more detail.
/***************************************************************************************************************************************/ [23:29:37] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************/ [23:29:37] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */ [23:29:37] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************/ [23:29:37] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best */ [23:29:37] [Server thread/ERROR] [Sponge]: /* effort to not throw exceptions randomly */ [23:29:37] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most */ [23:29:37] [Server thread/ERROR] [Sponge]: /* cases, something else triggered this */ [23:29:37] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash */ [23:29:37] [Server thread/ERROR] [Sponge]: /* by catching it. The following stacktrace */ [23:29:37] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */ [23:29:37] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************/ [23:29:37] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{Entity} */ [23:29:37] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */ [23:29:37] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@1f2429e0 */ [23:29:37] [Server thread/ERROR] [Sponge]: /* - Phase: Plugin{ServerTick:PostServerTickState} */ [23:29:37] [Server thread/ERROR] [Sponge]: /* Context: */ [23:29:37] [Server thread/ERROR] [Sponge]: /* - Source: FMLMod:tiquality{THIN-1.12.2-GAMMA-1.8.1-132} */ [23:29:37] [Server thread/ERROR] [Sponge]: /* - Listener: net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@6663fc9e */ [23:29:37] [Server thread/ERROR] [Sponge]: /* */ [23:29:37] [Server thread/ERROR] [Sponge]: /* StackTrace : */ [23:29:37] [Server thread/ERROR] [Sponge]: /* java.lang.IllegalStateException: */ [23:29:37] [Server thread/ERROR] [Sponge]: /* Unable to retrieve a TileEntity for */ [23:29:37] [Server thread/ERROR] [Sponge]: /* location: Location{(-1534.0, 81.0, */ [23:29:37] [Server thread/ERROR] [Sponge]: /* 1514.0) in WorldServer{Name=world, */ [23:29:37] [Server thread/ERROR] [Sponge]: /* DimensionId=0, */ [23:29:37] [Server thread/ERROR] [Sponge]: /* DimensionType=minecraft:overworld}} */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.block.state.BlockStateContainer$StateImplementation.md6960a8$lambda$snapshotFor$3$1(BlockStateContainer.java:700) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* java.util.Optional.orElseThrow(Optional.java:290) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.block.state.BlockStateContainer$StateImplementation.snapshotFor(BlockStateContainer.java:700) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.ForgeToSpongeEventFactory.createAndPostChangeBlockEventPlace(ForgeToSpongeEventFactory.java:296) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.ForgeToSpongeEventFactory.createAndPostSpongeEvent(ForgeToSpongeEventFactory.java:171) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:292) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:729) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.event.ForgeEventFactory.onPlayerBlockPlace(ForgeEventFactory.java:178) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* com.bewitchment.common.potion.PotionBlight.onImpact(PotionBlight.java:52) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityPotion.handler$bbd000$applyEffects(SourceFile:1026) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityPotion.func_70184_a(SourceFile) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityThrowable.redirect$zhh000$onProjectileImpact(EntityThrowable.java:1072) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(EntityThrowable.java:249) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:5238) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.onEntityTick(WorldServer.java:6223) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* com.github.terminatornl.tiquality.tracking.tickexecutors.SpongeTickExecutor.onEntityTick(SpongeTickExecutor.java:40) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.tiquality_doUpdateTick(Entity.java:8096) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* com.github.terminatornl.tiquality.tracking.TrackerBase.grantTick(TrackerBase.java:355) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* com.github.terminatornl.tiquality.tracking.TrackerManager.tickUntil(TrackerManager.java:87) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* com.github.terminatornl.tiquality.monitor.TickMaster.onServerTick(TickMaster.java:63) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1122_TickMaster_onServerTick_ServerTickEvent.invoke(.dynamic) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */ [23:29:37] [Server thread/ERROR] [Sponge]: /* */ [23:29:37] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */ [23:29:37] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.2-fe189dcf */ [23:29:37] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.2.0 */ [23:29:37] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.2.0 */ [23:29:37] [Server thread/ERROR] [Sponge]: /* Minecraft Forge :
Use pastebin please