Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompaitible with Minecraft 1.21.4 #12

Closed
LOOHP opened this issue Jan 2, 2025 · 1 comment
Closed

Incompaitible with Minecraft 1.21.4 #12

LOOHP opened this issue Jan 2, 2025 · 1 comment

Comments

@LOOHP
Copy link

LOOHP commented Jan 2, 2025

The mod crashes the client on fabric on 1.21.4 whenever you hover over a filled map as it tries to load the tooltip. Probably a method changed between 1.21 and 1.21.4.

Here's the cause:

net.minecraft.class_148: Rendering screen
	at knot//net.minecraft.class_757.method_3192(class_757.java:560)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
	at knot//net.minecraft.class_310.method_1514(class_310.java:922)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.AbstractMethodError: Method com/vendoau/maptooltip/MapTooltipComponent.method_32661(Lnet/minecraft/class_327;)I is abstract
	at knot//com.vendoau.maptooltip.MapTooltipComponent.method_32661(MapTooltipComponent.java)
	at knot//net.minecraft.class_332.method_51435(class_332.java:594)
	at knot//net.minecraft.class_332.method_51437(class_332.java:551)
	at knot//net.minecraft.class_332.method_64038(class_332.java:542)
	at knot//net.minecraft.class_465.shulkerboxtooltip$renderTooltip(class_465.java:2800)
	at knot//net.minecraft.class_465.shulkerboxtooltip$lockTooltipPosition(class_465.java:2390)
	at knot//net.minecraft.class_465.redirect$cnb000$shulkerboxtooltip$lockTooltipPosition(class_465.java:2794)
	at knot//net.minecraft.class_465.method_2380(class_465.java:221)
	at knot//net.minecraft.class_481.method_25394(class_481.java:804)
	at knot//net.minecraft.class_437.method_47413(class_437.java:116)
	at knot//net.minecraft.class_757.mixinextras$bridge$method_47413$86(class_757.java)
	at knot//net.minecraft.class_757.wrapOperation$bjd000$fabric-screen-api-v1$onRenderScreen(class_757.java:2414)
	at knot//net.minecraft.class_757.method_3192(class_757.java:551)
	... 6 more

Fabric Loader: 0.16.9-1.21.4

@DiJA-sudo
Copy link

please update

@VendoAU
Copy link
Owner

VendoAU commented Jan 17, 2025

Fixed in version 4.1 (2453102)

@VendoAU VendoAU closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants