Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

Server Crash on Start-up

LegionSkull opened this issue ยท 9 comments

commented

Hi!
I've run into an issue that crashes my server every time I try to turn it on and the crash log states that IV is causing the problem.
Minecraft version 1.12.2, IV version 21.2.0. I have installed Hero's Aviation Pack and MTS official pack but idk if it's relevant
Here are some of the crash logs:
crash-2022-05-08_12.49.55-server.txt
crash-2022-05-08_12.35.18-server.txt

commented

So, this is due to Exoplanets overriding Forge code (Probably with some ASM or Mixin or crud), and using the wrong translator class. Forge uses a global translator, whereas Exoplantets is using a client-side only one. I really should move the registry away from this type of fluid check though, as it won't play nice if the server is a different language than the client.

commented

Oh okay I think I get it, So it could be fixed in the future?

commented

Question: If you remove exoplanets, does this crash still exist?

commented

Question: If you remove exoplanets, does this crash still exist?

No, deleting Exoplanets fixed it. Weird, can I ask if you have any idea why this two are incompatible with each other?

commented

Okay, thank you! Sorry for maybe a stupid question (it's my first bug report like this), should I close the issue now?

commented

Nah, I always leave issues open until they are resolved and the fix is on the version on Curse. That way other people can see them and that they are being worked on, rather than them making a new issue. I'll close it when the fix is posted.

commented

Okay. Goodluck and keep up the good work!

commented

Yes, it will be fixed in a future release. I just need to get though the bugs that were submitted before this one before I fix this one.

commented

Fixed in V21.3.0.