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

Crashed when tried to connect server #6030

Open
sunduck6115-hash opened this issue Jul 26, 2024 · 1 comment
Open

Crashed when tried to connect server #6030

sunduck6115-hash opened this issue Jul 26, 2024 · 1 comment

Comments

@sunduck6115-hash
Copy link

Minecraft Version

1.20.4

Immersive Engineering Version

IMUSING1.12.2

How did it happen?

Im having crashed when i tryed to connect server

Crash Log

https://pastebin.com/y3BxP1Py

@mindforger
Copy link
Contributor

mindforger commented Jul 26, 2024

java.lang.ClassCastException: java.lang.Float cannot be cast to java.lang.Integer
at blusunrize.immersiveengineering.common.Config.validateAndMapValues(Config.java:594)
at blusunrize.immersiveengineering.common.Config.validateAndMapValues(Config.java:571)
at blusunrize.immersiveengineering.common.Config.validateAndMapValues(Config.java:571)
at pl.pabilo8.immersiveintelligence.common.IIConfigHandler.onConfigChanged(IIConfigHandler.java:1687)

you did a typo in your config, not sure where but you can probably use a yaml or json checker ... not sure which format was used in 1.12 anymore, but for anythin else bugwise, 1.12 is way way out of service :)

propbably a "," instead a "." or you edited a float number that is writen like 10.0 and omitted the "." and wrote 10 instead

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

No branches or pull requests

2 participants