RayTrace082 / untamedwilds

GNU General Public License v3.0
14 stars 11 forks source link

[1.20.1] Detected setBlock in a far chunk #265

Open moninformateur opened 1 year ago

moninformateur commented 1 year ago

Sometimes when I'm roaming the overworld I encounter a batch of these errors in the consoles. It's always "FeatureReedClusters" or "FeatureVegetation". A few seconds after, the server freezes without a crash and chunks do not generate anymore. This happen wether I'm just walking around or pregenerating the world using a mod like Chunky.

I'm using the lastest version of Untamed wilds for Forge 1.20.1-47.1.3.

Detected setBlock in a far chunk [-50, 172], pos: MutableBlockPos{x=-787, y=79, z=2760}, status: minecraft:features, currently generating: Placed Direct{Configured: untamedwilds.world.gen.feature.FeatureVegetation@22f44df4: net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfiguration@4283ec64}

KintonHiryuu commented 9 months ago

Hey, i get the same problem on my server/solo world (took the server world to try it in solo)

My setup :

Games detect setblock in a far chunk, quite a few in not that many seconds Server freeze On server, watchdog detect tps being 0 for >60seconds and stop the server On Solo, you just wander around and see your game totally broken

Here are some error lines, i didnt took them all cause it will flood the post for nothing

[19:53:18] [Worker-Main-2/ERROR] [minecraft/Util]: Detected setBlock in a far chunk [-85, -176], pos: MutableBlockPos{x=-1345, y=63, z=-2801}, status: minecraft:features, currently generating: Placed Direct{Configured: untamedwilds.world.gen.feature.FeatureFloatingPlants@6720e2de: net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration@524cc5}
[19:53:19] [Worker-Main-7/ERROR] [minecraft/Util]: Detected setBlock in a far chunk [-87, -176], pos: MutableBlockPos{x=-1379, y=63, z=-2808}, status: minecraft:features, currently generating: Placed Direct{Configured: untamedwilds.world.gen.feature.FeatureFloatingPlants@6720e2de: net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration@524cc5}
[19:53:19] [Render thread/INFO] [xa.ma.WorldMap/]: Exception when loading untamedwilds:block_burrow texture, using material colour.
[19:53:19] [Render thread/INFO] [xa.ma.WorldMap/]: Black texture 16
[19:53:20] [Worker-Main-3/ERROR] [minecraft/Util]: Detected setBlock in a far chunk [-85, -176], pos: MutableBlockPos{x=-1348, y=63, z=-2814}, status: minecraft:features, currently generating: Placed Direct{Configured: untamedwilds.world.gen.feature.FeatureFloatingPlants@6720e2de: net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration@524cc5}
[19:53:20] [Worker-Main-3/ERROR] [minecraft/Util]: Detected setBlock in a far chunk [-85, -176], pos: MutableBlockPos{x=-1351, y=63, z=-2809}, status: minecraft:features, currently generating: Placed Direct{Configured: untamedwilds.world.gen.feature.FeatureFloatingPlants@6720e2de: net.minecraft.world.level.levelgen.feature.configurations.NoneFeatureConfiguration@524cc5}

i'll try editing the mod to avoid placing these special blocks, but i hope a fix will be posted one day or another (pls)

KintonHiryuu commented 9 months ago

I just looked at #224 and i feel like this could be the fix we need, just gotta see how to compile the mod now, i didnt do this since years

KintonHiryuu commented 9 months ago

ok my bad, i tought i had downloaded the last version, then i checked again on curse and seems like 4.0.4 fixes the issue