FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

[1.16.5] Custom title/icon crash on MacOS

KR33PYK1NG opened this issue ยท 3 comments

commented

Describe the bug
If ran on MacOS, the game crashes as soon as FancyMenu tries to change main window's title/icon to its custom counterpart.
These operations should be ran on Minecraft's main thread, MacOS is picky about it.

Crash Log
The crashlog is fairly dirty and filled with other mods, but I'm sure the problem can be reproduced with only FancyMenu installed.
https://pastebin.com/r9KgZruL

Basic Informations (please complete the following information):

  • OS: MacOS
  • FancyMenu 1.7.1
  • Forge 36.0.21
  • MC 1.16.5
commented

Hi :) What version of macOS are you using exactly?

commented

Hi :) What version of macOS are you using exactly?

I'm not using MacOS, I'm just transferring one of my players' bugreport.
I've dealt with this type of issue before and running rendering operations on main (first) thread helps.

commented

Hopefully fixed this in FancyMenu v2.0.0. If it still happens, please tell me, thank you very much!
Tried it with macOS 10.13.6 and it works fine there.