All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

Crash When Hit by a Wither Skeleton

soultstice opened this issue ยท 11 comments

commented

Any time I get hit by a Wither Skeleton, it dies and I crash. Screenshots of my gear in case it's an enchant or Apotheosis problem. I somewhat recently made it to The Other but I don't remember when this started and didn't have many run-ins with Wither Skeletons up until The Other. There is also two instances of the crash from two different days in case that helps.
Screenshot 2024-01-09 002612
Screenshot 2024-01-09 002630
Screenshot 2024-01-09 002644
Screenshot 2024-01-09 002701
crash-2024-01-09_00.20.14-server.txt
crash-2024-01-07_13.03.35-server.txt

commented

Did u have a twilightforest:cloud in your inventory?

commented

Not that I know, I'm not too sure what that even is.

commented

No it even happens when a Wither Skeleton dies from Thorns while Shooting you, happend to me 3 times and i can reproduce it 100%.

commented

In our server, we removed thorns/icy thorns/curse of bones from all our gear and this stopped. Could cheat in a command block to loop wipe wither skeletons on spawn which would allow you to play as normal

commented

How are you re-joining the server? Every time I re-join, the server crashes after this happens. I need to wipe my character data on the server before I can re-join. I'm hoping it's fixed next patch or there is another more permanent solution besides not using Thorns..

commented

Can confirm this is also happening on our ATM 9 server. We ended up using only one piece of gear (vibranium leggins) with Thorns II and the server crashed after a little bit of skeleton beating. The character was in The Other dimension.

@vorly You dont need to wipe the character data. If you have access to the server then just go to your world folder and look for "playerdata" folder. There search for a .dat file of your minecraft account.

After you find your .dat file you just open it with NBTexplorer:
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-tools/1262665-nbtexplorer-nbt-editor-for-windows-and-mac

There search for the "Pos" row and edit your X Y Z so you teleport your character somewhere else so the skeletons can't hit and crash you. Oh and dont forget to save it :)

commented

Same here, I even got a crash log for y'all!
Confirmed and reproduced by having someone with thorns getting hit by a skelly in a laboratory setting.
They do crash the server again within 5 seconds of logging in again IF nobody else removed the skeleton presence prior to throns-player logging in

[Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:897) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source) ~[?:?]
at java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source) ~[?:?]
at net.minecraft.world.entity.ai.goal.GoalSelector.m_186081_(GoalSelector.java:118) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.ai.goal.GoalSelector.m_25373_(GoalSelector.java:111) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.Mob.m_6140_(Mob.java:760) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.LivingEntity.m_8107_(LivingEntity.java:2548) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.Mob.m_8107_(Mob.java:536) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.monster.Monster.m_8107_(Monster.java:42) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.monster.AbstractSkeleton.m_8107_(AbstractSkeleton.java:116) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2298) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.level.ServerLevel.observable$track(ServerLevel.java:6669) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.level.ServerLevel.redirect$bif000$observable$onTickNonPassenger(ServerLevel.java:6685) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23913!/:?]
... 5 more

commented

Server version 0.3.0 All The Mods 9
Same issue: the problem is the enchantment ("Thorn") and a hit from a Wither Skeleton

AND :i have also noticed that it also happens when the enchantment on vanila item has been added afterwards
there the server crashes much less often at least for me but if it happens in connection with Wither Skeleton

[04Aug2024 21:58:17.429] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:897) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:1023) ~[?:?]
at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:1046) ~[?:?]
at net.minecraft.world.entity.ai.goal.GoalSelector.m_186081_(GoalSelector.java:118) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.ai.goal.GoalSelector.m_25373_(GoalSelector.java:111) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.Mob.m_6140_(Mob.java:760) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.LivingEntity.m_8107_(LivingEntity.java:2548) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.Mob.m_8107_(Mob.java:536) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.monster.Monster.m_8107_(Monster.java:42) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.monster.AbstractSkeleton.m_8107_(AbstractSkeleton.java:116) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2298) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.level.ServerLevel.observable$track(ServerLevel.java:7169) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.level.ServerLevel.redirect$bin000$observable$onTickNonPassenger(ServerLevel.java:7185) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23911!/:?]
... 5 more

commented

I also ran into this problem. I think it happens with both skeletons and wither skeletons, cause I crashed once in the other and once in the twilight forest (where there were only normal skeletons).

commented

Bug Report: Game Crash When Hit by Wither Skeletons with "Repellent" Enchantment
Modpack Version:
ATM 9 - 0.3.0

Minecraft Version:
1.20.x

Forge Version:
V. 1.259.1.20166

Description:
The game crashes whenever I am hit by a Wither Skeleton while wearing armor or holding a weapon with the "Repellent" enchantment. This crash occurs consistently and makes it difficult to engage Wither Skeletons without avoiding crashes.

Steps to Reproduce:

Equip any armor piece or weapon with the "Repellent" enchantment.
Enter a Nether Fortress or any location where Wither Skeletons spawn.
Engage in combat with a Wither Skeleton.
Observe the game crash upon being hit by the Wither Skeleton.
Expected Behavior:
The "Repellent" enchantment should trigger its effect without causing the game to crash.

Additional Information:

I have tested this with different armor pieces and weapons, and the crash only occurs when the "Repellent" enchantment is present.
The crash happens specifically with Wither Skeletons; other mobs do not seem to cause this issue.
I have tried removing other mods that might conflict with "Repellent," but the issue persists.