Tetra

Tetra

12M Downloads

Game is soft-killed when traveling to certain location

Hiranus opened this issue ยท 11 comments

commented

Bug Report

I know that title is vague, sorry for that.

Observed Behaviour
When checking my currently generated world I found area that "soft kills" MC. I can still move around, but I can't attack any mob, can't receive any damage. When I try to break block nothing is dropped, and snow as well as grass are just "floating". See attached picture.
If I try to save and quit game is stuck in never ending "Saving world".
If I remove Tetra area that cause this issue works normally.

Crash log:
https://pastebin.com/Fdca0kZ4
I know that there is no clear "error". Nothing else is generated in log.

Expected Behaviour
Problematic area works normally. I expect its issue with some dungeon generated by this mod/this combination of mods.

Minimal setup needed to reproduce

  • Forge version: 1.15.2 - 31.2.46
  • Tetra version: tetra-1.15.2-2.18.1
  • Tetra configuration: default, I didn't change anything, similar with other mods.
  • Other mods:
    astralsorcery-1.15.2-1.12.11
    BiomesOPlenty-1.15.2-10.0.0.366-universal
    curios-FORGE-1.15.2-2.0.2.6
    DungeonCrawl-1.15.2-2.2.1
    mgui-1.15.2-2.1.1
    observerlib-1.15.2-1.3.1

Steps to reproduce
seed: 157733132531422357
X: 400
Y: 120
Z: 800

Create world with those mods, seed and travel to specified coordinates

image

commented

I have run into this issue as well. I've found it sometimes happens when the mods attempts to generate one of the underground structures. My server log gives me this message a bunch of times:

Tried to access a block entity before it was created. BlockPos{x=1664, y=23, z=6266}

At this location I've found that there is a forge hammer structure partly generated.

commented

I've run into this issue a few times. The only mods in the list at the top that I've used are Tetra and Biomes o'Plenty. I'm 90% sure that I've seen this without JEI installed as well.

commented

Found it again. Essentially, I can do whatever I want, but the world doesn't respond- no new chunks load, mobs don't move, blocks don't drop when I break them. It's happened in snowy biomes every time as well, so I'm suspicious of the ruins. I'll try to get it to happen with only Tetra installed.

Edit: couldn't replicate with only Tetra. I suspect my issue might be with Ice and Fire instead.

commented

I have run into this issue as well. I've found it sometimes happens when the mods attempts to generate one of the underground structures. My server log gives me this message a bunch of times:

Tried to access a block entity before it was created. BlockPos{x=1664, y=23, z=6266}

At this location I've found that there is a forge hammer structure partly generated.

Yes! I'm having the same exact issue as OP and I saw this in my logs. I suspect that Ice and Fire is the problem as well, because I couldn't recreate the freeze when I removed it. I adore the mod though so I hope that it's just something else conflicting with Ice and Fire that I can remove.

commented

This might be a temporary fix.
AlexModGuy/Ice_and_Fire#3375

commented

Closing. If you still have this issue then comment and let me know that it still persists.

commented

Additional log, this time only with mentioned mods:
https://pastebin.com/HUCYnFnK

commented

2020-11-14_10 56 46

commented

I couldn't reproduce it without Astral Sorcery and DungeonCrawl so I created bug reports there too.
xyroc/DungeonCrawl#51
HellFirePvP/AstralSorcery#1452

commented

With or without JEI it still appears. I tried removing as many mods as possible to limit "this mod could cause it" as much as possible, and I have 3 "culprits". If this would generate anything in log it would be better, but it sadly doesn't. People from Astral Sorcery suspect that it has something to do with server side threads, because client side works fine. Either infinite loop or thread deadlock or something similar.
If possible, best approach to this issue would be to insert some crazy logging (log message for every function or something similar), but that can be impossible.

commented

Looks like the crash is caused by JEI in the log, which is supposedly not installed.

Edit: Missed the second log, sorry!