Create

Create

86M Downloads

The server crashes when any player logs in

4o4E opened this issue ยท 2 comments

commented

description
The server crashes when any player logs in

client & server(same)
game version: 1.16.5
forge version: 36.2.2
create version: 0.3.2d
flywhell version: 0.2.3

latest.log
https://pastebin.com/NNDPwdV1

crash report
https://pastebin.com/EC1VWffN

If you need anything else, please let me know

commented

There is a belt at 94 68 160 that is trying to do something that is unable to do. You will need to remove this block.

To remove it:
Navigate to your servers world folder.
Make a Backup of the world
The setting we will be changing allows Forge to delete blocks as it pleases, so while it probably wont go too wrong (I have never had problems) it is still good just to be sure
In the world folder find the serverconfig folder, then find forge-server.toml.
Open this in any old text editor (notepad works fine) and set removeErroringTileEntities to true (replace false). Save the file and start the server.
When a player tries to join Forge will now remove the block throwing the error. Once it has been removed I highly reccomend setting removeErroringTileEntities back to false so that other random blocks are not deleted.

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.