All the Mods 8 - ATM8

All the Mods 8 - ATM8

9M Downloads

Log spam when browsing recipes in JEI from an open Dimensional Storage GUI

Twisted-Code opened this issue ยท 5 comments

commented

(Borrowing issue template from occultism tracker)
Describe the bug
I get a certain bit of log spam in the rendering thread whenever I try to browse JEI recipes while I have a dimensional storage open. As far as I can tell (though I really don't consider myself very savvy with Java), it's because Occultism (or maybe JEI on Occultism's behalf) is trying to cast everything to net.minecraft.world.item.crafting.CraftingRecipe. Not even the furnace recipe tab seems to support this cast, so I ASSUME it's only for the crafting table recipe type? Then the failed cast gets spammed into the log every render thread tick.

To Reproduce
Steps to reproduce the behavior:

  1. Set up a dimensional storage system
  2. Right click to open its menu.
  3. In JEI, click the recipe for stone, and switch to the furnace tab
  4. Watch your log churn away.

Expected behavior
DON'T fill my log with an abundance of stacktraces, I guess?

Screenshots
If applicable, add screenshots to help explain your problem.

System (please complete the following information):

  • Occultism Version: 1.88.0
  • OS: Windows 10
  • Minecraft Version: 1.19.2
  • Modpack Link and Version, or list of mods: ATM 8 1.0.28

Additional context
I have not noticed this happen with any other GUIs. Tested: Sophisticated Backpacks (with crafting upgrade), AE2 Crafting Terminal, QIO Dashboard.

commented

No problem, glad I could help!

commented

Note: some of the system inforrmation might be redundant for you since I intend to copy this issue over Occultism's tracker once we know exactly what subset of mods causes it (Though an educated guess tells me it will happen even with just JEI and occultism, in which case, I apologize for bothering you)

commented

Okay it seems to happen even with only occultism and JEI enabled. I'll kick this over to Occultism's tracker, since as mentioned before, I haven't seen it happen with other crafting grids. I should probably also bring it up to JEI since I would prefer to be able to suppress the exception now that I'm aware of it.

commented

Fixed in occultism release/v1.20.1-1.94.1
Thanks for reporting!