Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ERROR Velocity 3.3.0-351 #145

Closed
TheFaik opened this issue Feb 9, 2024 · 1 comment
Closed

[BUG] ERROR Velocity 3.3.0-351 #145

TheFaik opened this issue Feb 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TheFaik
Copy link

TheFaik commented Feb 9, 2024

Couldn't pass ProxyInitializeEvent to limboauth
java.lang.IllegalAccessError: class net.elytrium.limboapi.server.LimboImpl tried to access private method 'void com.velocitypowered.proxy.protocol.packet.config.StartUpdatePacket.<init>()' (net.elytrium.limboapi.server.LimboImpl is in unnamed module of loader com.velocitypowered.proxy.plugin.PluginClassLoader @58e85c6f; com.velocitypowered.proxy.protocol.packet.config.StartUpdatePacket is in unnamed module of loader 'app')
        at net.elytrium.limboapi.server.LimboImpl.refresh(LimboImpl.java:220) ~[?:?]
        at net.elytrium.limboapi.server.LimboImpl.<init>(LimboImpl.java:174) ~[?:?]
        at net.elytrium.limboapi.LimboAPI.createLimbo(LimboAPI.java:382) ~[?:?]
        at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:385) ~[?:?]
        at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:212) ~[?:?]
        at net.elytrium.limboauth.Lmbda$20.execute(Unknown Source) ~[?:?]
        at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[Velocity.jar:3.3.0-SNAPSHOT (git-53923ed8-b351)]
        at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:597) ~[Velocity.jar:3.3.0-SNAPSHOT (git-53923ed8-b351)]
        at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:478) ~[Velocity.jar:3.3.0-SNAPSHOT (git-53923ed8-b351)]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
        at java.lang.Thread.run(Thread.java:1583) [?:?]
@TheFaik TheFaik added the bug Something isn't working label Feb 9, 2024
@subtogash
Copy link

same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants