Biomes O' Plenty

Biomes O' Plenty

151M Downloads

Cast exceptions during gen

Opened this issue ยท 4 comments

commented

Win7
Java 1.7(51)
forge-1.7.2-10.12.0.1019 server / forge-1.7.2-10.12.0.997 / MCPC Plus 1013 /
BiomesOPlenty-1.7.2-2.0.0.630

During initial startup the following Exception is thrown several times, and after connecting to the server it is thrown repeatedly during world gen.

java.lang.ClassCastException: biomesoplenty.common.world.features.WorldGenBOPDoubleFlora cannot be cast to biomesoplenty.common.world.features.WorldGenBOPFlora
at biomesoplenty.common.biomes.BOPBiome.getRandomWorldGenForBOPFlowers(B
OPBiome.java:52)
at biomesoplenty.common.eventhandler.world.DecorateBiomeEventHandler.onB
iomeDecorate(DecorateBiomeEventHandler.java:56)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_4_DecorateBiomeEvent
Handler_onBiomeDecorate_Pre.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandl
er.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraft.world.biome.BiomeDecorator.func_150513_a(BiomeDecorator
.java:144)
at net.minecraft.world.biome.BiomeDecorator.func_150512_a(BiomeDecorator
.java:136)
at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java
:377)
at biomesoplenty.common.biomes.BOPBiome.func_76728_a(BOPBiome.java:31)
at biomesoplenty.common.biomes.BiomeGenBorealForest.func_76728_a(BiomeGe
nBorealForest.java:76)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProvi
derGenerate.java:435)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProvide
rServer.java:230)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1088)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProvide
rServer.java:136)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.jav
a:289)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.jav
a:259)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
Server.java:236)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)

Additionally the biomes do not match what is shown in the F3 info.

Nether biomes are not generated.

If the world is created by vanilla MC and then the BOP mod is added, newly generated chunks are not BOP biomes.

commented

Bah, gonna reopen this for the time being until i get the builds sorted out. Prevents dupes.

commented

Nether biomes is a non-issue, because they haven't yet been added. However, the other issue seems to be because Jenkins hasn't been building my changes... I'll take a look now.

commented

Builds are back up and running, so this should be fixed now.

commented

Sorry, Just pulled it and I got an NPE at startup.

[22:54:40] [Server thread/INFO] [FML]: Searching E:\vanilla_mc\mods for mods
[22:54:41] [Server thread/WARN] [BiomesOPlenty]: Mod BiomesOPlenty is missing th
e required element 'version' and a version.properties file could not be found. F
alling back to metadata version 2.0.0
[22:54:41] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to
load
[22:54:42] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP

    at biomesoplenty.BiomesOPlenty.<clinit>(BiomesOPlenty.java:44) ~[BiomesO

Plenty.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java
:443) ~[FMLModContainer.class:?]