[Bug] On item hover glitch+crash | Error: Rendering Screen
CTNOriginals opened this issue ยท 1 comments
Describe the bug, attach relevant log files, and describe what environment the issue occurs in
Visual Bug
I was first alerted about an issue once i hovered over a Tin Cable (IC2 item) in the EMI ui, once the craft recipe guide gui opened up, it started absolutely spamming the following error: bug_error-stack.txt
This did not yet cause the game to crash, but instead it caused a visual glitch where the arms of my player in 1st person view disappeared along with any chests (and likely some other blocks, but i did not further investigate what else).
To fix this visual glitch, i needed to completely restart the game. I tried f3+T and /reload but neither fixed the glitch.
Crash
When i started to investigate more, i was viewing the Tin Cable recipe and once i hovered over any of the 3 buttons next to the result of the recipe, the game crashed and produced crash-2025-05-15_00.57.38-client.txt
Discoveries
- When i disabled the JEI mod, this bug and crash did not reproduce. But this does cause a lot of items not to point to recipe guides which is a requirement to include, so leaving JEI disabled is not an option.
- JEI does not reproduce any of these issues when disabling EMI.
- The visual bug only triggers when in anything that crafts, i think. at least not just in inventory
- the visual bug triggers on hover over the Craftables menu and when holding Shift in the Index
Items that cause issues:
Generated with CraftTweaker
<item:ic2:treetap_and_bucket>
<item:ic2:rubberwood_slab>
- <tag:items:minecraft:slabs>
- <tag:items:minecraft:wooden_slabs>
<item:ic2:rubber_log_barked>
- <tag:items:minecraft:logs>
- <tag:items:minecraft:completes_find_tree_tutorial>
<item:ic2:rubberwood_pressure_plate>
- <tag:items:minecraft:wooden_pressure_plates>
<item:ic2:planter_pot>.withTag({id: "minecraft:podzol"}) * 2
<item:ic2:reinforced_brick>
- <tag:items:ic2:tank_structure_blocks>
<item:ic2:reinforced_clear_glass>
- <tag:items:ic2:tank_structure_blocks>
- <tag:items:forge:glass>
<item:ic2:simple_tube>
<item:ic2:insertion_tube>
<item:ic2:extraction_tube>
<item:ic2:filtered_extraction_tube>
<item:ic2:stacking_tube>
<item:ic2:sticky_tube>
<item:ic2:limiter_tube>
<item:ic2:carbon_fiber>
<item:ic2:air_refill_module>
<item:ic2:auto_feeder_module>
<item:ic2:light_module>
<item:ic2:step_assist_module>
<item:ic2:water_walker_module>
<item:ic2:lava_module>
<item:ic2:upgrade_loudness>
<item:ic2:upgrade_slowness>
the following items are one of a category of items, the bug applies the the whole category but for my own sanity i only got the first item of the category.
<item:ic2:cfoam_slab_black>
- <tag:items:ic2:cfoam/slabs>
- <tag:items:minecraft:slabs>
- <tag:items:ic2:cfoam>
<item:ic2:cfoam_wool_carpet_black>
- <tag:items:minecraft:carpet>
- <tag:items:ic2:cfoam>
- <tag:items:ic2:cfoam/carpet>
<item:ic2:tin_cable_item>
<item:ic2:mfe_upgrade_kit>
<item:ic2:mv_battery_upgrade_kit>
<item:ic2:uranium_rod_dual>
<item:ic2:batbox_minecart>
Note
I am aware that these items are from just one mod but i do not think its a problem of that mod as the error stack trace clearly points to EMI and the action that makes the game crash is not something that i would think IC2 usually would handle.
If i missed anything or if you like more information, feel free to ask here, ill lurk and will assist where needed to get rid of this, it is a game breaking bug that i would like to stop encountering for myself as well.