Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞]: Arclight bridge issue impedes Supplementaries from loading up, crashing the server. #1314

Open
5 tasks done
HTMLDevelopment opened this issue Jan 6, 2025 · 5 comments
Labels
1.20.1 Minecraft Version bug Something isn't working server related to Server, not Client side.

Comments

@HTMLDevelopment
Copy link

Before Continuing:

  • 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

crash-2025-01-06_18.41.29-server.txt
latest.log

@HTMLDevelopment HTMLDevelopment added the bug Something isn't working label Jan 6, 2025
@github-actions github-actions bot added 1.20.1 Minecraft Version server related to Server, not Client side. labels Jan 6, 2025
@MehVahdJukaar
Copy link
Owner

That code comes from a PR somebody made. If it's problematic I will remove it

@HTMLDevelopment
Copy link
Author

What PR was that?

@MehVahdJukaar
Copy link
Owner

One that fixed a crash from starlight by having a workaround for it

@MehVahdJukaar
Copy link
Owner

Half foxed actually

@MehVahdJukaar
Copy link
Owner

In fact what you are seeing is that very issue. From them . I opened an issue report on their page and got utterly ignored. This is not my issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.1 Minecraft Version bug Something isn't working server related to Server, not Client side.
Projects
None yet
Development

No branches or pull requests

2 participants