[16:44:51 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.4
java.lang.ExceptionInInitializerError: null
at net.elytrium.limboapi.LimboAPI.onProxyInitialization(LimboAPI.java:210) ~[?:?]
at net.elytrium.limboapi.Lmbda$10.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:842) [?:?]
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:97) ~[?:?]
... 8 more
Caused by: java.lang.NoSuchMethodException: no such method: com.velocitypowered.proxy.protocol.netty.MinecraftVarintLengthEncoder.encode(ChannelHandlerContext,ByteBuf,ByteBuf)void/invokeVirtual
at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:976) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1117) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3649) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2680) ~[?:?]
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:80) ~[?:?]
... 8 more
Caused by: java.lang.NoSuchMethodError: 'void com.velocitypowered.proxy.protocol.netty.MinecraftVarintLengthEncoder.encode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf)'
at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:1085) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1114) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3649) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2680) ~[?:?]
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:80) ~[?:?]
... 8 more
[16:44:51 ERROR]: Couldn't pass ProxyInitializeEvent to limboauth 1.1.14
java.lang.NoClassDefFoundError: com/velocitypowered/proxy/protocol/packet/UpsertPlayerInfo$Action
at net.elytrium.limboapi.LimboAPI.createLimbo(LimboAPI.java:367) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:394) ~[?:?]
at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:213) ~[?:?]
at net.elytrium.limboauth.Lmbda$11.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:842) [?:?]
Caused by: java.lang.ClassNotFoundException: com.velocitypowered.proxy.protocol.packet.UpsertPlayerInfo$Action
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
... 10 more
[16:44:51 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.4
java.lang.ClassCastException: class com.velocitypowered.proxy.event.VelocityEventManager cannot be cast to class net.elytrium.limboapi.injection.event.EventManagerHook (com.velocitypowered.proxy.event.VelocityEventManager is in unnamed module of loader 'app'; net.elytrium.limboapi.injection.event.EventManagerHook is in unnamed module of loader com.velocitypowered.proxy.plugin.PluginClassLoader @5f14a673)
at net.elytrium.limboapi.LimboAPI.postProxyInitialization(LimboAPI.java:251) ~[?:?]
at net.elytrium.limboapi.Lmbda$9.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[ravenvelocity.jar:3.4.0-SNAPSHOT (git-d9f1016b-b481)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:842) [?:?]