YetAnotherConfigLib

YetAnotherConfigLib

13M Downloads

Game freezes on macOS when generating YACL screen on 1.20.2

FarestR06 opened this issue ยท 1 comments

commented

System: Mac (M2)
OS: Sonoma 14.2.1
Loader: Quilt
Version: 1.20.2
Log: 2024-02-09-1.log

To reproduce:

  1. Enter Mod Menu
  2. Game freezes for no apparent reason

I'm not sure how one would fix this; there isn't any helpful info that I saw, but I'm also a noob when it comes to modding, so who knows.

commented

This also occurs on 1.20.1. (the game doesn't even finish loading, lol)

I believe the issue stems from YACL making use of java.awt.image.BufferedImage in AnimatedDynamicTextureImage.java, which macOS hates for some reason - see aratakileo/emogg#13.

This is likely also related to #101.

EDIT: Commenting out all references to BufferedImage does appear to resolve the issue, though obviously breaks GIF / WebP(?) rendering.