Error Cannot perform automatic updates
Nitrowut opened this issue ยท 0 comments
- This issue is not solved in a development build
Describe the bug
I got error everytime I start minecraft server:
[Server thread/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot perform automatic updates.
If this problem hasn't already been reported, please open a ticket
at https://github.com/dmulloy2/ProtocolLib/issues with the following data:
Stack Trace:
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.updater.Updater.isChecking()" because "this.updater" is null
at com.comphenix.protocol.ProtocolLib.checkUpdates(ProtocolLib.java:514)
at com.comphenix.protocol.ProtocolLib.lambda$createPacketTask$0(ProtocolLib.java:485)
at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftTask.run(CraftTask.java:77)
at org.bukkit.craftbukkit.v1_21_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:414)
at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1382)
at net.minecraft.server.dedicated.DedicatedServer.c(DedicatedServer.java:393)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1284)
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1036)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:310)
at java.base/java.lang.Thread.run(Thread.java:1583)
Dump:
manager:
com.comphenix.protocol.injector.PacketFilterManager@63c78705[
plugin=ProtocolLib v5.3.0-SNAPSHOT-721
server=CraftServer{serverName=CraftBukkit,serverVersion=4226-Bukkit-2889b3a,minecraftVersion=1.21}
reporter=com.comphenix.protocol.ProtocolLib$1@3a2000e3
minecraftVersion=(MC: 1.21.0)
asyncFilterManager=com.comphenix.protocol.async.AsyncFilterManager@3b040bec
pluginVerifier=com.comphenix.protocol.injector.PluginVerifier@64245c26
mainThreadPacketTypes=com.comphenix.protocol.concurrent.PacketTypeListenerSet@55a25c21
inboundListeners=com.comphenix.protocol.injector.collection.InboundPacketListenerSet@6f3f796e
outboundListeners=com.comphenix.protocol.injector.collection.OutboundPacketListenerSet@747f440e
registeredListeners=[PacketAdapter[plugin=QualityArmory, sending=ListeningWhitelist[priority=NORMAL, packets=[ENTITY_EQUIPMENT[class=PacketPlayOutEntityEquipment, id=91]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], PacketAdapter[plugin=Orebfuscator, sending=ListeningWhitelist[priority=NORMAL, packets=[UNLOAD_CHUNK[class=PacketPlayOutUnloadChunk, id=33]], gamephase=PLAYING, options=[]], receiving=EMPTY_WHITELIST], com.comphenix.protocol.async.NullPacketListener@6d8d0d34, PacketAdapter[plugin=QualityArmory, sending=EMPTY_WHITELIST, receiving=ListeningWhitelist[priority=NORMAL, packets=[ARM_ANIMATION[class=PacketPlayInArmAnimation, id=54]], gamephase=PLAYING, options=[]]]]
networkManagerInjector=com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector@327ce3cb
debug=false
closed=false
injected=true
]
Sender:
com.comphenix.protocol.ProtocolLib@75f8e2f1[
statistics=com.comphenix.protocol.metrics.Statistics@61981129
packetTask=com.comphenix.protocol.scheduler.DefaultTask@6f496620
tickCounter=20
configExpectedMod=1
updater=
redirectHandler=com.comphenix.protocol.ProtocolLib$2@3a7eb2b9
scheduler=com.comphenix.protocol.scheduler.DefaultScheduler@823306d
commandProtocol=com.comphenix.protocol.CommandProtocol@29136919
commandPacket=com.comphenix.protocol.CommandPacket@d4f627d
commandFilter=com.comphenix.protocol.CommandFilter@426be217
packetLogging=com.comphenix.protocol.PacketLogging@535a126f
skipDisable=false
isEnabled=true
loader=org.bukkit.plugin.java.JavaPluginLoader@6133f2bc
server=CraftServer{serverName=CraftBukkit,serverVersion=4226-Bukkit-2889b3a,minecraftVersion=1.21}
file=plugins\ProtocolLib.jar
description=org.bukkit.plugin.PluginDescriptionFile@1799386d
dataFolder=plugins\ProtocolLib
classLoader=org.bukkit.plugin.java.PluginClassLoader@ed5a78d
naggable=true
newConfig=YamlConfiguration[path='', root='YamlConfiguration']
configFile=plugins\ProtocolLib\config.yml
logger=org.bukkit.plugin.PluginLogger@935b989
]
Version:
ProtocolLib v5.3.0-SNAPSHOT-721
Java Version:
21.0.3
Server:
4226-Bukkit-2889b3a (MC: 1.21)
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
I expect that there's not this big error in my console.
Version Info
Provide your ProtocolLib install info with /protocol dump
through pastebin.
I don't know what u mean
Additional context
Add any other context about the problem here.