Advertisement
kreezxil

all other mods out except bop

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