Oh The Biomes You'll Go Refabricated

Oh The Biomes You'll Go Refabricated

11M Downloads

Empty or none existent pool - Server timing out attempting to build village

arrisar opened this issue ยท 7 comments

commented

Mod conflict? If so, please clarify which mod is conflicting, if not skip this.
There is a likelihood this is a conflict, but all signs and blame point to BYG. I've attempted to locate any more info, but no luck so far.

API/Modloader
Forge 36.1.4

Describe the bug
When loading new chunks in a modpack I'm developing, very rarely the logs get suddenly spammed with Empty or none existent pool and the server grinds to a halt, all entities freezing, and players timing out.

To Reproduce
The only reliable reproduction I have for this issue to teleport to specific coords in my world on my dedicated server.
If necessary I can supply coords along with either the world as a whole or the seed and modpack in hopes to reproduce.

Expected behaviour
Chunks to generate as normal. Or at least a crash/more descriptive indicator as to the cause.

Screenshots/Videos
This is the relevant part of the latest.log, at the very end.
image

Additional context
Add any other context about the problem here.

Logs
Latest.log - https://gist.github.com/arrisar/4b9d7039106bc2f986ad976791b4e2fa

Heap Dumps
Heap Dump/Profile - Investigating recommended profiler

commented

Missing villages pieces tends to not deadlock a server. I suspect something else is in play here. Can you share your modpack as is so I can run VisualVM on it and get a thread dump when it deadlocks to find the real cause?

commented

Sure thing. Thanks for stepping up to the plate!

Pack: https://www.curseforge.com/minecraft/modpacks/dragonheart-cpe
Seed: -3075103054395883639
Rough coords: -6887 104 -3447

commented

I made a new world, went to the location, and I am not able to recreate the deadlock. I flown even more to a ton of other villages and travels a bit and no luck. Doesnt seem to be a worldgen issue

commented

Upon trying to make a new world, the get deadlocked at 100% and a threaddump showed FastLeafDecay as the cause
https://paste.ee/p/9jiq3

@arrisar try removing that mod. Does it solve your deadlock?

commented

Thanks, I'll give that a try and report back.

commented

No luck, unfortunately. I'm going to try and find a way to reliably reproduce the issue.

So far the only proper thing I can verbally affirm is that none existent pool log spam has shown up with the same problem, but elsewhere.

I'm reasonably assuming that something I introduced in version 1.4.0 is causing a conflict, changelog below. I'll work my way through the list hopefully find the real issue wherever it is.

### Added
- 'Dustrial Decor
- AttributeFix
- Areas
- ChunkNoGoByeBye
- Cycle Paintings
- Dungeon Crawl
- Dungeons Plus
- Entity Culling
- Guide-API Village and Pillage
- Hand Over Your Items
- Inspirations
- KubeJS
- Login Shield
- Pandoras Creatures
- Performant
- PMMO Bridge
- Rain Be Gone Ritual
- Repurposed Structures
- Smooth Boot
- Stack Refill
- Supplementaries
- The Endergetic Expansion
- The Outer End
- Village Bell Recipe
- Villager Names

### Changed
- Various spawn rate config changes

### Fixed
- Nearest waystone and cosmetic armor icon collision
commented

Closing, with further testing, this absolutely is not a BYG issue, though I'm yet to find the real cause. Thanks again for the assistance!