QuiltMC / quilted-fabric-api

Re-implementation of the Fabric API using QSL as implementation instead.
Apache License 2.0
87 stars 32 forks source link

Issue moving to Quilt #133

Open Martmists-GH opened 1 year ago

Martmists-GH commented 1 year ago

I'm moving to Quilt for a few quilt-only mods, but swapping out FAPI for QFAPI results in a crash. Log: https://mclo.gs/gndrRHj

OroArmor commented 1 year ago

This is more of a qsl issue and I have no clue what causes it. Somehow a mixin class is loaded too early or something

cocona20xx commented 1 year ago

@Martmists-GH could you do a manual binary search to try and find which mod(s) specifically are causing the issue? Considering the crash is related to mixins, this might be a conflict between a mod and Quilt Loader? Not sure, and there's way too many mods to try and find the issue myself tbh