NullPointerException in FancyMenu Mod During Server Transfer with Minecraft Snapshot 24w03a
RyuguDev opened this issue ยท 3 comments
Description
When attempting to transfer to another server using the new transfer packet introduced in Minecraft snapshot 24w03a, the FancyMenu mod throws a NullPointerException
. This occurs because the mod tries to access a TextWidget
(statusTextFancyMenu
) that has not been initialized.
To Reproduce
Steps to reproduce the behavior:
- Connect to a Minecraft server using a version that supports the new transfer packet (from snapshot 24w03a).
- Attempt to transfer to another server using the new transfer functionality.
- Observe the error related to
statusTextFancyMenu
beingnull
in the game logs.
Expected behavior
The FancyMenu mod should handle the new transfer packet correctly without causing a NullPointerException
. The mod should display the appropriate status or update without errors.
Game Log
https://mclo.gs/TfZ2cuA
I have this in log about packet handle fail, idk if it can help: https://mclo.gs/t7F9ths