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
I am now switching extra biomes for biomes o plenty and I get this error report

Code:
[/FONT][FONT=OpenSansRegular]java.lang.IllegalArgumentException: Slot 0 is already occupied by tdwp_ftw.biomesop.blocks.BlockDeadGrass@5ac95f85 when adding tdwp_ftw.biomesop.blocks.BlockDesertGrass@5a9e4353[/FONT]
[FONT=OpenSansRegular]at net.minecraft.block.Block.<init>(Block.java:340)[/FONT]
[FONT=OpenSansRegular]at tdwp_ftw.biomesop.blocks.BlockDesertGrass.<init>(BlockDesertGrass.java:21)[/FONT]
[FONT=OpenSansRegular]at tdwp_ftw.biomesop.blocks.BlockDesertGrass.<init>(BlockDesertGrass.java:37)[/FONT]
[FONT=OpenSansRegular]at tdwp_ftw.biomesop.configuration.BOPBlocks.init(BOPBlocks.java:198)[/FONT]
[FONT=OpenSansRegular]at tdwp_ftw.biomesop.mod_BiomesOPlenty.preInit(mod_BiomesOPlenty.java:108)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventBus.post(EventBus.java:267)[/FONT]
[FONT=OpenSansRegular]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)[/FONT]
[FONT=OpenSansRegular]at com.google.common.eventbus.EventBus.post(EventBus.java:267)[/FONT]
[FONT=OpenSansRegular]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)[/FONT]
[FONT=OpenSansRegular]at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)[/FONT]
[FONT=OpenSansRegular]at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)[/FONT]
[FONT=OpenSansRegular]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)[/FONT]
[FONT=OpenSansRegular]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)[/FONT]
[FONT=OpenSansRegular]at net.minecraft.client.Minecraft.run(Minecraft.java:732)[/FONT]
[FONT=OpenSansRegular]at java.lang.Thread.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] java.lang.IllegalArgumentException: Slot 0 is already occupied by tdwp_ftw.biomesop.blocks.BlockDeadGrass@5ac95f85 when adding tdwp_ftw.biomesop.blocks.BlockDesertGrass@5a9e4353[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at net.minecraft.block.Block.<init>(Block.java:340)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at tdwp_ftw.biomesop.blocks.BlockDesertGrass.<init>(BlockDesertGrass.java:21)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at tdwp_ftw.biomesop.blocks.BlockDesertGrass.<init>(BlockDesertGrass.java:37)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at tdwp_ftw.biomesop.configuration.BOPBlocks.init(BOPBlocks.java:198)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at tdwp_ftw.biomesop.mod_BiomesOPlenty.preInit(mod_BiomesOPlenty.java:108)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)[/FONT]
[FONT=OpenSansRegular]2013-05-09 18:14:37 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]

Can anyone help me? I already switched IDs
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
If there are no other blocks with ID of 0 then I wonder if 0 is not a valid block ID. I know that Vanilla starts at 1 not 0. Disable BoP and check NEI for unused block IDs then compare them with your BoP list and find one for DeadGrass that is not 0.
 
  • Like
Reactions: Whovian

dgdas9

New Member
Jul 29, 2019
1,564
0
0
If there are no other blocks with ID of 0 then I wonder if 0 is not a valid block ID. I know that Vanilla starts at 1 not 0. Disable BoP and check NEI for unused block IDs then compare them with your BoP list and find one for DeadGrass that is not 0.
But I changed to a random number that is not 0
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
But I changed to a random number that is not 0
It matches another block in BOP you will need to change it again.
See this line:
Code:
tdwp_ftw.biomesop.blocks.BlockDeadGrass@5ac95f85 when adding tdwp_ftw.biomesop.blocks.BlockDesertGrass@5a9e4353

Dead Grass is conflicting with Desert Grass.

What version are you using?
I can't find those blocks in my BOP config anywhere.
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
It matches another block in BOP you will need to change it again.
See this line:
Code:
tdwp_ftw.biomesop.blocks.BlockDeadGrass@5ac95f85 when adding tdwp_ftw.biomesop.blocks.BlockDesertGrass@5a9e4353

Dead Grass is conflicting with Desert Grass.

What version are you using?
I can't find those blocks in my BOP config anywhere.

I know that, I'm not a dum.The problem is that the IDs are not the same, I cheked.

I'm using the last version for 1.5.1
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
Ok, now on regular ftb ultimate and...OH MAN THAUMANOMINOMINOMICON IN LAVA...NOO.Guess I will cheate one...CRASH.

