isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
91 stars 34 forks source link

Crash in minecraft 1.20.4 #158

Closed Menion2k closed 2 months ago

Menion2k commented 4 months ago

This is referenced to a feedback from fabric discussion board: https://github.com/orgs/FabricMC/discussions/3639

Hi all

I am trying to launch via multiMC a farly basic MC 1.20.4 Java Edition. I bring into the mods YetAnotherConfigLib (3.3.2) with Fabric Resource Loader V0 0.11.9 and Fabric APUI 0.96.4 required for Controlify.

But MC crashes at startup (yes I launched once online). The mod that causes the crash is Fabric Resource loader v0 (tried also older version), its pressence is enought to kick the crash.

It complains of:

java.lang.AbstractMethodError: Receiver class net.fabricmc.fabric.impl.resource.loader.ModResourcePackCreator$$Lambda/0x000001d881b14f60 does not define or inherit an implementation of the resolved method 'abstract net.minecraft.class_3262 method_52424(java.lang.String)' of interface net.minecraft.class_3288$class_7680.

In another instance I got instead: java.lang.NoSuchMethodError: 'net.minecraft.class_2487 net.minecraft.class_2507.method_30613(java.io.File)'

Attachments can be downloaded from the referenced issue on FabricMC

isXander commented 2 months ago

Not to do with YACL. Make sure fabric api is up to date.