Stack overflow error.
DrSigma4164 opened this issue ยท 9 comments
Describe the bug
It's just that the stack overflows from time to time in the cold biome. The biome is called snowy tundra.
How to reproduce the bug
I just went into the cold biome, walked around a bit, and I crashed
Expected behavior
In order not to crash the server
Additional details
If necessary, I can provide 3 crash logs.
Which Minecraft version are you using?
1.16
Which version of PneumaticCraft: Repressurized are you using?
2.15.11-334
Crash log
I don't really understand crash logs, but on lines 21 and 22, it says that something from the Ice and Fire mod is trying to spawn, maybe this is the problem?
I crashed again, here is the crash log: https://pastebin.com/Ga6HqKq9
OK, this is on the Dread Spawner from Ice & Fire. That tile entity for some reason creates its own type
field which clashes with the vanilla type
field that all tile entities have. And when Forge goes to attach capabilities to tile entites, any dread spawners have a null tile entity type because Ice & Fire hasn't yet properly initialized its own private type field. This is a bug in I&F as far I'm concerned, although I'll be kind and work around it in PNC. But you should report this to them because it could easily break other mods too.
If you're in a position to test build 335 from https://jenkins.k-4u.nl/job/PneumaticCraft-Repressurized-1.16/, it should hopefully fix that problem. Otherwise, fix will be in the next release (2.15.12).