FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

16M Downloads

Incompatibility with "Chat Heads"

Keksuccino opened this issue ยท 2 comments

commented

The game will crash when trying to open action config screens or other parts of FancyMenu where suggestion lists for text input boxes are used.

I can't really fix this on my end, so I opened an issue in Chat Head's GitHub: dzwdz/chat_heads#82

commented
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.multiplayer.ClientPacketListener.getPlayerInfo(String)" because the return value of "net.minecraft.client.Minecraft.getConnection()" is null
	at net.minecraft.client.gui.components.CommandSuggestions$SuggestionsList.handler$zjo000$chat_heads$chatheads$fixOutOfBoundChatHeads(CommandSuggestions.java:551) ~[[email protected]_20_1.layered+hash.2198-v2.jar:?]
	at net.minecraft.client.gui.components.CommandSuggestions$SuggestionsList.<init>(CommandSuggestions.java:339) ~[[email protected]_20_1.layered+hash.2198-v2.jar:?]
	at de.keksuccino.fancymenu.util.rendering.ui.widget.editbox.EditBoxSuggestions$EditBoxSuggestionsList.<init>(EditBoxSuggestions.java:366) ~[main/:?]
	at de.keksuccino.fancymenu.util.rendering.ui.widget.editbox.EditBoxSuggestions.showSuggestions(EditBoxSuggestions.java:191) ~[main/:?]
	at de.keksuccino.fancymenu.util.rendering.ui.widget.editbox.EditBoxSuggestions.updateCommandInfo(EditBoxSuggestions.java:162) ~[main/:?]
	at de.keksuccino.fancymenu.util.rendering.ui.widget.editbox.EditBoxSuggestions.createWithCustomSuggestions(EditBoxSuggestions.java:81) ~[main/:?]
	at de.keksuccino.fancymenu.customization.action.actions.other.EditMinecraftOptionAction$EditMinecraftOptionActionValueScreen.initCells(EditMinecraftOptionAction.java:130) ~[main/:?]
	at de.keksuccino.fancymenu.util.rendering.ui.screen.CellScreen.init(CellScreen.java:86) ~[main/:?]
commented

Fixed in Chat Heads v0.10.31 !