Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: taking lethal fall damage throws an exception. #455

Open
VunderFaffle opened this issue Jan 3, 2025 · 0 comments
Open

[Bug]: taking lethal fall damage throws an exception. #455

VunderFaffle opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels

Comments

@VunderFaffle
Copy link

VunderFaffle commented Jan 3, 2025

What happened?

If you fall to the death server throws an exception and you don't get any damage. You also keep "falling" but not taking damage while you stand still after the fall
net.minecraftforge.event.entity.living.LivingDeathEvent@41d95e65
I'm not sure if this is related to this mod, but I think so cuz of this
at org.dimdev.dimdoors.shared.EventHandler.onLivingDeath(EventHandler.java:46) ~[EventHandler.class:3.2.2]
mod list:
mods.txt

I have somewhat figured this out.
Log of my tests:
Running a server with my normal mods + dimdoors 3.2.2. Falling doesn't kill. Same error message.
Running the dimdoors 3.2.2 on a local world. Falling kills.
Running the dimdoors 3.2.2 on a local machine with the same world as the server. Falling kills.
Running the dimdoors 3.2.2 on a essential server. Falling doesn't kill. Same error message.

It has now became obvious that there's and issue with the serverside mods not working properly.

Running a sever without dimdoors. Falling kills.
Running a server with only dimdoors 3.2.2. Falling doesn't kill. Same error message.
Running a server on another world with dimdoors 3.2.2 only. Falling doesn't kill. Same error message.

I decide to try older versions of dimdoors.

Running a server with dimdoors 3.0.1 only. Falling kills.
Running a server with dimdoors 3.2.1 only. Falling doesn't kill. Same error message.
Running a server with dimdoors 3.2.0 only. Falling doesn't kill. Same error message.
Running a server with dimdoors 3.0.12 only. Falling doesn't kill. Same error message.
Running a server with dimdoors 3.0.11 only. Falling kills. Falling doesn't kill in the dimdoors dimension. Same error message.
Running essential server with dimdoors 3.0.11 only. Falling kills. Falling kills in the dimdoors dimension.
I've stopped testing on 3.0.11. Hope my tests are helpful.

Mod Version

MULTIPLE

What versions of Minecraft does this issue happen on?

1.12.2

Log

[15:35:15] [Server thread/INFO] [tombstone]: VunderFaffle has successfully been saved
[15:35:16] [Server thread/WARN] [twilightforest]: Dropping inventory items previously held in reserve for player VunderFaffle
[15:35:16] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingDeathEvent@41d95e65:
java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
        at org.dimdev.dimdoors.shared.EventHandler.onLivingDeath(EventHandler.java:46) ~[EventHandler.class:3.2.2]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_540_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
        at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:615) [ForgeHooks.class:14.23.5.2860]
        at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:474) [oq.class:?]
        at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1023) [vp.class:?]
        at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038) [aed.class:?]
        at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645) [oq.class:?]
        at net.minecraft.entity.EntityLivingBase.func_180430_e(EntityLivingBase.java:1325) [vp.class:?]
        at net.minecraft.entity.player.EntityPlayer.func_180430_e(EntityPlayer.java:1946) [aed.class:?]
        at net.minecraft.block.Block.func_180658_a(Block.java:821) [aow.class:?]
        at net.minecraft.entity.Entity.func_184231_a(Entity.java:1132) [vg.class:?]
        at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:215) [vp.class:?]
        at net.minecraft.entity.player.EntityPlayerMP.func_71122_b(EntityPlayerMP.java:838) [oq.class:?]
        at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:585) [pa.class:?]
        at net.minecraft.network.play.client.CPacketPlayer.func_148833_a(SourceFile:126) [lk.class:?]
        at net.minecraft.network.play.client.CPacketPlayer$Rotation.func_148833_a(SourceFile:88) [lk$c.class:?]
        at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_312]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_312]
        at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [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_312]
