Advertisement
kreezxil

this bop b1085 on it's own

Feb 15th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
  5. BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1085-universal.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Daisy, daisy...
  9.  
  10. Time: 2/15/15 9:56 PM
  11. Description: Exception in server tick loop
  12.  
  13. java.lang.ClassCastException: net.minecraft.world.biome.BiomeGenOcean cannot be cast to biomesoplenty.api.biome.IExtendedBiome
  14. at biomesoplenty.common.config.BiomeConfigurationHandler.translateVanillaValues(BiomeConfigurationHandler.java:133)
  15. at biomesoplenty.common.config.BiomeConfigurationHandler.registerConfigurableBiome(BiomeConfigurationHandler.java:127)
  16. at biomesoplenty.common.config.BiomeConfigurationHandler.registerConfigurableBiomes(BiomeConfigurationHandler.java:44)
  17. at biomesoplenty.common.config.BiomeConfigurationHandler.init(BiomeConfigurationHandler.java:38)
  18. at biomesoplenty.common.init.ModConfiguration.init(ModConfiguration.java:19)
  19. at biomesoplenty.core.BiomesOPlenty.preInit(BiomesOPlenty.java:45)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:483)
  24. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:517)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:483)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  35. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:483)
  40. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  41. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  46. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
  47. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  48. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355)
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
  51. at java.lang.Thread.run(Thread.java:745)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.8
  60. Operating System: Linux (amd64) version 2.6.32-042stab093.4
  61. Java Version: 1.8.0_31, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 211588512 bytes (201 MB) / 326631424 bytes (311 MB) up to 3817865216 bytes (3641 MB)
  64. JVM Flags: 1 total; -Xmx4G
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. FML: MCP v9.10 FML v8.0.32.1313 Minecraft Forge 11.14.1.1313 4 mods loaded, 4 mods active
  67. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  68. FML{8.0.32.1313} [Forge Mod Loader] (forge.jar) Unloaded->Constructed->Pre-initialized
  69. Forge{11.14.1.1313} [Minecraft Forge] (forge.jar) Unloaded->Constructed->Pre-initialized
  70. BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8-3.0.0.1085-universal.jar) Unloaded->Constructed->Errored
  71. Loaded coremods (and transformers):
  72. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
  73. codechicken.lib.asm.ClassHeirachyManager
  74. codechicken.lib.asm.RenderHookTransformer
  75. BOPLoadingPlugin (BiomesOPlenty-1.8-3.0.0.1085-universal.jar)
  76. org.spongepowered.asm.mixin.transformer.MixinTransformer
  77. Profiler Position: N/A (disabled)
  78. Is Modded: Definitely; Server brand changed to 'fml,forge'
  79. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement