Open Cervator opened 8 years ago
This issue or something very similar just happened again on today's event server (JS + soundtrack + cheats + ShatteredPlanes). I think it might have been right as I broke / was about to break a blueberry bush - after logging back in the bush block was missing (but it was still on-screen as I crashed) + I had a blueberry seed on me.
Client log:
12:34:14.285 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 1915}
12:34:14.285 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 1914}
12:34:31.216 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:BerryBush]
12:34:31.216 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:BerryBush with id 373
12:34:31.217 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:MatureBerryBush]
12:34:31.217 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:MatureBerryBush with id 374
12:34:33.675 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 21736, netId = 7865, prefab = 'JoshariasSurvival:Blueberry'}
12:34:57.079 [main] INFO o.t.musicdirector.MusicDirectorImpl - Song 'ShootingStars' ended
12:34:57.109 [main] INFO o.t.musicdirector.MusicDirectorImpl - Starting to play 'PeacefulWorld'
12:35:01.647 [main] INFO o.t.musicdirector.MusicDirectorImpl - Enqueued ShootingStars
12:37:43.655 [main] INFO o.t.musicdirector.MusicDirectorImpl - Removed ShootingStars
12:37:43.655 [main] INFO o.t.musicdirector.MusicDirectorImpl - Removed OrcFortress
12:37:43.656 [main] INFO o.t.musicdirector.MusicDirectorImpl - Removed PeacefulWorld
12:38:07.190 [main] INFO o.t.musicdirector.MusicDirectorImpl - Song 'PeacefulWorld' ended
12:38:32.870 [main] ERROR o.t.p.t.TypeSerializationLibrary - Unable to register field of type ResourceUrn: not a supported type or MappedContainer
12:38:32.870 [main] INFO o.t.p.t.TypeSerializationLibrary - Unsupported field: 'EventualSkills:SkillTrainedOwnerEvent.skillTrained'
12:38:32.870 [main] ERROR o.t.p.typeHandling.Serializer - No type handler for type class org.terasology.assets.ResourceUrn used by class org.terasology.eventualSkills.events.SkillTrainedOwnerEvent::skillTrained
12:42:13.651 [main] INFO o.t.musicdirector.MusicDirectorImpl - Enqueued NightTheme
12:42:13.655 [main] INFO o.t.musicdirector.MusicDirectorImpl - Starting to play 'NightTheme'
12:44:07.480 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:BerryBush:engine:halfBlock]
12:44:07.481 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:BerryBush:engine:halfBlock with id 375
12:44:31.294 [main] ERROR o.t.p.typeHandling.Serializer - No type handler for type class org.terasology.assets.ResourceUrn used by class org.terasology.eventualSkills.events.SkillTrainedOwnerEvent::skillTrained
12:46:43.658 [main] INFO o.t.musicdirector.MusicDirectorImpl - Enqueued Heroes
12:46:43.658 [main] INFO o.t.musicdirector.MusicDirectorImpl - Removed NightTheme
12:48:34.877 [main] INFO o.t.musicdirector.MusicDirectorImpl - Song 'NightTheme' ended
12:48:34.880 [main] INFO o.t.musicdirector.MusicDirectorImpl - Starting to play 'Heroes'
12:51:38.488 [main] ERROR o.t.p.typeHandling.Serializer - No type handler for type class org.terasology.assets.ResourceUrn used by class org.terasology.eventualSkills.events.SkillTrainedOwnerEvent::skillTrained
12:51:50.328 [main] INFO o.t.musicdirector.MusicDirectorImpl - Song 'Heroes' ended
12:52:07.648 [main] INFO o.t.musicdirector.MusicDirectorImpl - Enqueued Heroes
12:52:07.648 [main] INFO o.t.musicdirector.MusicDirectorImpl - Starting to play 'Heroes'
12:52:17.744 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 21737}, expected netId 7866
12:52:17.940 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 21737}, expected netId 7866
12:52:18.190 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 21737}, expected netId 7866
12:52:19.157 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 21737}, expected netId 7866
12:52:19.344 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 21737}, expected netId 7866
12:52:19.545 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 21737}, expected netId 7866
12:52:19.746 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception, attempting clean game shutdown
java.lang.NullPointerException: null
at org.terasology.world.internal.EntityAwareWorldProvider.updateBlockEntityComponents(EntityAwareWorldProvider.java:235)
at org.terasology.world.internal.EntityAwareWorldProvider.updateBlockEntity(EntityAwareWorldProvider.java:151)
at org.terasology.world.internal.EntityAwareWorldProvider.setBlock(EntityAwareWorldProvider.java:122)
at org.terasology.world.internal.WorldProviderWrapper.setBlock(WorldProviderWrapper.java:52)
at org.terasology.network.internal.ServerImpl.processBlockChanges(ServerImpl.java:304)
at org.terasology.network.internal.ServerImpl.processMessages(ServerImpl.java:269)
at org.terasology.network.internal.ServerImpl.update(ServerImpl.java:187)
at org.terasology.network.internal.NetworkSystemImpl.update(NetworkSystemImpl.java:317)
at org.terasology.engine.subsystem.common.NetworkSubsystem.preUpdate(NetworkSubsystem.java:46)
at org.terasology.engine.TerasologyEngine.mainLoop(TerasologyEngine.java:406)
at org.terasology.engine.TerasologyEngine.run(TerasologyEngine.java:368)
at org.terasology.engine.Terasology.main(Terasology.java:152)
12:52:19.747 [main] INFO o.terasology.engine.TerasologyEngine - Shutting down Terasology...
12:52:19.757 [main] INFO o.t.n.internal.NetworkSystemImpl - Network shutdown
Server side log:
12:49:24.686 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'}, dropping input.
12:49:24.686 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'}, dropping input.
12:49:24.686 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'}, dropping input.
12:49:24.686 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'}, dropping input.
12:49:27.275 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Creating game snapshot
12:49:27.276 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Snapshot created: Writing phase starts
12:50:27.277 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Creating game snapshot
12:50:27.278 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Snapshot created: Writing phase starts
12:50:27.628 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'}, dropping input.
12:51:27.278 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Creating game snapshot
12:51:27.279 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Snapshot created: Writing phase starts
12:51:46.147 [main] INFO o.t.e.s.EventualSkillAuthoritySystem - EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'} stopped training skill
12:51:46.148 [main] INFO o.t.e.systems.SkillsAuthoritySystem - EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'} given skill eventualskills:idleskill level 2
12:51:46.148 [main] INFO o.t.e.s.EventualSkillAuthoritySystem - EntityRef{id = 7565, netId = 7114, prefab = 'engine:player'} completed training skill eventualskills:idleskill
12:52:23.472 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 8773, netId = 7866, prefab = 'JoshariasSurvival:BlueberryBushFull'}
12:52:23.472 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8773, netId = 7866}
12:52:23.472 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent removed from EntityRef{id = 8773, netId = 7866}
12:52:23.472 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 8773, netId = 7866}
12:52:25.394 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent added to EntityRef{id = 8773, netId = 7866}
12:52:25.394 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8780, netId = 7871, prefab = 'engine:defaultBlockParticles'}
12:52:25.394 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8780, netId = 7871, prefab = 'engine:defaultBlockParticles'}
12:52:25.395 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8780, netId = 7871, prefab = 'engine:defaultBlockParticles'}
12:52:25.395 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8780, netId = 7871, prefab = 'engine:defaultBlockParticles'}
12:52:25.395 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8781, netId = 7872, prefab = 'engine:dustEffect'}
12:52:25.395 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8781, netId = 7872, prefab = 'engine:dustEffect'}
12:52:25.395 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8781, netId = 7872, prefab = 'engine:dustEffect'}
12:52:25.395 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8781, netId = 7872, prefab = 'engine:dustEffect'}
12:52:25.605 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8782, netId = 7873, prefab = 'engine:defaultBlockParticles'}
12:52:25.605 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8782, netId = 7873, prefab = 'engine:defaultBlockParticles'}
12:52:25.605 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8782, netId = 7873, prefab = 'engine:defaultBlockParticles'}
12:52:25.606 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8782, netId = 7873, prefab = 'engine:defaultBlockParticles'}
12:52:25.606 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8783, netId = 7874, prefab = 'engine:dustEffect'}
12:52:25.606 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8783, netId = 7874, prefab = 'engine:dustEffect'}
12:52:25.606 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8783, netId = 7874, prefab = 'engine:dustEffect'}
12:52:25.606 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8783, netId = 7874, prefab = 'engine:dustEffect'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8784, netId = 7875, prefab = 'engine:defaultBlockParticles'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8784, netId = 7875, prefab = 'engine:defaultBlockParticles'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8784, netId = 7875, prefab = 'engine:defaultBlockParticles'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8784, netId = 7875, prefab = 'engine:defaultBlockParticles'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8785, netId = 7876, prefab = 'engine:dustEffect'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8785, netId = 7876, prefab = 'engine:dustEffect'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8785, netId = 7876, prefab = 'engine:dustEffect'}
12:52:25.820 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8785, netId = 7876, prefab = 'engine:dustEffect'}
12:52:27.003 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8786, netId = 7877, prefab = 'engine:defaultBlockParticles'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8786, netId = 7877, prefab = 'engine:defaultBlockParticles'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8786, netId = 7877, prefab = 'engine:defaultBlockParticles'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8786, netId = 7877, prefab = 'engine:defaultBlockParticles'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8787, netId = 7878, prefab = 'engine:dustEffect'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8787, netId = 7878, prefab = 'engine:dustEffect'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8787, netId = 7878, prefab = 'engine:dustEffect'}
12:52:27.004 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8787, netId = 7878, prefab = 'engine:dustEffect'}
12:52:27.207 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8788, netId = 7879, prefab = 'engine:defaultBlockParticles'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8788, netId = 7879, prefab = 'engine:defaultBlockParticles'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8788, netId = 7879, prefab = 'engine:defaultBlockParticles'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8788, netId = 7879, prefab = 'engine:defaultBlockParticles'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8789, netId = 7880, prefab = 'engine:dustEffect'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8789, netId = 7880, prefab = 'engine:dustEffect'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8789, netId = 7880, prefab = 'engine:dustEffect'}
12:52:27.208 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8789, netId = 7880, prefab = 'engine:dustEffect'}
12:52:27.280 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Creating game snapshot
12:52:27.281 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Snapshot created: Writing phase starts
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8790, netId = 7881, prefab = 'engine:defaultBlockParticles'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8790, netId = 7881, prefab = 'engine:defaultBlockParticles'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8790, netId = 7881, prefab = 'engine:defaultBlockParticles'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8790, netId = 7881, prefab = 'engine:defaultBlockParticles'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 8791, netId = 7882, prefab = 'engine:dustEffect'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8791, netId = 7882, prefab = 'engine:dustEffect'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8791, netId = 7882, prefab = 'engine:dustEffect'}
12:52:27.409 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8791, netId = 7882, prefab = 'engine:dustEffect'}
12:52:27.410 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.410 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.410 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.410 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.410 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.410 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.lifespan.LifespanComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.components.RigidBodyComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 8773, netId = 7866}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 8773, netId = 7866}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 8773, netId = 7866}
12:52:27.411 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent removed from EntityRef{id = 8773, netId = 7866}
12:52:27.423 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.lifespan.LifespanComponent removed from EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.423 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.components.RigidBodyComponent removed from EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.423 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent removed from EntityRef{id = 8792, netId = 7883, prefab = 'JoshariasSurvival:BlueberrySeed'}
12:52:27.557 [main] INFO o.t.n.internal.NetworkSystemImpl - Client disconnected: Cervator
12:52:29.951 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Creating game snapshot
12:52:29.953 [main] INFO o.t.p.i.ReadWriteStorageManager - Saving - Snapshot created: Writing phase starts
12:52:34.319 [main] INFO o.t.musicdirector.MusicDirectorImpl - Enqueued Snowflakes
Happened again although this time I was just wandering around occasionally breaking plants, but hadn't hit any for a few seconds then crashed. Did recently pick a blueberry off a bush and see a later hit for blueberries in the log immediately preceding the crash (growth maybe?). @rzats was online too but did not crash.
13:57:22.736 [main] INFO o.t.musicdirector.MusicDirectorImpl - Removed Heaven
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.178 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9613, netId = 20100, prefab = 'engine:defaultBlockParticles'}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 9612, netId = 20101, prefab = 'ManualLabor:Plant'}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 9612, netId = 20101, prefab = 'ManualLabor:Plant'}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 9612, netId = 20101, prefab = 'ManualLabor:Plant'}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9612, netId = 20101}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9612, netId = 20101}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9612, netId = 20101}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 9612, netId = 20101}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 9612, netId = 20101}
13:57:23.179 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 9612, netId = 20101}
13:57:26.412 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.413 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.415 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.417 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.421 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.445 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.542 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.645 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.740 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.829 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:26.925 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:27.023 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:27.120 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:27.215 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:27.309 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:27.584 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.particles.BlockParticleEffectComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9615, netId = 20102, prefab = 'engine:defaultBlockParticles'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.585 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.lifespan.LifespanComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.lifespan.LifespanComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.lifespan.LifespanComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.components.RigidBodyComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.components.RigidBodyComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.components.RigidBodyComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.location.LocationComponent added to EntityRef{id = 9616, netId = 20104, prefab = 'ManualLabor:PlantMatter'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 9614, netId = 20103, prefab = 'ManualLabor:Plant'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 9614, netId = 20103, prefab = 'ManualLabor:Plant'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent removed from EntityRef{id = 9614, netId = 20103, prefab = 'ManualLabor:Plant'}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9614, netId = 20103}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9614, netId = 20103}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9614, netId = 20103}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 9614, netId = 20103}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 9614, netId = 20103}
13:57:27.586 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.health.HealthComponent removed from EntityRef{id = 9614, netId = 20103}
13:57:34.104 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:35.009 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:35.009 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:35.009 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:35.024 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:35.097 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:49.024 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent removed from EntityRef{id = 9043, netId = 16669}
13:57:49.024 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent removed from EntityRef{id = 9043, netId = 16669}
13:57:49.024 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent removed from EntityRef{id = 9043, netId = 16669}
13:57:49.024 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9043, netId = 16669}
13:57:49.024 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9043, netId = 16669}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9043, netId = 16669}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.rendering.logic.MeshComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.common.DisplayNameComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.physics.shapes.BoxShapeComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.network.NetworkComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.logic.inventory.ItemComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.025 [main] INFO o.t.n.internal.NetworkSystemImpl - Component class org.terasology.entitySystem.entity.internal.EntityInfoComponent added to EntityRef{id = 9617, netId = 20105, prefab = 'JoshariasSurvival:Blueberry'}
13:57:49.287 [main] INFO o.t.n.internal.NetworkSystemImpl - Client disconnected: Cervator
13:57:49.630 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:49.630 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:52.807 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
13:57:52.819 [main] WARN o.t.l.c.ServerCharacterPredictionSystem - Received too much input from EntityRef{id = 9050, netId = 20052, prefab = 'engine:player'}, dropping input.
Went a fair bit longer with 4 of us online but I did eventually get the same sort of error just with GooeysQuests active:
18:10:49.787 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 147676, netId = 6266}
18:10:52.601 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 147820, netId = 6269}
18:10:58.505 [main] INFO o.t.logic.console.ConsoleImpl - [CHAT] chessandgo: no, like I can see sky texture
18:11:00.355 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception, attempting clean game shutdown
java.lang.NullPointerException: null
at org.terasology.world.internal.EntityAwareWorldProvider.updateBlockEntityComponents(EntityAwareWorldProvider.java:235)
at org.terasology.world.internal.EntityAwareWorldProvider.updateBlockEntity(EntityAwareWorldProvider.java:151)
at org.terasology.world.internal.EntityAwareWorldProvider.setBlock(EntityAwareWorldProvider.java:122)
at org.terasology.world.internal.WorldProviderWrapper.setBlock(WorldProviderWrapper.java:52)
at org.terasology.network.internal.ServerImpl.processBlockChanges(ServerImpl.java:304)
at org.terasology.network.internal.ServerImpl.processMessages(ServerImpl.java:269)
at org.terasology.network.internal.ServerImpl.update(ServerImpl.java:187)
at org.terasology.network.internal.NetworkSystemImpl.update(NetworkSystemImpl.java:317)
at org.terasology.engine.subsystem.common.NetworkSubsystem.preUpdate(NetworkSubsystem.java:46)
at org.terasology.engine.TerasologyEngine.mainLoop(TerasologyEngine.java:406)
at org.terasology.engine.TerasologyEngine.run(TerasologyEngine.java:368)
at org.terasology.engine.Terasology.main(Terasology.java:152)
18:11:00.355 [main] INFO o.terasology.engine.TerasologyEngine - Shutting down Terasology...
18:11:00.366 [main] INFO o.t.n.internal.NetworkSystemImpl - Network shutdown
Edit: Seemed to crash all of us at once. @flo could also reliably cause similar crashes with StructuralTemplates in GooeysQuests somehow.
@Cervator PR #2481 addresses the scenario you mentioned last. Since the setBlocks method is not that old, the upper crash must have another cause.
Reproduced the JS blueberry crash with a local headless + single client, remembering the steps fairly well and noting an issue with network components in the log. I started the game with a blueberry bush near spawn, picked berries, broke the bush, took the seed. Spawned in a growthcan, ungrowthcan, and a couple more seeds (blue + test). Placed seeds and played with the cans but after picking blueberries off the first bush and attempting to insta-grow it back to having berries failed while a single Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
got logged.
Ran through that process a few more times with the same result - couldn't grow berries back after picking them. Finally tried to break a bush and the game crashed (client only). Noteworthy that it did not occur earlier when i picked berries off a naturally matured bush then broke it, but then I didn't try to force-grow that one first. It also did not occur in singleplayer (less of a surprise)
22:47:10.689 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:BerryBush]
22:47:10.696 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:BerryBush with id 363
22:47:10.697 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:MatureBerryBush]
22:47:10.698 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:MatureBerryBush with id 364
22:47:14.280 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2431, netId = 1607}
22:47:15.466 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2457, netId = 1623}
22:47:19.385 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:BerryBush:engine:halfBlock]
22:47:19.385 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:BerryBush:engine:halfBlock with id 365
22:47:19.386 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2444, netId = 1620, prefab = 'JoshariasSurvival:BlueberrySeed'}
22:47:20.254 [main] INFO o.t.logic.console.ConsoleImpl - [CONSOLE] Welcome to the wonderful world of Terasology!
Type 'help' to see a list with available commands or 'help <commandName>' for command details.
Text parameters do not need quotes, unless containing spaces. No commas between parameters.
You can use auto-completion by typing a partial command then hitting [tab] - examples:
gh + [tab] => 'ghost'
help gh + [tab] => 'help ghost' (can auto complete commands fed to help)
giv + [tab] => 'giveBlock giveItem givePermission' (use [tab] again to cycle between choices)
lS + [tab] => 'listShapes' (camel casing abbreviated commands)
22:47:23.421 [main] INFO o.t.logic.console.ConsoleImpl - [CONSOLE] You received an item of SimpleFarming:GrowthCan
22:47:26.871 [main] INFO o.t.logic.console.ConsoleImpl - [CONSOLE] You received an item of SimpleFarming:UnGrowthCan
22:47:30.929 [main] INFO o.t.logic.console.ConsoleImpl - [CONSOLE] You received an item of JoshariasSurvival:BlueberrySeed
22:47:36.324 [main] INFO o.t.logic.console.ConsoleImpl - [CONSOLE] You received an item of SimpleFarming:TestberrySeed
22:47:38.135 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2692, netId = 1628, prefab = 'JoshariasSurvival:BlueberrySeed'}
22:47:39.280 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2693, netId = 1629, prefab = 'SimpleFarming:TestberrySeed'}
22:47:47.181 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2812, netId = 1632, prefab = 'JoshariasSurvival:Blueberry'}
22:47:48.324 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:47:48.667 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:47:49.686 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:47:50.481 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:48:04.330 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 2834, netId = 1641, prefab = 'JoshariasSurvival:Blueberry'}
22:48:11.686 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:48:12.141 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:48:13.124 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:48:13.928 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2688}, expected netId 1625
22:48:14.734 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2741}, expected netId 1630
22:48:15.336 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2741}, expected netId 1630
22:48:16.336 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2741}, expected netId 1630
22:48:17.119 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2741}, expected netId 1630
22:48:18.685 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[SimpleFarming:TestberryBushFull]
22:48:18.685 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block SimpleFarming:TestberryBushFull with id 366
22:48:28.782 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2779}, expected netId 1631
22:48:29.235 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2779}, expected netId 1631
22:48:29.427 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2779}, expected netId 1631
22:48:29.632 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 2779}, expected netId 1631
22:48:29.842 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception, attempting clean game shutdown
java.lang.NullPointerException: null
at org.terasology.world.internal.EntityAwareWorldProvider.updateBlockEntityComponents(EntityAwareWorldProvider.java:235)
...
As in the past you can log back on and the bushes will have regrown berries just fine. Breaking a mature bush then works fine, even if it was affected before. Harvesting berries off one then attempting to break its now-immature block again results in the crash (no growth trickery used):
23:09:42.204 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 3148, netId = 1720, prefab = 'ManualLabor:PlantMatter'}
23:09:48.299 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 400, netId = 1693}
23:09:48.300 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 413, netId = 1706, prefab = 'JoshariasSurvival:Blueberry'}
23:09:50.507 [main] INFO o.t.network.internal.ServerImpl - Destroying entity: EntityRef{id = 414, netId = 1707, prefab = 'JoshariasSurvival:Blueberry'}
23:09:51.151 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 399}, expected netId 1692
23:09:51.359 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 399}, expected netId 1692
23:09:51.608 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 399}, expected netId 1692
23:09:51.811 [main] ERROR o.t.network.internal.ServerImpl - Updating entity with no network component: EntityRef{id = 399}, expected netId 1692
23:09:52.008 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception, attempting clean game shutdown
java.lang.NullPointerException: null
at org.terasology.world.internal.EntityAwareWorldProvider.updateBlockEntityComponents(EntityAwareWorldProvider.java:235)
dumpEntities
on the client was not very helpful, at least not after the crash and relogging. Attempting it right before the crash didn't help either (neither logged entityId was found). So either that's server side or invalid to where it causes the crash. It looks like this can be easily replicated now.
The first logs show that the client ultimately crashes in l.235 of EntityAwareWorldProvider
. Based on the time of the postings here, I assume this class to be in the state of b34948e468ceb8194b8a2099b48eb6a019ad2c5b.
In that line, either the oldEntityBuilder
or the blockComponent
can cause an NPE. I believe the blockComponent
is more likely to be no longer present on an entity rather than the entity manager suddenly to stop working.
I'm wondering whether this might be related to #4838 as the EntityAwareWorldProvider
actually destroys entities on the client if it believes they are duplicates...
Myself and @emanuele3d (and maybe @tdgunes ?) were all on our little test server slowly working through JoshariasSurvival (nice work btw @Josharias ! It is something else to slowly climb the tech tree in multiplayer) when something happened that caused us all to crash. Will include a large log snippet below.
I had just smelted a few tin nuggets and @emanuele3d had some copper ore on his cursor. Not sure if any particular action caused the crash, I think we were both typing in the chat console. Nothing too notable earlier in the server log (as far back as my server session window showed).
Oddly the server seemed to carry on just fine after.
Server log:
Client log (me):