HT's TreeChop

HT's TreeChop

3M Downloads

[1.19.2] Another Jade error (NoSuchFieldError: component)

SimonMeskens opened this issue · 7 comments

commented

This one seems to be distinct from the other one.

image

Jade error output:

08/30/2023 - 18:43:28
ht.treechop.compat.Jade@6f50cefe
java.lang.NoSuchFieldError: component
	at TRANSFORMER/[email protected]/ht.treechop.compat.Jade.changeBlockName(Jade.java:70)
	at TRANSFORMER/[email protected]/ht.treechop.compat.Jade.appendTooltip(Jade.java:41)
	at TRANSFORMER/[email protected]/snownee.jade.impl.BlockAccessorImpl._gatherComponents(BlockAccessorImpl.java:120)
	at TRANSFORMER/[email protected]/snownee.jade.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:160)
	at TRANSFORMER/[email protected]/snownee.jade.util.ClientPlatformProxy.onClientTick(ClientPlatformProxy.java:138)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
	at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
	at TRANSFORMER/[email protected]/net.minecraftforge.event.ForgeEventFactory.onPostClientTick(ForgeEventFactory.java:839)
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1852)
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1078)
	at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700)
	at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212)
	at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
commented

Seems like that field is called text now, not component (seems to be specifically an issue in 1.19.2?)

commented

Im having this same issue

commented

Hey, I'll get it fixed. 1.19.2 treechop is a lot more popular than 1.20 at the moment, and I've got other bug fixes coming out, so it's no trouble

commented

You will probably be able to solve the issue by going to an older version of Jade, but I haven't bothered seeing which version yet. If anyone finds the version, let us know in here, since I don't know if the author is going to want to fix an old version (the bug is fixed in 1.20)

commented

Oh that's amazing, thank you so much!

commented

You will probably be able to solve the issue by going to an older version of Jade, but I haven't bothered seeing which version yet. If anyone finds the version, let us know in here, since I don't know if the author is going to want to fix an old version (the bug is fixed in 1.20)

Downgrading to Jade 8.8.1 for Forge 1.19.2 solve this issue for me, it start to happen from 8.9.0.

commented

Fixed as of treechop 0.18.5. Sorry for the wait!