Bassebombecraft

Bassebombecraft

18.5k Downloads

Meteor Internal Server Error

Closed this issue ยท 3 comments

commented

Minecraft v1.15.2
Forge v31.2.19
BasseBombeCraft v1.43-server

After I right-clicked the Meteor item, I was kicked from my server with an "Internal Server Error" message.
Server Log

commented

Hi, thank you for notify me of the bug :-) . I will look into it.

commented

Observed stack trace:

[22Jun2020 01:18:13.611] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /76.184.69.50:3294
net.minecraft.crash.ReportedException: Ticking player
	at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:424) ~[?:?]
	at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?]
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?]
	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866) [?:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) [?:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) [?:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.projectile.FireballEntity.<init>(Lnet/minecraft/world/World;DDDDDD)V
	at bassebombecraft.item.action.inventory.ShootMeteor.applyEffect(ShootMeteor.java:51) ~[?:1.15.2-1.43]
	at bassebombecraft.item.inventory.GenericInventoryItem.applyEffect(GenericInventoryItem.java:184) ~[?:1.15.2-1.43]
	at bassebombecraft.item.inventory.GenericInventoryItem.func_77663_a(GenericInventoryItem.java:144) ~[?:1.15.2-1.43]
	at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:414) ~[?:?]
	at net.minecraft.entity.player.PlayerInventory.func_70429_k(PlayerInventory.java:265) ~[?:?]
	at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:505) ~[?:?]
	at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2104) ~[?:?]
	at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:233) ~[?:?]
	at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:361) ~[?:?]
	... 8 more
[22Jun2020 01:18:13.636] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: WenXin2 lost connection: Internal server error

commented

Resolved with commit: 7f96419