Game crashes upon entering a world [Quilt 1.20.2+ & Fabric 1.20.2+]
Antikyth opened this issue · 3 comments
When I try to enter a world, either an existing one or a new one, on 1.20.4, it crashes. I haven't tested other versions yet, but I can confirm that this happens on both the 1.20.4 Quilt version (both without or with Quilt Standard Libraries + FAPI Bundle, no other mods) and the 1.20.4 Fabric version (both without or with FAPI, no other mods).
This happens both with Experiments enabled and disabled, this crash report has them enabled, though.
Edit: the same crash also happens on 1.20.3 and 1.20.2, but not 1.20.1.
You are using the wrong Ears build — the one for 1.20.0/1.20.1, rather than the 1.20.2+ release.
Ears in general has very loose version specs in its fabric.mod.json as it's a mod that often does not need porting across versions. Going back and making new releases of old versions just to tighten their version specs to end at their final working version is a little silly, but it can lead to this sort of confusion.
You are using the wrong Ears build — the one for 1.20.0/1.20.1, rather than the 1.20.2+ release.
I see. This is the version provided on your website as 1.20.x with no 1.20.2 version listed, I think the website is outdated in that case. Thanks.