Roughly Enough Items Fabric/Forge/NeoForge (REI)

Roughly Enough Items Fabric/Forge/NeoForge (REI)

40M Downloads

[Bug] Crash with Reinforced Chests when caching is on

Treetrain1 opened this issue ยท 0 comments

commented

What happened?

When the Caching Entry Rendering option is on and the user has the Enhanced Block Entities mod installed, there is an error when opening the inventory with Reinforced Chests.
This error occurs when it tries to render the block entity in the entry panel.

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

  • Visual
  • Recipe Lookup
  • Cheat Mode
  • Plugin Integration / JEI Plugin Compatibility
  • Others

Relevant log output

net.minecraft.class_148: Rendering Block Entity
	at net.minecraft.class_757.method_3192(class_757.java:890) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1177) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:768) [client-intermediary.jar:?]
	at net.minecraft.client.main.Main.method_44604(Main.java:244) [client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:51) [client-intermediary.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.9.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.9.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.9.jar:?]
Caused by: java.lang.NullPointerException
	at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?]
	at net.minecraft.class_310.method_1549(class_310.java:2485) ~[client-intermediary.jar:?]
	at net.minecraft.class_4730.method_24148(class_4730.java:35) ~[client-intermediary.jar:?]
	at net.minecraft.class_4730.method_24145(class_4730.java:46) ~[client-intermediary.jar:?]
	at atonkish.reinfchest.client.render.block.entity.ReinforcedChestBlockEntityRenderer.method_3569(ReinforcedChestBlockEntityRenderer.java:151) ~[reinforced-chests-2.2.0+1.19.jar:?]
	at net.minecraft.class_824.method_23080(class_824.java:98) ~[client-intermediary.jar:?]
	at net.minecraft.class_824.method_3554(class_824.java:104) ~[client-intermediary.jar:?]
	at net.minecraft.class_824.method_23077(class_824.java:98) ~[client-intermediary.jar:?]
	at atonkish.reinfchest.ReinforcedChestsClientMod.lambda$initializeReinforcedChestsClient$0(ReinforcedChestsClientMod.java:80) ~[reinforced-chests-2.2.0+1.19.jar:?]
	at net.minecraft.class_756.handler$fin000$fabric_onRender(class_756.java:2540) ~[client-intermediary.jar:?]
	at net.minecraft.class_756.method_3166(class_756.java) ~[client-intermediary.jar:?]
	at net.minecraft.class_918.method_23179(class_918.java:133) ~[client-intermediary.jar:?]
	at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.render(ItemEntryDefinition.java:269) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.impl.client.gui.widget.CachedEntryListRender.prepare(CachedEntryListRender.java:165) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.impl.client.gui.widget.CachedEntryListRender.get(CachedEntryListRender.java:113) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.impl.client.gui.widget.entrylist.PaginatedEntryListWidget.renderEntries(PaginatedEntryListWidget.java:88) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25394(EntryListWidget.java:196) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:330) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:239) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$20(RoughlyEnoughItemsCoreClient.java:398) ~[RoughlyEnoughItems-9.1.550.jar:?]
	at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) ~[?:?]
	at dev.architectury.event.EventFactory.invokeMethod(EventFactory.java:53) ~[architectury-6.2.46-fabric.jar:?]
	at dev.architectury.event.EventFactory$1.handleInvocation(EventFactory.java:62) ~[architectury-6.2.46-fabric.jar:?]
	at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:89) ~[guava-31.0.1-jre.jar:?]
	at jdk.proxy2.$Proxy141.render(Unknown Source) ~[?:?]
	at net.minecraft.class_757.handler$zik000$renderScreenPost(class_757.java:12611) ~[client-intermediary.jar:?]
	at net.minecraft.class_757.method_3192(class_757.java:881) ~[client-intermediary.jar:?]
	... 7 more

Anything else?

This issue may be caused by a conflict with one of these mods:
https://gist.github.com/Treetrain1/655d71618fe9625e72ff8011fba47141

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

  • Yes, and I did not use any paste services other than GitHub Gists.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

  • Yes