What a day!
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
Did you update it from a previous version? If so try deleting the config file and let it create a new one. If not could you pastebin it and post a link. I'll take a look at it when I have a chance.
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
Did you update it from a previous version? If so try deleting the config file and let it create a new one. If not could you pastebin it and post a link. I'll take a look at it when I have a chance.
No, I didn't update.I'll give you a link tomorrow morning
 

Zjarek_S

New Member
Jul 29, 2019
802
0
0
It is probably a miss, but did you put those IDs below 4096? Also ID 0 is a block, air.
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
Now, unother error.
It says cpw.mods bt I already uninstaled Iron Chests
Code:
[/FONT][FONT=OpenSansRegular]/[/FONT][FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: akl[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: akl[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at amnet.bopintegration.BOPIntegration.load(BOPIntegration.java:29)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] ... 5 more[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: akl[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] ... 31 more[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] Caused by: java.lang.NullPointerException[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.Component.getGraphics(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.awt.RepaintArea.paint(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.Component.dispatchEventImpl(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.Container.dispatchEventImpl(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.Component.dispatchEvent(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue.access$000(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue$4.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue$4.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventQueue.dispatchEvent(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at java.awt.EventDispatchThread.run(Unknown Source)[/FONT]
[FONT=OpenSansRegular]
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
Now, unother error.
It says cpw.mods bt I already uninstaled Iron Chests
Code:
[/FONT][/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: akl[/FONT]
[FONT=OpenSansRegular]2013-05-10 10:54:40 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)[/FONT]
[FONT=OpenSansRegular]<snip>[/FONT]
[FONT=OpenSansRegular]
Do you have BOP integration in your mod folder? It won't work (and isn't needed) with the 1.5.1 and higher BOP.
You will see CPW with Buildcraft and Forge errors as well as Iron chests, this one in particular is a Forge Mod Loader Error.

Could you give me a mod list and post a full forge log?

The config you posted Is correct for 0.5.1. But looking at it it appears that almost all of your block IDs are > than 4096, which I think is a problem.

After some testing, I'm pretty sure you need to make all the Block IDs < 4096 or it's crashville.

EDIT: Fixed the forums derpy fonts:rolleyes:
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
Do you have BOP integration in your mod folder? It won't work (and isn't needed) with the 1.5.1 and higher BOP.
You will see CPW with Buildcraft and Forge errors as well as Iron chests, this one in particular is a Forge Mod Loader Error.

Could you give me a mod list and post a full forge log?

The config you posted Is correct for 0.5.1. But looking at it it appears that almost all of your block IDs are > than 4096, which I think is a problem.

After some testing, I'm pretty sure you need to make all the Block IDs < 4096 or it's crashville.

EDIT: Fixed the forums derpy fonts:rolleyes:

Ok, I deleted the config and worked my way around it.

Mods:
CodeChickenCore
CofhCore
NEI
PowercrystalsCore
ReisMinimap
AdvancedSolars
ApliedEnergistu«ics
ArsMagica
Assembly Line
Basic Components
Bibliocraft
Biomes O plenty
Buildcraft
Chicken Chunks
ComputerCraft
EletricExpansion
EnderStorage
EE3
extra bees
Forestry
ForgeIRC
GraviGun
Gravitation Suite
GregTech
HatsMod
IchunUtil
IC2
Mekanism(base generators and tools)
Minefactory reladed
Modular ForceField Sistem
Mystcaft
Natura
NetherOres
NuclearControl
Obsidian PressurePlates
OmniTools
PowerConverters
RailCraft
SecretRoms
Soulshards
Thaumcraft
ThermalExpansion
TinkersConstruct
UniversalElectricity
reiMinimap

Edit:Forgot to say that I still have the same problem
 

southernfriedbb

New Member
Jul 29, 2019
444
0
0
Ok, I deleted the config and worked my way around it.

Mods:
<Snip ...Buttload o mods>

Edit:Forgot to say that I still have the same problem

The original conflict, or the FML error?

Please pastebin or post the ForgeModLoader-client-0.log file. It should be in the minecraft folder.

Also, are you using MultiMC or something to manage this, or are you doing this manually in an MC install?
 

dgdas9

New Member
Jul 29, 2019
1,564
0
0
The first thing I see is the BOPintegration mod, I didn't see it in your mod list, but it did show up in the list of loaded mods in that log. You'll need to kill that thing it's a 1.4.7 mod. 0.5.1 and up have the integration built in.

So try that and let me know, if it crashes again, post another log.
It wasn't in mod list because I removed it but i'll try...CRASH
But this time it was an ID Crash