Server Crash ticking event

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

adracamas

New Member
Jul 29, 2019
27
0
0
Title Server Crash ticking event

Launcher Type Server

Modpack Revelations 1.12.2

Modpack version 2.1.0

Have you modified the pack? Yes

Link to log file Altered the Thaumcraft setting for wussMode from false to true

Details of the issue Cow (??) causing ticking event it seems.
Also seems to have something to do with codeChickenChunks.. rebooted the server and now if crashes out on load with...
[On load]
https://pastebin.com/Qmjb4RhS


[Crash Log]
https://pastebin.com/djhyLSnD



Just to clarify.. there is a Draconic Stable Spawner there dropping cows to their death near an Ender Chest that also has an Ender Hopper (black one)
 
Last edited by a moderator:

adracamas

New Member
Jul 29, 2019
27
0
0
Recovered from the /server/backup folder and it's fine now though.

-- update --

and it's back.. very odd but still seems to have something to do with chickenChunks

[20:46:55] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.lang.NoSuchMethodError: codechicken.lib.render.particle.CustomParticleHandler.addLandingEffects(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Lcodechicken/lib/vec/Vector3;I)V
at codechicken.enderstorage.block.BlockEnderStorage.addLandingEffects(BlockEnderStorage.java:276) ~[BlockEnderStorage.class:?]
at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:208) ~[vp.class:?]
at net.minecraft.entity.Entity.func_70091_d(Entity.java:895) ~[vg.class:?]
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1949) ~[vp.class:?]
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2384) ~[vp.class:?]
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) ~[vq.class:?]
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178) ~[vd.class:?]
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43) ~[zv.class:?]
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170) ~[vp.class:?]
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) ~[vq.class:?]
at net.minecraft.world.World.func_72866_a(World.java:1990) ~[amu.class:?]
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) ~[oo.class:?]
at net.minecraft.world.World.func_72870_g(World.java:1952) ~[amu.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1756) ~[amu.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
... 4 more


--update--

I've noticed it may have something to do with the auto-backup.. seems to happen right after it. Maybe the writing to the hard drive is causing the hiccup for some reason. Just seems odd though. I would think a crash and reboot would resolve the issue but the ticking event seems to persist. Only way around it is to re-upload the backed up world file.
 
Last edited: