Origins (Fabric)

Origins (Fabric)

15M Downloads

playerabilitylib is having issues (game crashes on launch)

Kompasta opened this issue ยท 4 comments

commented

playerabilitylib is inside the apoli jar, which is inside the origins jar and I don't know why it's having issues or how to fix it

[main/ERROR]: Mixin apply for mod playerabilitylib failed mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib -> net.minecraft.class_3222: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Invalid descriptor on mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7428;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7428;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [INJECT Applicator Phase -> mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib -> Apply Injections -> -> Inject -> mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7428;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7428;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7428;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [INJECT Applicator Phase -> mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib -> Apply Injections -> -> Inject -> mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_3218;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_7428;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]

commented

Any fixes? Having the same issue

commented

I did get it fixed but im legit in bed rn and cant Check what it was atm but i do still have the fix saved i'll send it Here when i wake up

commented

It's been a week, are you already out of bed? lol

commented

In my case, It was caused by an incompatibility with the mssw mod, mentioned here: Nibaru/More-Slabs-Stairs-and-Walls#10
I ended up editing mssw myself to just remove the mixin and blocks it involved because it was only a couple, and the mod author seems to be missing