Elytrium / LimboAPI

An API which provides virtual servers features to Velocity
https://elytrium.net/
GNU Affero General Public License v3.0
241 stars 65 forks source link

[BUG] Cannot join server on latest Velocity CTD #162

Closed TypicalModMaker closed 2 months ago

TypicalModMaker commented 2 months ago

Describe the bug I am unable to join my velocity CTD instance on latest limboapi

[20:43:35 WARN] [io.netty.util.concurrent.AbstractEventExecutor]: A task raised an exception. Task: net.elytrium.limboapi.injection.login.LoginListener$$Lambda/0x00007f51f87b1ba8@712bd6cf java.lang.IllegalStateException: failed to handle login request at net.elytrium.limboapi.injection.login.LoginListener.lambda$hookLoginSession$0(LoginListener.java:130) ~[?:?] Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.elytrium.limboapi.injection.tablist.RewritingVelocityTabList

To Reproduce Steps to reproduce the behavior: Download latest limboapi release and restart ur server join your server

Expected behavior I should be able to join my server

Screenshots https://i.imgur.com/Rkv1eUi.png

Server Info (please complete the following information): velocity-dump-2024-08-24-20-43-47.json

Additional context None

UserNugget commented 2 months ago

Cannot reproduce locally, can you provide full log file please?

TypicalModMaker commented 2 months ago

latest (4).log

UserNugget commented 2 months ago

It seems that this issue was fixed in 'recent' dev-build, can you try to reproduce this issue with it?

TypicalModMaker commented 2 months ago

Latest dev build works fine, thanks.