Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

[1.9.4] Crash with BoP

whichonespink44 opened this issue · 15 comments

commented

From @JCMais on June 9, 2016 0:58

Affected Mod Versions
  • Forge: 12.17.0.1954
  • RTG: RTG-1.9.4-2.0.0-alpha.5
  • BoP: BiomesOPlenty-1.9.4-4.1.0.2025-universal
Issue Description:

Crash during initial world loading.
Crash-log: https://gist.github.com/JCMais/ede876013bb190dfbc15f500a29abb60

Steps to reproduce the issue: (If it's easily reproducible.)

Enable B:"Use BOP biome layout if avaliable"=true in the configuration file and try to generate a new world.

debug view

biome is null here: https://github.com/Team-RTG/1.9-Realistic-Terrain-Generation/blob/dev/src/main/java/teamrtg/rtg/core/world/ChunkProviderRTG.java#L662

Edit: After more investigation, the whole biomes array is null, also, the biomeGenerators array from the RealisticBiomeGenerator class is missing all BoP biomes, see below:
screenshot_5

This is an issue, because the biomes array is populated with calls to RealisticBiomeGenerator.getRealistic

Copied from original issue: Team-RTG/1.9-Realistic-Terrain-Generation#126

commented

From @Zeno410 on June 10, 2016 13:41

I think this can happen if a biome is assigned to 255.

commented

From @Ezoteric on June 10, 2016 14:49

yeah, bugger we cant enter the world for a dump... which we cant do without nei ? :P

commented

From @JCMais on June 10, 2016 14:59

@Ezoteric there is the TellMe mod.

commented

From @srs-bsns on June 10, 2016 17:44

yeah, bugger we cant enter the world for a dump... which we cant do without nei ? :P

There is an alpha version of Mantle released for 1.9.4 which can be used to dump biome IDs with the config setting B:"Dump BIOME ID's in log"=true

commented

From @Ezoteric on June 10, 2016 21:0

i do have mantle but i dont see a config :p

i may check tell me :)

commented

From @srs-bsns on June 10, 2016 21:8

Hrm.. you mean there's no settings in /config/SlimeKnights/Mantle.cfg?

commented

From @Ezoteric on June 10, 2016 21:10

i dont have a slimeknight config .... weird maybe older version

commented

From @srs-bsns on June 10, 2016 21:34

Yeah, after looking at the source, it appears they removed the dump features, all the way back in 1.8.9. Oh well.

commented

From @Ezoteric on June 10, 2016 21:38

np :) we still got tellme ;)

commented

From @JCMais on June 11, 2016 3:31

Here is the biome dump: https://gist.github.com/JCMais/7385b1ac1763c49c1a833e6834d5d2f5

No biome with id 255.

commented

From @topisani on June 20, 2016 0:15

the biomeGenerators array looks normal to me on that screenshot. What should be wrong with it?

commented
commented

From @srs-bsns on June 22, 2016 17:33

Probably related: MCF #2968

commented

fixed in #839

commented

this apears to be due to the BOP biomes not being added to RealisticBiomeGenerator.biomeGenerators for one reason or another, if one (@whichonespink44) were to take a look at it, they should probably follow the trail that starts here