MC Dungeons Weapons

MC Dungeons Weapons

8M Downloads

Crash - TickingEntity

InsaanNotFound opened this issue ยท 1 comments

commented

Issue

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 2020-12-27 20:03:38 CET
Description: Ticking entity

java.lang.ClassCastException: net.minecraft.class_1667 cannot be cast to net.minecraft.class_1309
    at Not Enough Crashes deobfuscated stack trace.(1.16.4+build.7)
    at net.minecraft.entity.LivingEntity.handler$zgc000$applyChains(LivingEntity:6650)
    at net.minecraft.entity.LivingEntity.applyDamage(LivingEntity)
    at net.minecraft.entity.LivingEntity.damage(LivingEntity:1035)
    at net.minecraft.entity.mob.HostileEntity.damage(HostileEntity:73)
    at net.minecraft.entity.mob.PiglinEntity.damage(PiglinEntity:393)
    at net.minecraft.entity.projectile.PersistentProjectileEntity.onEntityHit(PersistentProjectileEntity:374)
    at net.minecraft.entity.projectile.ProjectileEntity.onCollision(ProjectileEntity:118)
    at net.minecraft.entity.projectile.PersistentProjectileEntity.tick(PersistentProjectileEntity:227)
    at net.minecraft.entity.projectile.ArrowEntity.tick(ArrowEntity:103)
    at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld:621)
    at net.minecraft.world.World.tickEntity(World:561)
    at net.minecraft.server.world.ServerWorld.tick(ServerWorld:411)
    at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:871)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer:811)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer:91)
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:670)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:257)
    at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Entity being ticked --
  Entity Type: minecraft:arrow (net.minecraft.class_1667)
  Entity ID: 33991
  Entity Name: Arrow
  Entity's Exact location: 45.26, 78.42, 105.90
  Entity's Block location: World: (45,78,105), Chunk: (at 13,4,9 in 2,6; contains blocks 32,0,96 to 47,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  Entity's Momentum: -0.06, -0.14, -1.19
  Entity's Passengers: []
  Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  Entity NBT: {Motion:[-0.05731568112476996d,-0.14418411446910634d,-1.1936536147294319d],damage:2.0d,PierceLevel:0b,shake:0b,Potion:"minecraft:strong_harming",inGround:0b,ShotFromCrossbow:0b,OnSoulFire:0b,pickup:1b,Invulnerable:0b,LeftOwner:1b,Air:300s,OnGround:0b,PortalCooldown:0,Rotation:[-177.25102f,0.07872379f],life:0s,FallDistance:0.0f,SoundEvent:"minecraft:entity.arrow.hit",crit:0b,Pos:[45.264889043082704d,78.41872948867906d,105.90359053439664d],Fire:-1s,UUID:[I;1666724721,-1378791677,-1363284214,590560749]}

How to reproduce
It can't be done manually, it happens randomly in the Nether, any try to reload the world causes in game crashing again.

commented

I'm sorry about this. Just wondering, did you have anything enchanted with Chains? Like a bow or something?