Infernal Expansion

Infernal Expansion

16M Downloads

Fusion (Connected Textures) and Infernal Expansion

NightFuryDS opened this issue ยท 0 comments

commented

Describe the Bug

this is the last thing in the debug before the crash
[Render thread/DEBUG] [mixin/]: Mixing common.MixinDimensionGeneratorSettings from infernal-expansion.mixins.json into net.minecraft.world.level.levelgen.WorldGenSettings

Reproduction Steps

somehow gets corrupted and causes an error in version 1.18.2, preventing the game from starting until I do a fresh install. The reason is that the mod Infernal Expansion has a race condition bug where they put a renderer for their entity which sometimes happens before the entity type is initialized, thus resulting in a renderer for a null entity type to be exact
the error occurs during random start-ups, at first 3 to 5 start-ups occur and then it starts to occur more and more frequently until it becomes impossible to start up after some time

Expected Result

[Render thread/DEBUG] [mixin/]: Mixing common.MixinDimensionGeneratorSettings from infernal-expansion.mixins.json into net.minecraft.world.level.levelgen.WorldGenSettings

Screenshots and Videos

crash-2025-05-22_01.28.13-client.txt

Operating System

Windows 11

Mod Version

Beta 2.5.0-1

Minecraft Version

1.18.2

Forge Version

1.18,2-40.3.10

Other Mods

Rechiseled
Fusion (Connected Textures)
SuperMartijn642's Config Lib
SuperMartijn642's Core Lib

Additional Context

somehow gets corrupted and causes an error in version 1.18.2, preventing the game from starting until I do a fresh install. The reason is that the mod Infernal Expansion has a race condition bug where they put a renderer for their entity which sometimes happens before the entity type is initialized, thus resulting in a renderer for a null entity type to be exact