FTB and Flans mod problem

Succubism

New Member
Jul 29, 2019
2,181
0
0
Okie dokie, I'mma walk you through this.
When you open the launcher and choose your modpack, you run it, then you get two windows, the game itself and the console. The console will detail everything that happens during the loading of your modpack including the mods installed on it. Once it's finished loading and you find yourself on the main menu of minecraft, go to the console window and paste your log to pastebin, then share the link with us to have a look at it for you.
 

HAFMC

New Member
Jul 29, 2019
76
0
0
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loading Flan's mod.
2013-08-08 19:18:14 [INFO] [STDOUT] CONFLICT @ 544 item slot already occupied by src.train.common.items.ItemTrain@32ac126 while adding co.uk.flansmods.common.ItemBlockManyNames@6beea769
2013-08-08 19:18:14 [INFO] [fml.ItemTracker] The mod FlansMod is overwriting existing item at 800 (src.train.common.items.ItemTrain from TC) with co.uk.flansmods.common.ItemBlockManyNames
2013-08-08 19:18:14 [INFO] [STDOUT] CONFLICT @ 545 item slot already occupied by src.train.common.items.ItemTrain@54b6e145 while adding co.uk.flansmods.common.ItemGunBox@327fa476
2013-08-08 19:18:14 [INFO] [fml.ItemTracker] The mod FlansMod is overwriting existing item at 801 (src.train.common.items.ItemTrain from TC) with co.uk.flansmods.common.ItemGunBox
2013-08-08 19:18:14 [INFO] [STDOUT] CONFLICT @ 546 item slot already occupied by src.train.common.items.ItemTrain@23a6bc3a while adding co.uk.flansmods.common.ItemBlockManyNames@178f961f
2013-08-08 19:18:14 [INFO] [fml.ItemTracker] The mod FlansMod is overwriting existing item at 802 (src.train.common.items.ItemTrain from TC) with co.uk.flansmods.common.ItemBlockManyNames
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded content pack : Manus Civil Package
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded content pack : Modern Weapons Pack
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded content pack : Parts Pack
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded content pack : WW2 Pack
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded textures and models.
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded bullets.
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded guns.
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded parts.
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Loaded planes.
2013-08-08 19:18:14 [INFO] [STDOUT] Flan's Mod : Failed to load vehicle model : ATeam
2013-08-08 19:18:14 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at java.lang.reflect.Constructor.newInstance(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.client.ClientProxy.loadVehicleModel(ClientProxy.java:395)
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.common.VehicleType.read(VehicleType.java:50)
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.common.VehicleType.<init>(VehicleType.java:37)
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:445)
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.load(FlansMod.java:250)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:14 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-08-08 19:18:14 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:14 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:14 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-08-08 19:18:14 [INFO] [STDERR]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-08-08 19:18:14 [INFO] [STDERR]at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
2013-08-08 19:18:14 [INFO] [STDERR]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-08-08 19:18:14 [INFO] [STDERR]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-08-08 19:18:14 [INFO] [STDERR]at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-08-08 19:18:14 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)
2013-08-08 19:18:14 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.client.model.ModelVehicle.flipAll(ModelVehicle.java:133)
2013-08-08 19:18:14 [INFO] [STDERR]at co.uk.flansmods.client.model.ModelATeam.<init>(ModelATeam.java:246)
2013-08-08 19:18:14 [INFO] [STDERR]... 40 more
2013-08-08 19:18:15 [INFO] [STDOUT] Flan's Mod : Loaded vehicles.
2013-08-08 19:18:15 [INFO] [STDOUT] Flan's Mod : Loaded AA guns.
2013-08-08 19:18:15 [INFO] [STDOUT] Flan's Mod : Loaded gun boxes.
2013-08-08 19:18:15 [INFO] [STDOUT] Flan's Mod : Loaded armour.
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Loaded player classes.
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Loaded teams.
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Could not find Mat_Steel when adding recipe
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Could not find Cockpit_Steel_CockpitSmall when adding recipe
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Cockpit_Boeing707
2013-08-08 19:18:16 [INFO] [STDERR] java.lang.NullPointerException
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:213)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:201)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:113)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:607)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.load(FlansMod.java:250)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Could not find Mat_Titan when adding recipe
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Could not find Cockpit_Steel_CockpitSmall when adding recipe
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : Cockpit_Learjet28
2013-08-08 19:18:16 [INFO] [STDERR] java.lang.NullPointerException
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:213)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:201)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:113)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:607)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.load(FlansMod.java:250)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Could not find minecart when adding recipe
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Failed to add recipe for : metalCockpit
2013-08-08 19:18:16 [INFO] [STDERR] java.lang.NullPointerException
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:213)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:244)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:239)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:201)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.InfoType.addRecipe(InfoType.java:113)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.readContentPacks(FlansMod.java:607)
2013-08-08 19:18:16 [INFO] [STDERR]at co.uk.flansmods.common.FlansMod.load(FlansMod.java:250)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-08-08 19:18:16 [INFO] [STDERR]at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
2013-08-08 19:18:16 [INFO] [STDERR]at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-08-08 19:18:16 [INFO] [STDERR]at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-08-08 19:18:16 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Loaded recipes.
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Loading Flan's mod.
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Loaded properties.
2013-08-08 19:18:16 [INFO] [STDOUT] Flan's Mod : Loading complete.
 

Succubism

New Member
Jul 29, 2019
2,181
0
0
For future reference, just giving us the link to the pastebin page is enough and less messy.[DOUBLEPOST=1376003137][/DOUBLEPOST]Can you give us the entire log on pastebin's site?
 

HAFMC

New Member
Jul 29, 2019
76
0
0
what would be the purpose of trolling? i been tryin to figure this out for days now :/
 

Dex Luther

New Member
Jul 29, 2019
294
2
1
hahahah noted thanks lol

console.png


This is the button that Succubism was talking about.

Looking over what you did post, looks like your problem is an ID conflict.

Code:
2013-08-08 19:18:14 [INFO] [STDOUT] CONFLICT @ 544 item slot already occupied by src.train.common.items.ItemTrain@32ac126 while adding co.uk.flansmods.common.ItemBlockManyNames@6beea769
2013-08-08 19:18:14 [INFO] [fml.ItemTracker] The mod FlansMod is overwriting existing item at 800 (src.train.common.items.ItemTrain from TC) with co.uk.flansmods.common.ItemBlockManyNames
2013-08-08 19:18:14 [INFO] [STDOUT] CONFLICT @ 545 item slot already occupied by src.train.common.items.ItemTrain@54b6e145 while adding co.uk.flansmods.common.ItemGunBox@327fa476
2013-08-08 19:18:14 [INFO] [fml.ItemTracker] The mod FlansMod is overwriting existing item at 801 (src.train.common.items.ItemTrain from TC) with co.uk.flansmods.common.ItemGunBox
2013-08-08 19:18:14 [INFO] [STDOUT] CONFLICT @ 546 item slot already occupied by src.train.common.items.ItemTrain@23a6bc3a while adding co.uk.flansmods.common.ItemBlockManyNames@178f961f
2013-08-08 19:18:14 [INFO] [fml.ItemTracker] The mod FlansMod is overwriting existing item at 802 (src.train.common.items.ItemTrain from TC) with co.uk.flansmods.common.ItemBlockManyNames
 

Dex Luther

New Member
Jul 29, 2019
294
2
1
There's several things you can do. Either go into your config files for flan and change the ID numbers listed there to something else. There's probably guides on how to do that around here and/or the minecraft forums. Search and you shall find.

Or there's a mod or there used to be. IDResolver. You can find it on the minecraft forums. I don't know if it's still being updated, so I don't know if there's a working build for the version of Minecraft you're using. It's worth a shot.

Both options need you to somewhat know what you're doing. More than likely using either option will mean you won't be able to play online. Not with that instance of MC anyways.
 

mushroom taco

New Member
Jul 29, 2019
571
0
0
There's several things you can do. Either go into your config files for flan and change the ID numbers listed there to something else. There's probably guides on how to do that around here and/or the minecraft forums. Search and you shall find.

Or there's a mod or there used to be. IDResolver. You can find it on the minecraft forums. I don't know if it's still being updated, so I don't know if there's a working build for the version of Minecraft you're using. It's worth a shot.

Both options need you to somewhat know what you're doing. More than likely using either option will mean you won't be able to play online. Not with that instance of MC anyways.
It's being updated (or atleast they updated to 1.5.2), but I never got it to function.
 

Dex Luther

New Member
Jul 29, 2019
294
2
1
It's being updated (or atleast they updated to 1.5.2), but I never got it to function.

I used to use it all the time in 1.2.5 and suggested IDResolver be added to the mod packs. I was told that IDResolver like functionality was built into Forge or something like that. Unfortunately that doesn't seem to be exactly the case. It would be nice if Forge or the FTB launcher fixed ID conflicts automatically. If it was forge functionality, having it download config files from the server when connecting through SMP would be possible. I'm sure people wouldn't mind having to restart their game when Server IDs are loaded. That's a discussion for another thread though.
 

draeath

New Member
Jul 29, 2019
456
0
0
AFAIK the "IDResolver" functionality built-into forge relies on the modders actually utilizing it. If they hardcode block IDs (reading from a config file counts as 'hardcoded') I don't think it will work, but there's a call that can be made to the forge code to ask for an ID, and if that is done instead everything plays nicely.

EDIT: note that I only barely have a grasp on any of this. I'm no modder, but I'm a smart guy ( :p ) and I've been running servers since before bukkit)
 

HAFMC

New Member
Jul 29, 2019
76
0
0
soooo what do i do now? cause i just want to get this crap to work ive only been messing with it now for over a week
 

Dex Luther

New Member
Jul 29, 2019
294
2
1
soooo what do i do now? cause i just want to get this crap to work ive only been messing with it now for over a week

I answered your question. Go into the flan configs and change the ID numbers. If you load the game up without Flan, you can use NEI to dump a list of used and unused IDs into a txt file. This will help you know which IDs you can use when you change Flan's IDs.

You can look up how to do these things. I don't want you to think I'm an ass for not explaining it to you step by step. Once you learn to do it, you'll be able to work through ID Conflicts in the future on your own much quicker. If you're going to play modded Minecraft and want to add mods of your own choosing to various packs, then learning this will me an invaluable skill.

EDIT: I was curious about what types of guides were out there, so I did a quick search myself. I found this for you: http://www.minecraftforge.net/forum/index.php?topic=1059.0

The guide might be out of date, so you probably won't be able to follow it word for word. Read through it. It should help you understand the general idea of what you're trying to do.
 

HAFMC

New Member
Jul 29, 2019
76
0
0
thanks for your help succusim i greatly appreciate it, however like my initial post says, i have already changed the item id numbers from what they were down into the 800's but i guess there is no harm in doin it agian lol ill let yann o how it goes :) many thanks again for your posts
 

Dex Luther

New Member
Jul 29, 2019
294
2
1
thanks for your help succusim i greatly appreciate it, however like my initial post says, i have already changed the item id numbers from what they were down into the 800's but i guess there is no harm in doin it agian lol ill let yann o how it goes :) many thanks again for your posts

You're no further into fixing your problem if you move the ID from one in use ID to another inuse ID. That's why I suggested you launch the game without flan and have NEI give you a complete list of IDs.

The list will be called IDMap dump followed by the date and time it was created. Inside the text file the list will look something like this:
Code:
Block. Name: tile.stone. ID: 1
Block. Name: tile.grass. ID: 2
Block. Name: tile.dirt. ID: 3
Block. Name: tile.stonebrick. ID: 4
Block. Name: tile.wood. ID: 5
Block. Name: tile.sapling. ID: 6
Block. Name: tile.bedrock. ID: 7
Block. Name: tile.water. ID: 8
Block. Name: tile.water. ID: 9
Block. Name: tile.lava. ID: 10
Block. Name: tile.lava. ID: 11
Block. Name: tile.sand. ID: 12
Block. Name: tile.gravel. ID: 13
Block. Name: tile.oreGold. ID: 14
Block. Name: tile.oreIron. ID: 15
Block. Name: tile.oreCoal. ID: 16
Block. Name: tile.log. ID: 17
Block. Name: tile.leaves. ID: 18
Block. Name: tile.sponge. ID: 19
Block. Name: tile.glass. ID: 20
Block. Name: tile.oreLapis. ID: 21
Block. Name: tile.blockLapis. ID: 22
Block. Name: tile.dispenser. ID: 23
Block. Name: tile.sandStone. ID: 24
Block. Name: tile.musicBlock. ID: 25
Block. Name: tile.bed. ID: 26
Block. Name: tile.goldenRail. ID: 27
Block. Name: tile.detectorRail. ID: 28
Block. Name: tile.pistonStickyBase. ID: 29
Block. Name: tile.web. ID: 30
Block. Name: tile.tallgrass. ID: 31
Block. Name: tile.deadbush. ID: 32
Block. Name: tile.pistonBase. ID: 33
Block. Name: tile.null. ID: 34
Block. Name: tile.cloth. ID: 35
Block. Name: tile.null. ID: 36
Block. Name: tile.flower. ID: 37
Block. Name: tile.rose. ID: 38
Block. Name: tile.mushroom. ID: 39
Block. Name: tile.mushroom. ID: 40
Block. Name: tile.blockGold. ID: 41
Block. Name: tile.blockIron. ID: 42
Block. Name: tile.stoneSlab. ID: 43
Block. Name: tile.stoneSlab. ID: 44
Block. Name: tile.brick. ID: 45
Block. Name: tile.tnt. ID: 46
Block. Name: tile.bookshelf. ID: 47
Block. Name: tile.stoneMoss. ID: 48
Block. Name: tile.obsidian. ID: 49
Block. Name: tile.torch. ID: 50
Block. Name: tile.fire. ID: 51
Block. Name: tile.mobSpawner. ID: 52
Block. Name: tile.stairsWood. ID: 53
Block. Name: tile.chest. ID: 54
Block. Name: tile.redstoneDust. ID: 55
Block. Name: tile.oreDiamond. ID: 56
Block. Name: tile.blockDiamond. ID: 57
Block. Name: tile.workbench. ID: 58
Block. Name: tile.crops. ID: 59
Block. Name: tile.farmland. ID: 60
Block. Name: tile.furnace. ID: 61
Block. Name: tile.furnace. ID: 62
Block. Name: tile.sign. ID: 63
Block. Name: tile.doorWood. ID: 64
Block. Name: tile.ladder. ID: 65
Block. Name: tile.rail. ID: 66
Block. Name: tile.stairsStone. ID: 67
Block. Name: tile.sign. ID: 68
Block. Name: tile.lever. ID: 69
Block. Name: tile.pressurePlate. ID: 70
Block. Name: tile.doorIron. ID: 71
Block. Name: tile.pressurePlate. ID: 72
Block. Name: tile.oreRedstone. ID: 73
Block. Name: tile.oreRedstone. ID: 74
Block. Name: tile.notGate. ID: 75
Block. Name: tile.notGate. ID: 76
Block. Name: tile.button. ID: 77
Block. Name: tile.snow. ID: 78
Block. Name: tile.ice. ID: 79
Block. Name: tile.snow. ID: 80
Block. Name: tile.cactus. ID: 81
Block. Name: tile.clay. ID: 82
Block. Name: tile.reeds. ID: 83
Block. Name: tile.jukebox. ID: 84
Block. Name: tile.fence. ID: 85
Block. Name: tile.pumpkin. ID: 86
Block. Name: tile.hellrock. ID: 87
Block. Name: tile.hellsand. ID: 88
Block. Name: tile.lightgem. ID: 89
Block. Name: tile.portal. ID: 90
Block. Name: tile.litpumpkin. ID: 91
Block. Name: tile.cake. ID: 92
Block. Name: tile.diode. ID: 93
Block. Name: tile.diode. ID: 94
Block. Name: tile.lockedchest. ID: 95
Block. Name: tile.trapdoor. ID: 96
Block. Name: tile.monsterStoneEgg. ID: 97
Block. Name: tile.stonebricksmooth. ID: 98
Block. Name: tile.mushroom. ID: 99
Block. Name: tile.mushroom. ID: 100
Block. Name: tile.fenceIron. ID: 101
Block. Name: tile.thinGlass. ID: 102
Block. Name: tile.melon. ID: 103
Block. Name: tile.pumpkinStem. ID: 104
Block. Name: tile.pumpkinStem. ID: 105
Block. Name: tile.vine. ID: 106
Block. Name: tile.fenceGate. ID: 107
Block. Name: tile.stairsBrick. ID: 108
Block. Name: tile.stairsStoneBrickSmooth. ID: 109
Block. Name: tile.mycel. ID: 110
Block. Name: tile.waterlily. ID: 111
Block. Name: tile.netherBrick. ID: 112
Block. Name: tile.netherFence. ID: 113
Block. Name: tile.stairsNetherBrick. ID: 114
Block. Name: tile.netherStalk. ID: 115
Block. Name: tile.enchantmentTable. ID: 116
Block. Name: tile.brewingStand. ID: 117
Block. Name: tile.cauldron. ID: 118
Block. Name: tile.null. ID: 119
Block. Name: tile.endPortalFrame. ID: 120
Block. Name: tile.whiteStone. ID: 121
Block. Name: tile.dragonEgg. ID: 122
Block. Name: tile.redstoneLight. ID: 123
Block. Name: tile.redstoneLight. ID: 124
Block. Name: tile.woodSlab. ID: 125
Block. Name: tile.woodSlab. ID: 126
Block. Name: tile.cocoa. ID: 127
Block. Name: tile.stairsSandStone. ID: 128
Block. Name: tile.oreEmerald. ID: 129
Block. Name: tile.enderChest. ID: 130
Block. Name: tile.tripWireSource. ID: 131
Block. Name: tile.tripWire. ID: 132
Block. Name: tile.blockEmerald. ID: 133
Block. Name: tile.stairsWoodSpruce. ID: 134
Block. Name: tile.stairsWoodBirch. ID: 135
Block. Name: tile.stairsWoodJungle. ID: 136
Block. Name: tile.commandBlock. ID: 137
Block. Name: tile.beacon. ID: 138
Block. Name: tile.cobbleWall. ID: 139
Block. Name: tile.flowerPot. ID: 140
Block. Name: tile.carrots. ID: 141
Block. Name: tile.potatoes. ID: 142
Block. Name: tile.button. ID: 143
Block. Name: tile.skull. ID: 144
Block. Name: tile.anvil. ID: 145
Block. Name: tile.chestTrap. ID: 146
Block. Name: tile.weightedPlate_light. ID: 147
Block. Name: tile.weightedPlate_heavy. ID: 148
Block. Name: tile.comparator. ID: 149
Block. Name: tile.comparator. ID: 150
Block. Name: tile.daylightDetector. ID: 151
Block. Name: tile.blockRedstone. ID: 152
Block. Name: tile.netherquartz. ID: 153
Block. Name: tile.hopper. ID: 154
Block. Name: tile.quartzBlock. ID: 155
Block. Name: tile.stairsQuartz. ID: 156
Block. Name: tile.activatorRail. ID: 157
Block. Name: tile.dropper. ID: 158
Block. Name: tile.enderchest. ID: 159
 

Azzanine

New Member
Jul 29, 2019
2,706
-11
0
If you have NEI installed try typing in 800 without Flans to see if that Id was not already taken.

Looks like you overwrote one of the TrainCrafts trains leading the items to fail to load....

Yeah in future use Not Enough Items a.k.a NEI to determine if the ID you are changing to is not already occupied.

So Pro Tip; When you need to toy with Item IDs use NEI to check ID's you are thinking about using. Failing that learn how to use that aforementioned resolver which probably has less manual work.