1.5 pack error with Biomes O Plenty

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

dgdas9

New Member
Jul 29, 2019
1,564
0
0
New crash while playing.

Happened while opening Steve's Carts crative tab

Any ideas?
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
Ok, tried again and it was OK.
This is the first tie I don't get ID errors that make things like: smelt copper to get water essence

Oh those are fun, especially since they don't usually crash the game.

Wow my stack of gold ore just smelted in to iron furnaces, how useful.
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
Oh those are fun, especially since they don't usually crash the game.

Wow my stack of gold ore just smelted in to iron furnaces, how useful.
LOL

I'm not geting any biomes from BOP.
Deleting config...
Edit: this is serious, I'm not getting any biomes from BOP.Configs are default, exept for shroom powder
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
LOL

I'm not geting any biomes from BOP.
Deleting config...
Edit: this is serious, I'm not getting any biomes from BOP.Configs are default, exept for shroom powder


Sorry, was away from my computer.

See this section of the config?:

Code:
####################
# biome settings
####################
 
"biome settings" {
    B:"Add Biomes To Default World"=false
    I:"Biome Size"=4
    B:"Enhanced Vanilla Biomes"=true
}

change the "Add Biomes To Default World" line to true and that should fix you. or I think you can change the worldgen to Biomes O' Plenty, but I don't think you get the vanilla biomes that way.

Note also the change from BOP 0.5.1 to 0.5.2 breaks worlds, so you may want to upgrade it now. 0.5.2 is for MC 1.5.2 but so far it has worked fine for me
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
Sorry, was away from my computer.

See this section of the config?:

Code:
####################
# biome settings
####################
 
"biome settings" {
    B:"Add Biomes To Default World"=false
    I:"Biome Size"=4
    B:"Enhanced Vanilla Biomes"=true
}

change the "Add Biomes To Default World" line to true and that should fix you. or I think you can change the worldgen to Biomes O' Plenty, but I don't think you get the vanilla biomes that way.

Note also the change from BOP 0.5.1 to 0.5.2 breaks worlds, so you may want to upgrade it now. 0.5.2 is for MC 1.5.2 but so far it has worked fine for me
Realy?THAT SIMPLE!WHY?WHY?
 

ahwtx

New Member
Jul 29, 2019
88
0
0
@southernfried:

you have BoP 0.5.2 working with mc 1.5.1? i'm putting the finishing touches on my 1.5.1 custom pack, and i can get BoP 0.5.1 working just fine, but i always crash with 0.5.2. i'm running forge 682, and i think that might be the problem, but 682 was the last build for 1.5.1.

man oh man, custom packs are so much fun... :/
 

ahwtx

New Member
Jul 29, 2019
88
0
0
here's the offending crash i always run into:

Code:
2013-05-11 16:31:13 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-05-11 16:31:13 [SEVERE] [ForgeModLoader] Caught exception from BiomesOPlenty
java.lang.NoClassDefFoundError: ted80/api/DefaultBiomeList
at biomesoplenty.integration.BWG4Integration.bwg4Init(BWG4Integration.java:15)
at biomesoplenty.integration.BWG4Integration.init(BWG4Integration.java:10)
at biomesoplenty.integration.BOPCrossIntegration.init(BOPCrossIntegration.java:23)
at biomesoplenty.BiomesOPlenty.load(BiomesOPlenty.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: ted80.api.DefaultBiomeList
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: java.lang.NullPointerException
2013-05-11 16:31:23 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ted80/api/DefaultBiomeList
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
2013-05-11 16:31:23 [INFO] [STDERR]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
2013-05-11 16:31:23 [INFO] [STDERR]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-11 16:31:23 [INFO] [STDERR]at net.minecraft.client.Minecraft.run(Minecraft.java:732)
2013-05-11 16:31:23 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: ted80/api/DefaultBiomeList
2013-05-11 16:31:23 [INFO] [STDERR]at biomesoplenty.integration.BWG4Integration.bwg4Init(BWG4Integration.java:15)
2013-05-11 16:31:23 [INFO] [STDERR]at biomesoplenty.integration.BWG4Integration.init(BWG4Integration.java:10)
2013-05-11 16:31:23 [INFO] [STDERR]at biomesoplenty.integration.BOPCrossIntegration.init(BOPCrossIntegration.java:23)
2013-05-11 16:31:23 [INFO] [STDERR]at biomesoplenty.BiomesOPlenty.load(BiomesOPlenty.java:132)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-11 16:31:23 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
2013-05-11 16:31:23 [INFO] [STDERR]... 5 more
2013-05-11 16:31:23 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: ted80.api.DefaultBiomeList
2013-05-11 16:31:23 [INFO] [STDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-05-11 16:31:23 [INFO] [STDERR]at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]at java.lang.ClassLoader.loadClass(Unknown Source)
2013-05-11 16:31:23 [INFO] [STDERR]... 34 more
2013-05-11 16:31:23 [INFO] [STDERR] Caused by: java.lang.NullPointerException

kinda looks like it has something to do with bwg4 integration, but i'll be damned if i can figure it out!


edit: EUREKA! fixed it! so i was running bop 0.5.1 with bwg4 1.0.3 (which was the last version for 1.5.1). when i updated to bop 0.5.2, i left bwg4 installed as well. turns out the two don't play well together. while bop 0.5.2 is backwards compatible with 1.5.1, it is not backwards compatible with 1.5.1 versions of bwg4, which is kinda odd considering one of the features of bop 0.5.2 is bwg4 support. :p

phew, that was quite a mouthful with all those version numbers! looks like i'll just have to do without bwg4 in my 1.5.1 world. i don't know how long i'm going to play around in 1.5.1 anyway. as soon as ars magica, thaumcraft and modular power suits go to 1.5.2, i'm gonna update and start a world to tide me over until 1.6.
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
edit: EUREKA! fixed it! so i was running bop 0.5.1 with bwg4 1.0.3 (which was the last version for 1.5.1). when i updated to bop 0.5.2, i left bwg4 installed as well. turns out the two don't play well together. while bop 0.5.2 is backwards compatible with 1.5.1, it is not backwards compatible with 1.5.1 versions of bwg4, which is kinda odd considering one of the features of bop 0.5.2 is bwg4 support. :p

phew, that was quite a mouthful with all those version numbers! looks like i'll just have to do without bwg4 in my 1.5.1 world. i don't know how long i'm going to play around in 1.5.1 anyway. as soon as ars magica, thaumcraft and modular power suits go to 1.5.2, i'm gonna update and start a world to tide me over until 1.6.
Glad you got it fixed.