IC2 Classic

IC2 Classic

2M Downloads

Crash 1.19.2 Biomes O Plenty

msanabria99 opened this issue ยท 5 comments

commented

Hello, I entered the nether for the first time and am currently experiencing a crash every time. I was able to isolate it to just IC2 Classic crashing when loaded together with Biomes O Plenty. Everything loads fine when in the Overworld but the moment I enter a Nether portal, I am greeted with nothing but a void and then crash. Hopefully, this is something that could possibly be fixed in a upcoming update as both mods are wonderful to have. I know it isn't a RAM problem as I give Minecraft more than 8gbs of RAM.
crash-2023-09-10_00.20.59-server.txt

commented

Found some old issues that might be related:
Glitchfiend/BiomesOPlenty#2083
Glitchfiend/BiomesOPlenty#2109

More references here:
https://forums.minecraftforge.net/topic/123680-what-am-i-doing-wrong-here-with-adding-features-to-my-biomes-minecraft-1182-solved/
and here:
https://misode.github.io/guides/feature-order-cycle/

After adding 'cyanide' mod, I've got this in my crash log:

com.alcatrazescapee.cyanide.codec.FeatureCycleDetector$FeatureCycleException: A feature cycle was found.

Cycle:
At step 6
Feature 'ic2:ore_silver'
  must be before 'ic2:ore_silver' (defined in 'biomesoplenty:visceral_heap' at index 2, 5 and 8 others)

Hope this will help :)

EDIT:
Disabling both overworld and nether silver ores seems to prevent minecraft from crashing on Nether load.

commented

Hello. I don't know how that is ic2s fault when the crashlog doesn't even contain ic2.

Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / biomesoplenty:withered_abyss]=net.minecraft.world.level.biome.Biome@cfaa2ae}]

commented

Found some old issues that might be related: Glitchfiend/BiomesOPlenty#2083 Glitchfiend/BiomesOPlenty#2109

More references here: https://forums.minecraftforge.net/topic/123680-what-am-i-doing-wrong-here-with-adding-features-to-my-biomes-minecraft-1182-solved/ and here: https://misode.github.io/guides/feature-order-cycle/

After adding 'cyanide' mod, I've got this in my crash log:

com.alcatrazescapee.cyanide.codec.FeatureCycleDetector$FeatureCycleException: A feature cycle was found.

Cycle:
At step 6
Feature 'ic2:ore_silver'
  must be before 'ic2:ore_silver' (defined in 'biomesoplenty:visceral_heap' at index 2, 5 and 8 others)

Hope this will help :)

EDIT: Disabling both overworld and nether silver ores seems to prevent minecraft from crashing on Nether load.

This did work, thank you!

commented

@msanabria99 found the issue. I had all 3 ores (silver/nether ores) registered as SILVER ORE... OFC that breaks shit...
Patch will come out later today.
(And yes i managed to go into the nether as a test)

commented

Fixed in the next patch which should be out any minute (at the time of writing)