Client hangs when joining a NeoForge server with just LuckPerms installed
3TUSK opened this issue ยท 2 comments
Description
Client will stuck at "Joining World...." when joining a Minecraft 1.21.1 server with just NeoForge and LuckPerms installed.
Reproduction Steps
- Setup a Minecraft 1.21.1 server
- Install NeoForge 21.1.8
- Get & install
LuckPerms-NeoForge-5.4.139.jar
- Start the server
- Get a Minecraft 1.21.1 client. It can be either vanilla or w/ NeoForge.
- Join the server in step 4
Expected Behaviour
You join in the game.
Server Details
Minecraft 1.21.1 w/ NeoForge 21.1.8
LuckPerms Version
5.4.139
Logs and Configs
There is no error in either server or client log.
Nevertheless, this is the debug.log
from server, with logging level manually set to TRACE
.
https://gist.github.com/3TUSK/d3f414d34abbe193c20cc20f2f8a9dc7
Extra Details
It was only mentioned here #3936 (comment), and I managed to let it slip away in my first few rounds of search.
Considering the nature of this issue, I think it is worth having a new ticket.
Update:
Swapping the environment to:
- Fabric Loader 0.16.2
- fabric-api 0.102.1+1.21.1
- LuckPerms-Fabric-5.4.139.jar
will let vanilla client to join.
Note that LuckPerms version does not change. Only changed from NeoForge version to the Fabric one.