-
Notifications
You must be signed in to change notification settings - Fork 28
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
0.3.6
causes my 1.19.2
server to not start
#46
Comments
class_1132 is net/minecraft/server/integrated/IntegratedServer so this is probably a missed guard against doing integrated server stuff when running on a multiplayer server. I've got basically the same error with a very different set of mods. |
Oh, it's an instanceof call. Syncmatica.initServer(
new ServerCommunicationManager(),
new FileStorage(),
new SyncmaticManager(),
returnValue instanceof IntegratedServer,
returnValue.getSavePath(WorldSavePath.ROOT).toFile()
).startup(); I think in 1.19+ at least it's intended to use |
Thank you for this report I will try to fix |
That seems to be indeed the problem. 1.19 makes the DedicatedServer class client only. |
I apologize for the delay on this one - I have setup webhooks to the Discord now to get notified of issues like these quicker. |
After updating to 0.3.6 my server no longer starts. Downgrading back to 0.3.5 fixes the issue.
Here are my server logs:
https://mclo.gs/q9mFMtE
The text was updated successfully, but these errors were encountered: