Biomes O' Plenty

Biomes O' Plenty

151M Downloads

[1.11.2-6.2.0.2267] No types have been added to Biome biomesoplenty:alps_foothills

bhi-elliot opened this issue ยท 0 comments

commented
  • Biomes O' Plenty is updated to the latest available version.
  • This issue occurs with Minecraft 1.12.
  • Forge is updated to the latest available version.
  • This issue occurs WITHOUT Optifine, Sponge or similar mods installed.
  • This issue can be reproduced with ONLY Biomes O' Plenty and any other affected mods.
  • All other mods which appear to be involved are updated to their latest versions.
  • I have included any relevant logs and screenshots below.
  • This issue does not occur in a modpack.

Thank you for this mod. I know you don't support Sponge, but thought you may want to know the following. Hope it can help!

Issue Description:

Alps Foothills may not have types associated with it. Getting a server message about "No types have been added to Biome biomesoplenty:alps_foothills.

Steps to reproduce:

  1. Run server with Sponge

Additional Information:

  • fml-client-latest.log or fml-server-latest.log:
[Server thread/WARN] [FML]: No types have been added to Biome biomesoplenty:alps_foothills, types have been assigned on a best-effort guess: [HILLS, COLD, SNOWY]
[10:36:42] [Server thread/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at org.spongepowered.common.registry.util.RegistryModuleLoader.tryAdditionalRegistration(RegistryModuleLoader.java:192)
[10:36:42] [Server thread/INFO]: [STDERR]:      at org.spongepowered.common.registry.SpongeGameRegistry.registerAdditionalPhase(SpongeGameRegistry.java:503)
[10:36:42] [Server thread/INFO]: [STDERR]:      at org.spongepowered.common.registry.SpongeGameRegistry.registerModulePhase(SpongeGameRegistry.java:497)
[10:36:42] [Server thread/INFO]: [STDERR]:      at org.spongepowered.common.registry.SpongeGameRegistry.postInit(SpongeGameRegistry.java:529)
[10:36:42] [Server thread/INFO]: [STDERR]:      at org.spongepowered.mod.SpongeMod.onPostInitialization(SpongeMod.java:277)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at java.lang.reflect.Method.invoke(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[10:36:42] [Server thread/INFO]: [STDERR]:      at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzd000(LoadController.java:561)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:833)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:109)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:337)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:215)
[10:36:42] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442)
[10:36:42] [Server thread/INFO]: [STDERR]:      at java.lang.Thread.run(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]: Caused by: java.lang.NullPointerException
[10:36:42] [Server thread/INFO]: [STDERR]:      at java.util.concurrent.ConcurrentHashMap.putVal(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at java.util.concurrent.ConcurrentHashMap.put(Unknown Source)
[10:36:42] [Server thread/INFO]: [STDERR]:      at org.spongepowered.common.registry.type.world.gen.BiomeTypeRegistryModule.registerAdditional(BiomeTypeRegistryModule.java:75)
[10:36:42] [Server thread/INFO]: [STDERR]:      ... 37 more

Affected Versions (Exact numbers, do NOT use "latest"):

  • Biomes O' Plenty: BiomesOPlenty-1.11.2-6.2.0.2267-universal
  • Minecraft: 1.11.2
  • Forge: forge-1.11.2-13.20.1.2425-universal