ProtocolLib icon indicating copy to clipboard operation
ProtocolLib copied to clipboard

I keep getting this error in my console

Open tinyhelius opened this issue 1 year ago • 1 comments

Stack Trace: java.lang.IllegalArgumentException: Unable to find a field that matches {modifiers=[required: 10000, banned: 1000], type={ type input instanceof interface java.util.Map }} at ProtocolLib.jar//com.comphenix.protocol.reflect.FuzzyReflection.getField(FuzzyReflection.java:352) at ProtocolLib.jar//com.comphenix.protocol.injector.packet.PacketRegistry.createNewRegister(PacketRegistry.java:188) at ProtocolLib.jar//com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:292) at ProtocolLib.jar//com.comphenix.protocol.injector.packet.PacketRegistry.getClientPacketTypes(PacketRegistry.java:327) at ProtocolLib.jar//com.comphenix.protocol.injector.PacketFilterManager.(PacketFilterManager.java:120) at ProtocolLib.jar//com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:121) at ProtocolLib.jar//com.comphenix.protocol.ProtocolLib.onLoad(ProtocolLib.java:183) at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadPlugins(CraftServer.java:507) at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:274) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1131) at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) at java.base/java.lang.Thread.run(Thread.java:840) Dump: Parameters: [NULL] Sender: com.comphenix.protocol.ProtocolLib@5043bb99[ statistics= packetTask= tickCounter=0 configExpectedMod=-1 updater=com.comphenix.protocol.updater.SpigotUpdater@28c4fb5e redirectHandler= scheduler=com.comphenix.protocol.scheduler.DefaultScheduler@2ac580e9 commandProtocol= commandPacket= commandFilter= packetLogging= skipDisable=false isEnabled=false loader=io.papermc.paper.plugin.manager.DummyBukkitPluginLoader@87e0228 server=CraftServer{serverName=Paper,serverVersion=git-Paper-424,minecraftVersion=1.20.4} file=plugins/ProtocolLib.jar description=org.bukkit.plugin.PluginDescriptionFile@4abde23d pluginMeta=org.bukkit.plugin.PluginDescriptionFile@4abde23d dataFolder=plugins/ProtocolLib classLoader=PluginClassLoader{plugin=ProtocolLib v5.1.0, pluginEnabled=false, url=plugins/ProtocolLib.jar} naggable=true newConfig=YamlConfiguration[path='', root='YamlConfiguration'] configFile=plugins/ProtocolLib/config.yml logger=com.destroystokyo.paper.utils.PaperPluginLogger@34eec5ae lifecycleEventManager=io.papermc.paper.plugin.lifecycle.event.PaperLifecycleEventManager@161e0679 allowsLifecycleRegistration=true ] Version: ProtocolLib v5.1.0 Java Version: 17.0.10 Server: git-Paper-424 (MC: 1.20.4) Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Version Info Provide your ProtocolLib install info with /protocol dump through pastebin.

Additional context Add any other context about the problem here.

tinyhelius avatar Feb 17 '24 11:02 tinyhelius

Please use the latest development build from here: https://ci.dmulloy2.net/job/ProtocolLib//lastBuild/ for 1.20.4 support.

lukalt avatar Feb 17 '24 17:02 lukalt