LuckPerms

LuckPerms

41.4k Downloads

NullPointerException on player join with build 4.0.98

LXGaming opened this issue ยท 5 comments

commented

https://pastebin.com/UB3BDZHk

spongeforge-1.10.2-2477-5.2.0-BETA-2788

commented

[LuckPerms] [ERROR] Exception occured whilst loading data for [UUID] - Optional[[NAME]]
Need to see full start log.
Prob related to https://github.com/lucko/LuckPerms/wiki/FAQ#luckperms-cannot-connect-to-my-mysql-server

commented

I don't believe it's a MySQL issue as only our Sponge 1.10.2 servers are affected by this, Sponge 1.12.2 and Spigot 1.12.2 servers are running 4.0.98 without any issues.

Downgrading to 4.0.86 fixes the issue for Sponge 1.10.2 servers.

https://pastebin.com/JQKixtRz - Errors from FML log

commented

Thats indeed an error in luckperms
java.lang.NoClassDefFoundError: me/lucko/luckperms/lib/jarrelocator/JarRelocator

commented

Thats indeed an error in luckperms
java.lang.NoClassDefFoundError: me/lucko/luckperms/lib/jarrelocator/JarRelocator

... I cannot believe I missed that......

@i9hdkill you are correct. Yes @LXGaming it is a Luckperms issue.
JarRelocator was added on commit 39daed2 - added on https://ci.lucko.me/view/LuckPerms/job/LuckPerms/489/ - 4.0.89 should be fine as it was before the adding of JarRelocator (in theory)

commented

Try again using the latest build, should be fixed.