TelepathicGrunt / UltraAmplifiedDimension-Forge

A crazy mod for Java Edition Minecraft that adds a dimension with insane world gen to provide a more challenging and epic world!
https://www.curseforge.com/minecraft/mc-mods/ultra-amplified-mod
GNU Lesser General Public License v3.0
10 stars 2 forks source link

Possible Corrupt Newly Generated Region/Chunk #17

Closed ClaudiusMinimus closed 3 years ago

ClaudiusMinimus commented 4 years ago

I'm not sure if this is a UA issue. I had a player on our test server at a location where he kept timing out. However, other players on the server were not affected, including me. I /tp to him and then I too timed out. At that point, neither of us could join the world. BTW: It was a freshly generated chunk. When we /tp ourselves via ssh console to spawn, we were able to enter the world again. We thought it must be a corrupt chunk/region. Here is the location where I timed-out -5570, 99, 9226.

latest.log

r.-11.-19.mca.zip

TelepathicGrunt commented 4 years ago

Holy moley! That's a huge crashlog full of broken loottables lmao. But yeah, it looks like it got cutoff. Was that the entire log ending at

[02Jun2020 23:30:55.419] [Server thread/WARN] [net.minecraft.world.TrackedEntity/]: Fetching packet for removed entity ItemEntity['Air'/17021, l='world', x=8683.56, y=134.00, z=9807.50]
[02Jun2020 23:30:57.820] [Server thread/WARN] [net.minecraft.world.TrackedEntity/]: Fetching packet for removed entity ItemEntity['Air'/17113, l='world', x=8683.95, y=134.00, z=9806.34]

Or is there more in the original? If there's more, can you copy the last 80 lines or so and show me that?

If there's nothing there, then that makes it really problematic as that would suggest there's an infinite loop caused (most likely) by mod incompatibility and that's very difficult to track down.

ClaudiusMinimus commented 4 years ago

I'm going through the logs to take care of the other issues. The latest.log attached above is the most complete log I have. Hopefully, issue 18 fixes this issue too.

TelepathicGrunt commented 3 years ago

Closing as 1.16.4 release is soon and 1.15.4 support is now being dropped as a result.