PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Stack overflow error.

DrSigma4164 opened this issue ยท 9 comments

commented

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

https://pastebin.com/u9mLFHiU https://pastebin.com/kpdLYbcm

commented

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?

commented

I installed this version. At the place where I had a crash, now it's like this:
image

commented

Not sure what that is, but it's not PNC preventing chunk generation.

commented

I crashed again, here is the crash log: https://pastebin.com/Ga6HqKq9

commented

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.

commented

I am very grateful for such a step. Reported to the author of the I&F mod

commented

build 336 should fix this

commented

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).

commented

Fixed in 2.15.12 release