FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

Crash when customizing meteor client menus

BookWyrm114 opened this issue ยท 6 comments

commented

*Describe the bug

When customization is enabled for a meteor client menu the game will crash upon startup without any errors in the log

To Reproduce
Steps to reproduce the behavior:

  1. Download Meteor Client and fancymenu
  2. Go to a meteor client menu and turn customization on
  3. Close the game and try starting it up again

Expected behavior
The game would start

Crash Log
Unfortunately not, the lack of error messages made figuring out the issue very difficult

Basic Informations (please complete the following information):

  • OS: Windows
  • FancyMenu Version: 0.6.6 Fabric
  • Minecraft Version: 1.18.2
  • Active Mods: FancyMenu, Meteor Client
commented

will crash upon startup without any errors in the log

Hi! This is not really possible, I think. Can you send me your .minecraft/logs/latest.log, after the crash happened, please?

commented

sure, but there's no error that I could see
latest.log

All I know is that as soon as I went in the config and disabled customization for the meteor client menu I had enabled it for, the game started. I made no other changes that time, so that was the issue. I don't know what could be causing it though, it seems like it shouldn't happen, but it does somehow.

commented

Oh, that's a hacking client. I thought it's a mod. Well, clients mostly use their own GUI systems and there is no way for me to add support for these kind of menus, I'm very sorry.

commented

It is technically a mod, not a client. And thanks anyway! Before you forget about this issue for good though, is there at least a way to prevent the game from crashing on startup when unsupported GUIs have customization enabled?

commented

The easiest way is to delete the .minecraft/config/fancymenu/customizablemenus.txt file and restart the game :) This will reset the customization toggle for all menus, so you will need to enable them again, but it's the best way.

commented

Ok, I went into the file and manually deleted just the meteor menu from it, that works too. Thank you!