frikinjay / let-me-despawn

Seeks to improve performance in minecraft by tweaking mob despawn rules.
GNU Lesser General Public License v3.0
7 stars 1 forks source link

[1.20.1] [Forge] Crash on launch #12

Closed 630R63 closed 1 year ago

630R63 commented 1 year ago

Hello!

I was trying to put together a modpack and wanted to include also this mod. Unfortunately, upon launch, the game crashes without a crash log, only a latest log which I have attached.

Since I thought maybe there is some incompatibility with other mods, I created an instance just with these:

Here is the latest log: latest.log

==================================================================================

P.S. Since I saw in my screenshot above that there is an "update" to the mod, I clicked on it and it reverted me back to 1.1.0?? image

It still gives the same crash with either version.

milkembers commented 1 year ago

can confirm that the same is happening here

[30Jun2023 02:31:10.372] [main/FATAL] [mixin/]: Mixin apply failed letmedespawn.mixins.json:MobMixin -> net.minecraft.world.entity.Mob: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on setItemSlotAndDropWhenKilled could not find any targets matching 'setItemSlotAndDropWhenKilled' in net.minecraft.world.entity.Mob. No refMap loaded. [PREINJECT Applicator Phase -> letmedespawn.mixins.json:MobMixin -> Prepare Injections ->  -> handler$zlh000$setItemSlotAndDropWhenKilled(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on setItemSlotAndDropWhenKilled could not find any targets matching 'setItemSlotAndDropWhenKilled' in net.minecraft.world.entity.Mob. No refMap loaded. [PREINJECT Applicator Phase -> letmedespawn.mixins.json:MobMixin -> Prepare Injections ->  -> handler$zlh000$setItemSlotAndDropWhenKilled(Lnet/minecraft/world/entity/EquipmentSlot;Lnet/minecraft/world/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
frikinjay commented 1 year ago

Fixed