Server crash after force-load MixinTrainHatOffsets.java
SrRapero720 opened this issue ยท 3 comments
Mod: Steam_Rails-1.18.2-1.0.6.jar
Forge: 40.2.0
Create: 0.5.0h
Little Explain: I am making a Mixin Cache clear (like MemoryLeakFix of fabric) in forge.
So to do that i load all mixins and clear cache to use less memory.
But one of your mixins causes problems with the mod after trying to load it:
Here is the crash report
crash-2023-01-23_00.19.06-server.txt
The problem is i dont know how to fix it (in my mod or your mod).
I no found the mixin json file in repo, so i dont know if this mixin its apply on both sides (because only crash on server but no client, and i do the same thing on both)
So probably adding a @OnlyIn(Dist.CLIENT)
on the top solves it (i can't test because my internet is too bad and download all mod code + dependencies can become a hell)
I expect no cause troubles, because all clases involved in mixin are Suscribed to Client methods