The Graveyard (FORGE/NEOFORGE)

The Graveyard (FORGE/NEOFORGE)

19M Downloads

Game crashes when trying to load something in the natural blocks creative menu section

guywholikes123 opened this issue ยท 0 comments

commented

What's the issue you encountered?

When scrolling down the natural blocks section in the creative menu, when it reaches a certain row, the game freezes then crashes.

How can the issue be reproduced?

  1. Use my mod pack
  2. scroll down the natural blocks section in creative
  3. game crashes

Crash log:
crash-2025-01-25_21.48.58-client.txt

My modpack which works otherwise besides this:
Sam's Setup.zip

Logs

No response

Additional information

I threw the crash log into chatgpt to help me figure out whats going on. its usually pretty helpful for deciphering logs. this is what it spat out:

The crash is caused by a mod compatibility issue related to rendering items in the creative menu. Here's a breakdown of the problem based on the crash log:

Cause of Crash:
    A ClassCastException occurs, specifically when trying to render an item. The issue lies in attempting to cast an AirItem (an item type that represents air or emptiness) to a BlockItem in the The Graveyard mod.
    This happens in the method GraveyardClientForge.lambda$registerItemColors$3 from The Graveyard mod. This suggests a conflict or a bug in how this mod registers or handles item colors.

Mod Interactions:
    The crash is also influenced by other mods, such as Immersive Weathering and Moonlight Library, which register item colors. The problem arises when rendering an item named immersive_weathering:traversable_leaves/dev_leaf_pile.

Rendering System:
    Additional mods like Fabric Renderer Indigo and Continuity are active during the crash, and their interaction with the creative inventory rendering pipeline might exacerbate the issue.

Creative Menu Context:
    The crash happens while scrolling through the "natural blocks" section, as the game tries to render a problematic item.