-
-
Notifications
You must be signed in to change notification settings - Fork 149
Description
What happened?
When i connect to the server, game stucks on "encrypting", after a while "timed out".
What did you expect?
No response
Steps to reproduce
No response
Plugin list
AdvancedPortals, AppleTree*, AreaShop, AuthMe, AutoMessage*, BeautyIndicator*, BetterDrops, BetterSleeping3, ChangeSkin, ChestShop, CMILib, CombatLogX, CoreProtect, Essentials, EssentialsChat, EssentialsSpawn, FarmControl, FastLogin, Geyser-Spigot, InfoBook*, Jobs, LWC, Multiverse-Core, Multiverse-NetherPortals, OnTime*, PermissionsEx*, PlaceholderAPI, ProtocolLib, Residence, SirBlobmanCore (SirBlobmanAPI, XSeries), spark, TAB, Themis, Vault*, ViaBackwards, ViaVersion, Wild, WorldBorder, WorldEdit, WorldGuard, WorldGuardExtraFlags
Configuration file
No response
Server log
[14:14:00] [Protocol Worker #1 - FastLogin - [recv: ENCRYPTION_BEGIN[class=PacketLoginInEncryptionBegin, id=1], START[class=PacketLoginInStart, id=0], send: ]/INFO]: [FastLogin] New packet START[class=PacketLoginInStart, id=0] from com.comphenix.protocol.injector.temporary.TemporaryPlayerInvocationHandler@361ed39a
[14:14:00] [Craft Scheduler Thread - 55 - FastLogin/INFO]: [FastLogin] Handling player kamil445
[14:14:00] [Craft Scheduler Thread - 55 - FastLogin/INFO]: [FastLogin] Requesting premium login for registered player: kamil445
[14:14:00] [Protocol Worker #1 - FastLogin - [recv: ENCRYPTION_BEGIN[class=PacketLoginInEncryptionBegin, id=1], START[class=PacketLoginInStart, id=0], send: ]/INFO]: [FastLogin] New packet ENCRYPTION_BEGIN[class=PacketLoginInEncryptionBegin, id=1] from com.comphenix.protocol.injector.temporary.TemporaryPlayerInvocationHandler@361ed39a
[14:14:00] [Craft Scheduler Thread - 64 - FastLogin/INFO]: [FastLogin] Enabling onlinemode encryption for UNKNOWN[/[2001:470:71:447:0:0:0:1]:52622]
[14:14:00] [Craft Scheduler Thread - 64 - FastLogin/WARN]: [FastLogin] Error occurred on thread pool
java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: com/comphenix/protocol/reflect/FieldUtils
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.jar:git-Purpur-1730]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[purpur-1.19.jar:git-Purpur-1730]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[purpur-1.19.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: com/comphenix/protocol/reflect/FieldUtils
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.getNetworkManager(VerifyResponseTask.java:201) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.enableEncryption(VerifyResponseTask.java:226) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.verifyResponse(VerifyResponseTask.java:130) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.run(VerifyResponseTask.java:107) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.core.AsyncScheduler.process(AsyncScheduler.java:70) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.core.AsyncScheduler.lambda$runAsync$0(AsyncScheduler.java:61) ~[FastLoginBukkit.jar:?]
... 7 more
Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.reflect.FieldUtils
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.getNetworkManager(VerifyResponseTask.java:201) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.enableEncryption(VerifyResponseTask.java:226) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.verifyResponse(VerifyResponseTask.java:130) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.VerifyResponseTask.run(VerifyResponseTask.java:107) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.core.AsyncScheduler.process(AsyncScheduler.java:70) ~[FastLoginBukkit.jar:?]
at com.github.games647.fastlogin.core.AsyncScheduler.lambda$runAsync$0(AsyncScheduler.java:61) ~[FastLoginBukkit.jar:?]
... 7 more
[14:14:30] [Server thread/INFO]: Disconnecting /[2001:470:71:447:0:0:0:1]:52622: Took too long to log in
[14:14:30] [Server thread/INFO]: /[2001:470:71:447:0:0:0:1]:52622 lost connection: Took too long to log in
Plugin version
Platform
Spigot
Relevance
- I tried the latest build (build refers to development builds not necessary a release version)
- I checked for existing tickets -
If there are, please vote them with a thumps reaction and not create new ones