Immersive Railroading

Immersive Railroading

3M Downloads

Server crash - CME

ProsperCraft opened this issue ยท 4 comments

commented

All that line is doing is calling:
world.getEntities(EntityCoupleableRollingStock.class, ...)

It looks like some other mod is doing bad things go "world.loadedEntityList" in another thread

commented

Please re-open, it happened again on a fresh server instance with no players running chunk pregen-

https://paste.fedoraproject.org/paste/8XbwPSuAKtEDUuEZ0qKNOQ

commented

That is a different crash, but I'll re-open anyways

commented

Ok that line is calling:
"List entities = world.getEntities(EntityCoupleableRollingStock.class, EntitySelectors.IS_ALIVE);"

On the main thread in a tick handler. Some other mod you have is messing with the loaded entity list in a different thread.