Improved Mobs (Forge)

Improved Mobs (Forge)

8M Downloads

Game Crashes when Entity Throws Ender Pearl

NotSamExe opened this issue ยท 8 comments

commented

Modloader

Fabric

Minecraft version

1.19.2

Modloader version

0.73.2

Mod version

1.11

TenshiLib version

1.6.15

Description

game crashes when an ender pearl thrown by a drowned hits the ground.

Steps to reproduce

  1. find a drowned
  2. wait for it to throw ender pearl

Mods that might affect the issue

i have no clue

Logs

https://paste.gg/p/anonymous/2d2736ca5987490eb4c90dfae949c922

commented

I've found it seems to be caused by betteranimations, although I am not a programmer, and could not tell you why.

commented

some mod mixin into ThrownEnderpearl and does a blind cast. sadly i cant tell you what mod is the cause from the log. you can try adding a mod that makes crash logs on fabric better and then see again (though i dont remember the name of it)

commented

@Flemmli97 I got installed Not Enough Crashes and CrashBrander mod. Here is my crash log: https://paste.gg/p/anonymous/d41d94f4888c4bce82c2af0a3bd760ae

commented

In addition, I guess the problem also happens when a creeper throws an ender pearl. As you can see in my crash log (in the previous message), it is trying to cast the CreeperEntity(net.minecraft.class_1548) class to the PlayerEntity(net.minecraft.class_1657) class.

commented

I reproduced the error (on 1.19.2) and saw that the game crashes when a creeper throws while zombies can throw ender pearls. Also, the creeper didn't belong to any mod, it was a vanilla creeper and it wasn't magical or anything.
Didn't add the crash log because it's the same

commented

It's also happened with skeletons

commented

report to auditoriy mod. and tell them they shouldnt blindcast in their enderpearl mixin

commented

Ok, thanks, I will, but there are better ways to say this.