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

[1.19.2] Another Jade error (NoSuchFieldError: component) #221

Closed
SimonMeskens opened this issue Sep 1, 2023 · 7 comments
Closed

[1.19.2] Another Jade error (NoSuchFieldError: component) #221

SimonMeskens opened this issue Sep 1, 2023 · 7 comments

Comments

@SimonMeskens
Copy link

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/treechop@0.18.4/ht.treechop.compat.Jade.changeBlockName(Jade.java:70)
	at TRANSFORMER/treechop@0.18.4/ht.treechop.compat.Jade.appendTooltip(Jade.java:41)
	at TRANSFORMER/jade@8.9.0/snownee.jade.impl.BlockAccessorImpl._gatherComponents(BlockAccessorImpl.java:120)
	at TRANSFORMER/jade@8.9.0/snownee.jade.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:160)
	at TRANSFORMER/jade@8.9.0/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/forge@43.2.21/net.minecraftforge.event.ForgeEventFactory.onPostClientTick(ForgeEventFactory.java:839)
	at TRANSFORMER/minecraft@1.19.2/net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1852)
	at TRANSFORMER/minecraft@1.19.2/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1078)
	at TRANSFORMER/minecraft@1.19.2/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700)
	at TRANSFORMER/minecraft@1.19.2/net.minecraft.client.main.Main.m_239872_(Main.java:212)
	at TRANSFORMER/minecraft@1.19.2/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/fmlloader@1.19.2-43.2.21/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
	at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
	at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
@SimonMeskens
Copy link
Author

SimonMeskens commented Sep 1, 2023

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

@SimonMeskens SimonMeskens changed the title Another Jade error (NoSuchFieldError: component) [1.19.2] Another Jade error (NoSuchFieldError: component) Sep 1, 2023
@kadrinLef
Copy link

Im having this same issue

@SimonMeskens
Copy link
Author

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)

@hammertater
Copy link
Owner

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

hammertater added a commit that referenced this issue Sep 2, 2023
@SimonMeskens
Copy link
Author

Oh that's amazing, thank you so much!

@LunaciaDev
Copy link

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.

@hammertater
Copy link
Owner

hammertater commented Dec 7, 2023

Fixed as of treechop 0.18.5. Sorry for the wait!

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

4 participants