question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debug Spam with new JEI version 10 alpha

See original GitHub issue

Minecraft Version

1.18.2

Forge Version

40.1.51

Mantle Version

1.18.2-1.9.27

Tinkers’ Construct Version

1.18.2-3.5.1.31

Describe your issue

version jei-1.18.2-forge-10.1.0.208 (alpha)

Lots of spam in the debug.log from a change related to fluids apparently FLUID is FLUID_STACK now.

java.lang.NoSuchFieldError: FLUID
	at slimeknights.tconstruct.plugin.jei.AlloyRecipeCategory.drawVariableFluids(AlloyRecipeCategory.java:139) ~[TConstruct-1.18.2-3.5.1.31.jar%2354!/:1.18.2-3.5.1.31]
	at slimeknights.tconstruct.plugin.jei.melting.FoundryCategory.setRecipe(FoundryCategory.java:75) ~[TConstruct-1.18.2-3.5.1.31.jar%2354!/:1.18.2-3.5.1.31]
	at slimeknights.tconstruct.plugin.jei.melting.FoundryCategory.setRecipe(FoundryCategory.java:30) ~[TConstruct-1.18.2-3.5.1.31.jar%2354!/:1.18.2-3.5.1.31]
	at mezz.jei.common.util.IngredientSupplierHelper.getIngredientSupplier(IngredientSupplierHelper.java:24) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.common.recipes.RecipeManagerInternal.lambda$addRecipes$0(RecipeManagerInternal.java:121) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) ~[?:?]
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?]
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?]
	at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?]
	at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?]
	at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) ~[?:?]
	at java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) ~[?:?]
	at mezz.jei.common.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:127) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.common.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:109) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.common.load.registration.RecipeRegistration.addRecipes(RecipeRegistration.java:80) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at slimeknights.tconstruct.plugin.jei.JEIPlugin.registerRecipes(JEIPlugin.java:167) ~[TConstruct-1.18.2-3.5.1.31.jar%2354!/:1.18.2-3.5.1.31]
	at mezz.jei.common.load.PluginLoader.lambda$createRecipeManager$9(PluginLoader.java:188) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.common.load.PluginCaller.callOnPlugins(PluginCaller.java:25) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.common.load.PluginLoader.createRecipeManager(PluginLoader.java:188) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.common.startup.JeiStarter.start(JeiStarter.java:86) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.forge.startup.ClientLifecycleHandler.startJei(ClientLifecycleHandler.java:84) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.forge.startup.StartEventObserver.transitionState(StartEventObserver.java:137) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at mezz.jei.forge.startup.StartEventObserver.onEvent(StartEventObserver.java:100) ~[jei-1.18.2-forge-10.1.0.208.jar%2352!/:10.1.0.208]
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!/:?]
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!/:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?]
	at net.minecraft.client.multiplayer.ClientPacketListener.m_5859_(ClientPacketListener.java:1270) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:35) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:11) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:22) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:157) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:116) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1013) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:663) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%2355!/:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.51.jar%2316!/:?]
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?]
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?]
[19Jun2022 02:29:32.163] [Render thread/ERROR] [mezz.jei.common.util.IngredientSupplierHelper/]: Found a broken recipe, failed to setRecipe with RecipeLayoutBuilder: Tinkers' Construct tconstruct:tools/materials/melting/manyullyn class slimeknights.tconstruct.library.recipe.melting.MeltingRecipe

Crash Report

No response

Other mods

jei-1.18.2-forge-10.1.0.208.jar Mantle-1.18.2-1.9.27.jar TConstruct-1.18.2-3.5.1.31.jar

Tried reproducing with just Tinkers?

Yes

Performance Enchancers

None of the above

Searched for known issues?

Searched open issues

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
KnightMinercommented, Jun 21, 2022

Based on that information, JEI version 9 should work with tinkers until we get a chance to update, so if you are experiencing this bug rollback JEI. It sounds like other mods can supper both JEI 9 and 10 so nothing else should break (ideally) from the older build.

0reactions
KnightMinercommented, Sep 20, 2022

3.4.2.40 has been updated to use the latest APIs, so there should be no further issues. If there are please open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Just Enough Items (JEI) - Mods - Minecraft - CurseForge
Fix #109 stop log spam and crashes from modded item models crashing · Add API support for adding clickable buttons in recipe wrappers...
Read more >
Server Console Errors & In-game Disconnections
my friends can't join my server only me can join in the server and server is not offline plz help me i tired...
Read more >
Direwolf20 FTB Server 1.10.2 - BoardGameGeek
I've set up a new server matching DW's new FTB Lets Play Season 8. Best to use either the FTB launcher or Curse...
Read more >
Pixelmon Generations
Pixelmon Generations is a Forge Mod for Minecraft and has a 100% PokeDex including all the new Sword & Shield Pokemon.
Read more >
Changelog - GT New Horizons - Technic Platform
GT New Horizons Version 2.2.0.0 ... -try to update BM to newest Craft tweaker version ... Tested and working in Minecraft 1.7.10 with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found