GT New Horizons

GT New Horizons

867k Downloads

Stack overflow creating and setting tile entity during connection.

moonheart08 opened this issue ยท 1 comments

commented

Your GTNH Discord Username

moonykay

Your Pack Version

2.7.2

Your Server

private

Java Version

Java 21

Type of Server

Vanilla Forge

Your Actions

Attempt to connect to the game. Unfortunately I lack any further details.

Crash Report

crash-2025-01-26_08.09.04-client.txt

Final Checklist

  • I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the crash still exists will prompt us to investigate and reopen it once we confirm your report.
  • I can reproduce this crash consistently by following the exact steps I described above.
  • I have asked other people and they confirm they also crash by following the exact steps I described above.
commented

To me it looks like gregtech.common.blocks.BlockMachines.onNeighborChange can be re-entrant under some certain condition, causing it to loop forever (or for a very long time) and crash the game.