retrooper / packetevents

PacketEvents is a fast and efficient multi-platform packet processing library for Minecraft. Our packet wrappers are easy to use with multi-version support.
GNU General Public License v3.0
486 stars 143 forks source link

Bug. Kick for the boat. #887

Closed TheFaik closed 2 weeks ago

TheFaik commented 3 weeks ago

The player gets into the boat and gets kicked. There are no errors in the server logs, but the client shows this:

Description: Packet handling error

java.lang.IllegalStateException: Invalid entity data item type for field 9 on entity class_1690['Дубовая лодка'/288, l='ClientLevel', x=144.74, y=79.00, z=85.45]: old=1(class java.lang.Integer), new=0.5(class java.lang.Float)
    at net.minecraft.class_2945.method_12785(class_2945.java:126)
    at net.minecraft.class_2945.method_12779(class_2945.java:117)
    at net.minecraft.class_634.method_11093(class_634.java:553)
    at net.minecraft.class_2739.method_11808(class_2739.java:54)
    at net.minecraft.class_2739.method_11054(class_2739.java:12)
    at net.minecraft.class_2600.method_11072(class_2600.java:27)
    at net.minecraft.class_1255.method_18859(class_1255.java:162)
    at net.minecraft.class_4093.method_18859(class_4093.java:23)
    at net.minecraft.class_1255.method_16075(class_1255.java:136)
    at net.minecraft.class_1255.method_5383(class_1255.java:121)
    at net.minecraft.class_310.method_1523(class_310.java:1240)
    at net.minecraft.class_310.method_1514(class_310.java:882)
    at net.minecraft.client.main.Main.main(Main.java:256)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.class_2945.method_12785(class_2945.java:126)
    at net.minecraft.class_2945.method_12779(class_2945.java:117)
Mixins in Stacktrace: None found

-- Incoming Packet --
Details:
    Type: clientbound/minecraft:set_entity_data
    Is Terminal: false
    Is Skippable: false
Stacktrace:
    at net.minecraft.class_2600.method_59803(class_2600.java:56)
    at net.minecraft.class_8673.method_60882(class_8673.java:136)
    at net.minecraft.class_8673.method_59807(class_8673.java:113)
    at net.minecraft.class_2600.method_11072(class_2600.java:32)
    at net.minecraft.class_1255.method_18859(class_1255.java:162)
    at net.minecraft.class_4093.method_18859(class_4093.java:23)
    at net.minecraft.class_1255.method_16075(class_1255.java:136)
    at net.minecraft.class_1255.method_5383(class_1255.java:121)
    at net.minecraft.class_310.method_1523(class_310.java:1240)
    at net.minecraft.class_310.method_1514(class_310.java:882)
    at net.minecraft.client.main.Main.main(Main.java:256)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

Server core: Leaf 1.21 Client: Fabric 1.21 (Fabulously Optimized) Also used Vanilla client and the error is the same

Used the latest build of PacketEvents

booky10 commented 3 weeks ago

Which plugins do you have installed?

TheFaik commented 3 weeks ago

Which plugins do you have installed?

Sorry, I forgot to write. Here it is: AdvancedEnchantments-9.9.12.jar AnarchyExploitFixes-Folia-2.7.1.jar AntiHealthIndicator-2.2.3.jar AntiNetherRoof.jar AntiPopup-9.jar Aurora-5.8.2.jar AutoComposter-3.8.0.jar Baconize-1.3.0.jar BKCommonLib-1.21v1-1761.jar BreweryX-3.2.3-SNAPSHOT.jar Chunky-1.4.17.jar CommandsManager-2.5.jar ConfigurableElytraNerfs-1.0.1-RUS.jar CoreProtect-22.3.jar CraftOrithm-1.10.4.jar DeathLocation-1.3.jar DeluxeMenus-1.14.1-182.jar ECO-6.71.4.jar EcoSkills-v3.53.0.jar EssentialsX-2.21.0-dev+102-fcf6e64.jar FairyLib-0.7.6b1.jar GrimAC-2.3.65.jar GSit-1.9.5.jar Icarus-1.10.jar InteractionVisualizer-1.18.10.0.jar LPX.jar LevelledMobs-4.0.6.b35.jar LiteBans-2.15.1.jar LuckPerms-Bukkit-5.4.134.jar MyCommand.jar MyWorlds-1.21v1-301.jar NBT-API-2.13.1.jar ntdRpChat-2.7.15.jar OvRandomTeleport-1.4.0.jar PacketEvents-SPI-2.4.1-SNAP.jar Pl-Hide-Pro-2.10.3.jar PlaceholderAPI-2.11.6.jar Plan-5.6-build-2883.jar PluginManagerPlus-2.7.6.jar ProtocolLib.jar PurpurExtras-1.31.0.jar PvPManager-3.34.9.jar Quests-3.15-133f000.jar RayTracedAntiXray.jar RealisticSeasons-11.0.0.jar RTUBiomeLib-1.9.2.jar ShulkerRespawner-1.17_1.0.16.jar SimpleClans.jar SimpleStack-2.0.0-DEV.jar SkinsRestorer.jar Skript-2.9.0-pre1.jar Skript-Reflect.jar Stamina.jar TAB-Bridge-5.0.6.jar TerraformGenerator-16.1.0_1.18.2-1.21.jar UltimateAutoRestart-2024.06-a.jar Vault.jar ViaBackwards-5.0.2-SNAPSHOT.jar ViaVersion-5.0.2-SNAPSHOT.jar VoiceChat-2.5.16.jar Vulcan-2.8.9.jar

изображение

TheFaik commented 3 weeks ago

https://github.com/user-attachments/assets/acf7ad7e-61c1-4b93-9f78-b9a6faab5c0b

booky10 commented 3 weeks ago

Have you tried searching for the plugin which causes this issue? You have multiple plugins installed which are using packetevents

You can find packetevents plugins using this tool: https://github.com/Jo0001/FindPacketevents

TheFaik commented 3 weeks ago

Have you tried searching for the plugin which causes this issue? You have multiple plugins installed which are using packetevents

You can find packetevents plugins using this tool: https://github.com/Jo0001/FindPacketevents

I disabled those plugins that are related to PacketEvents and the result is the same, but I will try to disable those plugins that do not even use PacketEvents