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

Stack overflow error. #1052

Closed
DoctorSigma opened this issue Jul 16, 2022 · 9 comments
Closed

Stack overflow error. #1052

DoctorSigma opened this issue Jul 16, 2022 · 9 comments
Labels
Bug Fixed in Dev Issue will be closed after next release other mod issue

Comments

@DoctorSigma
Copy link

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

desht added a commit that referenced this issue Jul 17, 2022
@desht
Copy link
Member

desht commented Jul 17, 2022

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

@desht desht added the Fixed in Dev Issue will be closed after next release label Jul 17, 2022
@DoctorSigma
Copy link
Author

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

@desht
Copy link
Member

desht commented Jul 17, 2022

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

@DoctorSigma
Copy link
Author

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?

@DoctorSigma
Copy link
Author

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

@desht
Copy link
Member

desht commented Jul 17, 2022

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.

desht added a commit that referenced this issue Jul 17, 2022
@desht
Copy link
Member

desht commented Jul 17, 2022

build 336 should fix this

@DoctorSigma
Copy link
Author

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

@desht
Copy link
Member

desht commented Oct 31, 2022

Fixed in 2.15.12 release

@desht desht closed this as completed Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fixed in Dev Issue will be closed after next release other mod issue
Projects
None yet
Development

No branches or pull requests

2 participants