1761240851
  1. [17:58:58] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingJumpEvent@18ef4614:
  2. java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_70440_f(I)Lnet/minecraft/item/ItemStack;
  3.         at com.denfop.ssp.events.EventHandler.jump(EventHandler.java:101) ~[EventHandler.class:1.4.0]
  4.         at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_764_EventHandler_jump_LivingJumpEvent.invoke(.dynamic) ~[?:?]
  5.         at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:bb39330]
  6.         at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:189) [EventBus.class:bb39330]
  7.         at net.minecraftforge.common.ForgeHooks.onLivingJump(ForgeHooks.java:548) [ForgeHooks.class:bb39330]
  8.         at net.minecraft.entity.EntityLivingBase.func_70664_aZ(EntityLivingBase.java:2082) [vp.class:?]
  9.         at net.minecraft.entity.player.EntityPlayer.func_70664_aZ(EntityPlayer.java:1951) [aed.class:?]
  10.         at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:764) [pa.class:?]
  11.         at net.minecraft.network.play.client.CPacketPlayer.func_148833_a(CPacketPlayer.java:33) [lk.class:?]
  12.         at net.minecraft.network.play.client.CPacketPlayer$PositionRotation.func_148833_a(CPacketPlayer.java:110) [lk$b.class:?]
  13.         at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
  14.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  15.         at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  16.         at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  17.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:841) [MinecraftServer.class:?]
  18.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:468) [nz.class:?]
  19.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:775) [MinecraftServer.class:?]
  20.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618) [MinecraftServer.class:?]
  21.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  22. [17:58:58] [Server thread/ERROR] [FML]: Index: 6 Listeners:
  23. [17:58:58] [Server thread/ERROR] [FML]: 0: NORMAL
  24. [17:58:58] [Server thread/ERROR] [FML]: 1: ASM: class thaumcraft.common.lib.events.PlayerEvents playerJumps(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent;)V
  25. [17:58:58] [Server thread/ERROR] [FML]: 2: ASM: crafttweaker.mc1120.events.CommonEventHandler@5036eb7 onEntityLivingJumpEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent;)V
  26. [17:58:58] [Server thread/ERROR] [FML]: 3: ASM: vazkii.botania.common.item.equipment.bauble.ItemTravelBelt@1dcee8db onPlayerJump(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent;)V
  27. [17:58:58] [Server thread/ERROR] [FML]: 4: ASM: slimeknights.tconstruct.shared.BlockEvents@79a26cb onLivingJump(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent;)V
  28. [17:58:58] [Server thread/ERROR] [FML]: 5: ASM: blusunrize.immersiveengineering.common.EventHandler@43b7ead4 onLivingJump(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent;)V
  29. [17:58:58] [Server thread/ERROR] [FML]: 6: ASM: com.denfop.ssp.events.EventHandler@16eeb56f jump(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent;)V
  30. [17:58:58] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
  31. java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_70440_f(I)Lnet/minecraft/item/ItemStack;
  32.         at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_211]
  33.         at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_211]
  34.         at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
  35.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:841) [MinecraftServer.class:?]
  36.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:468) [nz.class:?]
  37.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:775) [MinecraftServer.class:?]
  38.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618) [MinecraftServer.class:?]
  39.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  40. Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_70440_f(I)Lnet/minecraft/item/ItemStack;
  41.         at com.denfop.ssp.events.EventHandler.jump(EventHandler.java:101) ~[EventHandler.class:1.4.0]
  42.         at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_764_EventHandler_jump_LivingJumpEvent.invoke(.dynamic) ~[?:?]
  43.         at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:bb39330]
  44.         at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:189) ~[EventBus.class:bb39330]
  45.         at net.minecraftforge.common.ForgeHooks.onLivingJump(ForgeHooks.java:548) ~[ForgeHooks.class:bb39330]
  46.         at net.minecraft.entity.EntityLivingBase.func_70664_aZ(EntityLivingBase.java:2082) ~[vp.class:?]
  47.         at net.minecraft.entity.player.EntityPlayer.func_70664_aZ(EntityPlayer.java:1951) ~[aed.class:?]
  48.         at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:764) ~[pa.class:?]
  49.         at net.minecraft.network.play.client.CPacketPlayer.func_148833_a(CPacketPlayer.java:33) ~[lk.class:?]
  50.         at net.minecraft.network.play.client.CPacketPlayer$PositionRotation.func_148833_a(CPacketPlayer.java:110) ~[lk$b.class:?]
  51.         at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
  52.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_211]
  53.         at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_211]
  54.         at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
  55.         ... 5 more
复制代码

后台会不停地刷这样的错误,连一些反馈都看不见。


半盏青灯古佛
服务端的话建议先调高一点虚拟内存哦,设置完后重启电脑即可P.S网上有教程,这里我就不详细说了awa
如果调了还是不行的话,建议重新安装一下软件(服务端)
如果帮到你了的话可以设置精华吗谢谢了awa

ItIsEnderman
尝试更新或者考虑删除SuperSolarPanes这个Mod?

1761240851
ItIsEnderman 发表于 2021-8-28 17:25
尝试更新或者考虑删除SuperSolarPanes这个Mod?

把超级太阳能更新之后就解决了,不过大佬是怎么一眼看到是这个mod的问题呢