ITsMrToad / PalladiumMod

Another optimizing mod, provides deduplication and improved memory control.
GNU General Public License v3.0
2 stars 1 forks source link

Server Crash #11

Closed mxnmnm closed 1 week ago

mxnmnm commented 2 weeks ago

I loaded palladium 1.0.0 on my forge server and it crashed :(

Here is the report: https://gist.github.com/mxnmnm/35f4665801773380a7d07396121130d3

ITsMrToad commented 2 weeks ago

Palladium is a partially client-side mod. Any client-side mods (even such as starlight) should not be on the server-side.

mxnmnm commented 2 weeks ago

Oh I saw the tps improvements on the modrinth page so I thought there was a server side element to it.

ITsMrToad commented 2 weeks ago

Palladium is partially server-side.

mxnmnm commented 2 weeks ago

So doesn't that mean it should work server-side with the client stuff disabled? What are the server-side aspects of it anyways?

ITsMrToad commented 2 weeks ago

Not all server values can be disabled in the config.

mxnmnm commented 2 weeks ago

So there's no way to get the server-side benefits on a dedicated server?

ITsMrToad commented 2 weeks ago

So there's no way to get the server-side benefits on a dedicated server?

Not at the moment, but maybe in 1.0.2, I will add a special config to disable the client-side

ITsMrToad commented 1 week ago

Palladium cannot be made server-side at the moment. Config uses gameDirectory field, which Minecraft.class (client class).