[15:35:16] [Server thread/ERROR] [FML]: Index: 29 Listeners:
[15:35:16] [Server thread/ERROR] [FML]: 0: HIGHEST
[15:35:16] [Server thread/ERROR] [FML]: 1: ASM: class twilightforest.TFEventListener charmOfLife(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 2: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerServer@2a38aae4 onDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 3: ASM: class thebetweenlands.common.tile.TileEntitySimulacrum onLivingDeathFirst(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 4: HIGH
[15:35:16] [Server thread/ERROR] [FML]: 5: ASM: class twilightforest.TFEventListener charmOfKeeping(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 6: NORMAL
[15:35:16] [Server thread/ERROR] [FML]: 7: ASM: class thaumcraft.common.lib.events.PlayerEvents onDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 8: ASM: class com.zeitheron.hammercore.event.vanilla.SpawnEnderDragonEggHandler dragonDieEvent(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 9: ASM: class epicsquid.mysticalworld.events.ShoulderHandler onDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 10: ASM: class net.insane96mcp.progressivebosses.events.LivingDeath EventLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 11: ASM: jds.bibliocraft.events.EventDeathDrop@3ae2ebd2 onDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 12: ASM: com.legacy.blue_skies.capability.SkiesEntityEvents@622ca73 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 13: ASM: org.zeith.thaumicadditions.events.LivingEventsTAR@41f5218f livingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 14: ASM: com.gildedgames.the_aether.player.PlayerAetherEvents@a38d755 onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 15: ASM: hunternif.mc.atlas.ext.watcher.DeathWatcher@15e45758 onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 16: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerCapeEffects@748ec3f7 onKill(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 17: ASM: com.legacy.blue_skies.capability.PlayerEventHandler@40e2a8eb onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 18: ASM: tschipp.forgottenitems.util.FIEvents@69a70f57 onDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 19: ASM: xzeroair.trinkets.events.CombatHandler@1734a884 onDeathEvent(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 20: ASM: class thebetweenlands.common.handler.PuppetHandler onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 21: ASM: class thebetweenlands.common.handler.PlayerRespawnHandler onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 22: ASM: class thebetweenlands.common.item.misc.ItemRingOfGathering onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 23: ASM: class thebetweenlands.common.capability.lastkilled.LastKilledCapability onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 24: LOW
[15:35:16] [Server thread/ERROR] [FML]: 25: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerEntity@54857618 onDeathInform(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 26: LOWEST
[15:35:16] [Server thread/ERROR] [FML]: 27: ASM: class ovh.corail.tombstone.event.EventHandler onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 28: ASM: hellfirepvp.astralsorcery.common.constellation.perk.tree.nodes.key.KeyRampage@7acde868 onEntityDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 29: ASM: class org.dimdev.dimdoors.shared.EventHandler onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 30: ASM: hellfirepvp.astralsorcery.common.constellation.perk.PerkEffectHelper@265b3838 expRemoval(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/ERROR] [FML]: 31: ASM: class thebetweenlands.common.tile.TileEntitySimulacrum onLivingDeathLast(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
[15:35:16] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
        at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_312]
        at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_312]
        at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [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_312]
Caused by: java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
        at org.dimdev.dimdoors.shared.EventHandler.onLivingDeath(EventHandler.java:46) ~[EventHandler.class:3.2.2]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_540_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
        at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:615) ~[ForgeHooks.class:14.23.5.2860]
        at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:474) ~[oq.class:?]
        at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1023) ~[vp.class:?]
        at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1038) ~[aed.class:?]
        at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:645) ~[oq.class:?]
        at net.minecraft.entity.EntityLivingBase.func_180430_e(EntityLivingBase.java:1325) ~[vp.class:?]
        at net.minecraft.entity.player.EntityPlayer.func_180430_e(EntityPlayer.java:1946) ~[aed.class:?]
        at net.minecraft.block.Block.func_180658_a(Block.java:821) ~[aow.class:?]
        at net.minecraft.entity.Entity.func_184231_a(Entity.java:1132) ~[vg.class:?]
        at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:215) ~[vp.class:?]
        at net.minecraft.entity.player.EntityPlayerMP.func_71122_b(EntityPlayerMP.java:838) ~[oq.class:?]
        at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:585) ~[pa.class:?]
        at net.minecraft.network.play.client.CPacketPlayer.func_148833_a(SourceFile:126) ~[lk.class:?]
        at net.minecraft.network.play.client.CPacketPlayer$Rotation.func_148833_a(SourceFile:88) ~[lk$c.class:?]
        at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_312]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_312]
        at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
        ... 5 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants