Traincraft

Traincraft

1M Downloads

server crash

Maks-Haswell opened this issue ยท 4 comments

commented

In your /config/forge.cfg file be sure to enable removal for tile entities and entities, here's an example

B:removeErroringEntities=true
B:removeErroringTileEntities=true

Minor patches are being made with the next release to help prevent some of these errors, many of which have been around since 1.6, but unfortunately it should be expected the issue will rear up from other places as well. It's easier and more reliable for users to just change the config than worry about helping track these down. There's a rewrite in the works anyway.

commented

I had it turned on but it did not help

commented

that's a first....

The issue is caused by a corrupted tile entity, if enabling those settings does not fix the issue then the offending rail tile entity would have to be removed manually through something like MCEdit.

The only other options would be to wait for the next release, which, given our messy development schedule, I wouldn't advise. And to compile the git source yourself, but that will likely come with it's own issues as there are a few changes not fully tested yet.

commented

In general, we will wait when you do an update and fix many errors =)