
Crashes on server launch
Sasu-Crow opened this issue · 7 comments
Description
Using the latest version of NeoForge, cannot start the world with this mod.
Reproduction Steps
- Start server
- Observe Console
- Crashes before world starts
Expected Behaviour
Server starts and players can connect.
Server Details
Neoforge 21.5.52-beta
LuckPerms Version
v5.4.158
Logs and Configs
crash-2025-04-22_06.17.11-server.txt
debug.log
latest.log
Extra Details
I have also tested on a freshly installed, locally-run server that has no other mods other than LuckPerms and the same version of NeoForge. It still crashes on the otherwise vanilla server.
Local server logs if it is helpful:
2025-04-22-4.log
crash-2025-04-22_03.19.07-server.txt
debug.log
latest.log
I’m also experiencing this exact crash on Minecraft 1.21.5 with Forge 55.0.9 and LuckPerms Forge 5.4.158.
Crash error: java.lang.NoSuchMethodError: 'net.minecraft.resources.ResourceLocation net.minecraft.resources.ResourceLocation.m_339182_(...)'
This happens as soon as a player joins. Removing LuckPerms resolves the crash, so it's clearly the source. It looks like this is due to internal method changes in the latest Minecraft version.
If a 1.21.5-compatible Forge build of LuckPerms is planned or if there's a workaround, I’d be glad to test or help!
Installed mods (relevant):
- LuckPerms Forge 5.4.158
- Collective
- Just Player Heads
- Dungeons and Taverns
- Ore Harvester
Server: Ubuntu 22.04, Java 21, Forge 55.0.9
I’m also experiencing this exact crash on Minecraft 1.21.5 with Forge 55.0.9 and LuckPerms Forge 5.4.158.
Crash error: java.lang.NoSuchMethodError: 'net.minecraft.resources.ResourceLocation net.minecraft.resources.ResourceLocation.m_339182_(...)'
This happens as soon as a player joins. Removing LuckPerms resolves the crash, so it's clearly the source. It looks like this is due to internal method changes in the latest Minecraft version.
If a 1.21.5-compatible Forge build of LuckPerms is planned or if there's a workaround, I’d be glad to test or help!
Installed mods (relevant):
- LuckPerms Forge 5.4.158
- Collective
- Just Player Heads
- Dungeons and Taverns
- Ore Harvester
Server: Ubuntu 22.04, Java 21, Forge 55.0.9
The issue of this post is regarding NeoForge modloader, while yours is Forge. I recommend you to post another issue thread.
I made a fix PR. If you don't want to wait for this to be merged, you can download my build - https://github.com/EvilDragonfiend/LuckPerms/releases/tag/TemporaryBuild
is that not a neoforge fix but my server runs forge
@EvilDragonfiend
is that not a neoforge fix but my server runs forge @EvilDragonfiend
Your issue is quite different, you can at least start the server and crash happens when player join. OP, as well as me, have an issue where server doesn't even start due to config crash. Build that @EvilDragonfiend made fixes the issue for me.