You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check you are using the latest version of the mods and its dependencies
Always include a latest.log if you are crashing
Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.20.1-FORGE
Supplementaries Version
supplementaries-1.20-3.1.11
Moonlight Lib Version
moonlight-1.20-2.13.46-forge
Describe Issue
The error occurs during server startup and appears to be related to the Supplementaries mod and its dependencies.
The root cause appears to be:
A null pointer exception in Arclight (a server software) when trying to initialize a fake/test world
Specifically, this.K is null when trying to call bridge$setWorld on a WorldInfoBridge object
This happens during the ServerStartedEvent
The error occurs in this sequence:
Server is starting up
Supplementaries mod tries to initialize its FaucetBehaviorsManager
This requires a test level/world
The test world initialization fails due to an Arclight bridge issue
Before Continuing:
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version
1.20.1-FORGE
Supplementaries Version
supplementaries-1.20-3.1.11
Moonlight Lib Version
moonlight-1.20-2.13.46-forge
Describe Issue
The error occurs during server startup and appears to be related to the Supplementaries mod and its dependencies.
The root cause appears to be:
A null pointer exception in Arclight (a server software) when trying to initialize a fake/test world
Specifically, this.K is null when trying to call bridge$setWorld on a WorldInfoBridge object
This happens during the ServerStartedEvent
The error occurs in this sequence:
Server is starting up
Supplementaries mod tries to initialize its FaucetBehaviorsManager
This requires a test level/world
The test world initialization fails due to an Arclight bridge issue
crash-2025-01-06_18.41.29-server.txt
latest.log
The text was updated successfully, but these errors were encountered: