Problem [SEVERE] issues =P

Myobi

New Member
Jul 29, 2019
21
0
0
Hello, I'm using FTB 1.4.7 Ultimate, around last week I started having issues with some severe errors...

First it was this:

Code:
9:34:01 CONSOLE: [SEVERE] java.lang.IllegalArgumentException: Slot 243 is already occupied by com.eloraam.redpower.world.BlockCustomLeaves@2ed14f80 when adding codechicken.chunkloader.BlockChunkLoader@2fba7483
19:34:01 CONSOLE: [SEVERE] at amq.<init>(Block.java:327)
19:34:01 CONSOLE: [SEVERE] at akb.<init>(BlockContainer.java:11)
19:34:01 CONSOLE: [SEVERE] at codechicken.chunkloader.BlockChunkLoader.<init>(BlockChunkLoader.java:29)
19:34:01 CONSOLE: [SEVERE] at codechicken.chunkloader.ChunkLoaderProxy.load(ChunkLoaderProxy.java:21)
19:34:01 CONSOLE: [SEVERE] at codechicken.chunkloader.ChickenChunks.initialize(ChickenChunks.java:45)
19:34:01 CONSOLE: [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:34:01 CONSOLE: [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
19:34:01 CONSOLE: [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

I managed to "solve" it by deleting ChickenChunks from the mod folder.
Then I started to get this:

Code:
21:37:57 CONSOLE: to recreate an item id (13123 / shifted:13379) for an item which already exists as forestry.apiculture.items.ItemWaxCast@4a26ce7e. Check your config and resolve the conflict.
21:37:57 CONSOLE: [SEVERE] java.lang.NullPointerException
21:37:57 CONSOLE: [SEVERE] at thaumicbees.main.utils.compat.ForestryHelper.getForestryItems(ForestryHelper.java:20)
21:37:57 CONSOLE: [SEVERE] at thaumicbees.main.Config.setupItems(Config.java:173)
21:37:57 CONSOLE: [SEVERE] at thaumicbees.main.ThaumicBees.init(ThaumicBees.java:74)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:37:57 CONSOLE: [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
21:37:57 CONSOLE: [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:37:57 CONSOLE: [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
21:37:57 CONSOLE: [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
21:37:57 CONSOLE: [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21:37:57 CONSOLE: [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
21:37:57 CONSOLE: [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
21:37:57 CONSOLE: [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
21:37:57 CONSOLE: [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
21:37:57 CONSOLE: [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
21:37:57 CONSOLE: [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:356)
21:37:57 CONSOLE: [SEVERE] at ho.c(DedicatedServer.java:158)
21:37:57 CONSOLE: [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:724)
21:37:57 CONSOLE: [SEVERE] at fy.run(ThreadMinecraftServer.java:16)
21:37:57 CONSOLE: [SEVERE] Encountered an unexpected exception NullPointerException

Any suggestions?
Big thanks =P
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
9:34:01 CONSOLE: [SEVERE] java.lang.IllegalArgumentException: Slot 243 is already occupied by com.eloraam.redpower.world.BlockCustomLeaves@2ed14f80 when adding codechicken.chunkloader.BlockChunkLoader@2fba7483

This is an Item ID conflict. Another mod that you installed is conflicting with ChickenChunks. Re-enable ChickenChunks and check out this thread about how to change Item IDs. Read the thread below from posts 4 - 7 for info on how to change it.
http://forum.feed-the-beast.com/threads/adding-ars-magica.19859/

Once you have new configs from changing the Item IDs correctly on the server. You will need to provide these configs to anyone else on your server for their client.
 
  • Like
Reactions: Myobi

Myobi

New Member
Jul 29, 2019
21
0
0
Big thanks mate, I'll give it a look ASAP.
Still quite weird since I've been playing with all these mods for over 1 month =S