Connector icon indicating copy to clipboard operation
Connector copied to clipboard

Slyde/LibJF doesn't work due to... crash report issues???

Open TheMasterCoders opened this issue 5 months ago • 1 comments

Mod Name

LibJF

Mod Homepage

https://modrinth.com/mod/libjf

Minecraft version

1.21.1

Describe the bug

(Using Fabric version of LibJF) It crashed with an "uncaught parallel processing error" (MixinTransformerError) it most likely has to do with mixins

Steps to reproduce

  1. Get NeoForge 1.21.1
  2. Add Slyde, LibJF, and Sinytra Connector (connector extras may also be necessary I have it installed)
  3. Attempt to launch the game
  4. See bug ...

Logs

https://gist.github.com/TheMasterCoders/e37cd0c15b8382dea0f78af4f68a998a https://gist.github.com/TheMasterCoders/62991696478c14988c96fbd2a3620513

Additional context

Using Modrinth Launcher

TheMasterCoders avatar Jul 24 '25 17:07 TheMasterCoders

(Forgot to include this but the "crash report issue" I mentioned in title comes from the exception message, being "org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on libjf-base.mixins.json:client.adapter_generated_ServerLifecycleHooks from mod libjf_base->@Inject::onCrashReport(Lnet/minecraft/client/Minecraft;Ljava/io/File;Lnet/minecraft/CrashReport;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/client/Minecraft;Ljava/io/File;Lnet/minecraft/CrashReport;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [INJECT_APPLY Applicator Phase -> libjf-base.mixins.json:client.adapter_generated_ServerLifecycleHooks from mod libjf_base -> Apply Injections -> -> Inject -> libjf-base.mixins.json:client.adapter_generated_ServerLifecycleHooks from mod libjf_base->@Inject::onCrashReport(Lnet/minecraft/client/Minecraft;Ljava/io/File;Lnet/minecraft/CrashReport;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]"

TheMasterCoders avatar Jul 24 '25 17:07 TheMasterCoders