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

Server does not start #85

Open
DarkLinkMT opened this issue Apr 15, 2024 · 1 comment
Open

Server does not start #85

DarkLinkMT opened this issue Apr 15, 2024 · 1 comment

Comments

@DarkLinkMT
Copy link

I have an error that does not start my server with this mod, when I try to open it I get
"Caused by: java.lang.NoSuchFieldError: Class io.github.foundationgames.automobility.item.AutomobilityItems does not have member field 'java.util.Map frameModelPool'.
at io.github.foundationgames.automobility.item.AutomobilityItems.(AutomobilityItems.java:72) ~[automobility-0.3+1.18.2.2.jar:?]
at io.github.foundationgames.automobility.Automobility.onInitialize(Automobility.java:45) ~[automobility-0.3+1.18.2.2.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.10.jar:?]
... 6 more"
Can you help me?
The log is this
latest.log

@nicholasgrose
Copy link

1.18.2 is no longer being maintained:
image

However, I managed to hunt down and fix this bug with the following source code changes and a recompile:
image

It seems odd that the server should require those HashMaps to exist, though. They are only used in client code, so I'm unsure if this is the best possible fix. Either way it is functional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants