i am using feed the beast modpack and when i installed usefulfood mod i got a crash report saying that chocolate cake and apple cake were conflicting with each other with ID 0. now heres the thing, apple cake's ID is 2230 and chocolate cake's ID is 2231. so i have no idea what this means. i know how to fix a block ID conflict but i dont know how to fix this?
heres my crash report:
---- Minecraft Crash Report ----
// You're mean.
Time: 12/30/12 7:36 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 0 is already occupied by [email protected] when adding [email protected]
at amq.<init>(Block.java:324)
at amq.<init>(Block.java:357)
at silentspy.usefulfood.blocks.BlockCake.<init>(BlockCake.java:19)
at silentspy.usefulfood.blocks.BlockChocoCake.<init>(BlockChocoCake.java:15)
at silentspy.usefulfood.UsefulFoodContent.setupBlocks(UsefulFoodContent.java:100)
at silentspy.usefulfood.UsefulFoodContent.init(UsefulFoodContent.java:94)
at silentspy.usefulfood.mod_usefulfood.preInit(mod_usefulfood.java:36)
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:483)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
This isn´t a BlockID conflict. Try creating a new World. As I read the crash report I read "Slot 0",I guess with that is meant a Inventory Slot
(I am doing Scripts with AdventureCraft). Slot 0 sould mean the first hotbar-slot. I also don´t know what is up,if it crashes again after creating and loading a new World.
no, the problem is that it crashes before i even get to the menu screen.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumheres my crash report:
---- Minecraft Crash Report ----
// You're mean.
Time: 12/30/12 7:36 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 0 is already occupied by [email protected] when adding [email protected]
at amq.<init>(Block.java:324)
at amq.<init>(Block.java:357)
at silentspy.usefulfood.blocks.BlockCake.<init>(BlockCake.java:19)
at silentspy.usefulfood.blocks.BlockChocoCake.<init>(BlockChocoCake.java:15)
at silentspy.usefulfood.UsefulFoodContent.setupBlocks(UsefulFoodContent.java:100)
at silentspy.usefulfood.UsefulFoodContent.init(UsefulFoodContent.java:94)
at silentspy.usefulfood.mod_usefulfood.preInit(mod_usefulfood.java:36)
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:483)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_10, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 248036416 bytes (236 MB) / 505806848 bytes (482 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms256M -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.17.515 Minecraft Forge 6.5.0.489 Feed The Beast Mod Pack 65 mods loaded, 65 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
Backpack [Backpack] (backpack-1.5.6-1.4.6.zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.4.6-3.7.0.jar) Unloaded->Constructed->Pre-initialized
Forestry [Forestry for Minecraft] (forestry-A-1.6.4.1.jar) Unloaded->Constructed->Pre-initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized
drceph.petrogen [Petroleum Generator] ([1.4.6]PetroGen-1.1.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.6]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized
AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines_4.7a.zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks [ChickenChunks] (ChickenChunks 1.2.1.1.jar) Unloaded->Constructed->Pre-initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.481.zip) Unloaded->Constructed->Pre-initialized
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.481.zip) Unloaded->Constructed->Pre-initialized
EnderStorage [EnderStorage] (EnderStorage 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized
BinnieCore [Binnie Core] (extrabees-1.4.9.6-prerelease.zip) Unloaded->Constructed->Pre-initialized
ExtraBees [Extra Bees] (extrabees-1.4.9.6-prerelease.zip) Unloaded->Constructed->Pre-initialized
factorization [Factorization] (Factorization-0.7.10.jar) Unloaded->Constructed->Pre-initialized
GraviGun [GraviGun] (GravityGun1.4.6v1.zip) Unloaded->Constructed->Pre-initialized
Railcraft [Railcraft] (Railcraft_1.4.6-6.12.2.0.zip) Unloaded->Constructed->Pre-initialized
RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized
TwilightForest [The Twilight Forest] (twilightforest-1.14.0.zip) Unloaded->Constructed->Pre-initialized
XyCraft [XyCraft] (xycraft-universal-1.4.6-0.9.44.zip) Unloaded->Constructed->Pre-initialized
GregTech_Addon [GregTech-Addon] (GregTechMod_2.73c.zip) Unloaded->Constructed->Pre-initialized
IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.5.zip) Unloaded->Constructed->Pre-initialized
mod_InvTweaks [Inventory Tweaks] (InventoryTweaks_1.46.zip) Unloaded->Constructed->Pre-initialized
IronChest [Iron Chest] (ironchest-universal-1.4.6-4.5.1.203.zip) Unloaded->Constructed->Pre-initialized
MiscPeripherals [MiscPeripherals] (miscperipherals-2.3.zip) Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_2.zip) Unloaded->Constructed->Pre-initialized
GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_6.zip) Unloaded->Constructed->Pre-initialized
ModularForceFieldSystem [Modular ForceField System V2] (ModularForceFieldSystemV2.2.8.2.14.zip) Unloaded->Constructed->Pre-initialized
NEIPlugins [NEI Plugins] (NEIPlugins-1.0.4.1.jar) Unloaded->Constructed->Pre-initialized
ObsidiPlates [Obsidian Pressure Plates] (obsidiplates-universal-1.2.0.3.zip) Unloaded->Constructed->Pre-initialized
OmniTools [OmniTools] (OmniTools-2.2.5.zip) Unloaded->Constructed->Pre-initialized
PortalGun [Portal Gun] (portalgun1.4.6v2.zip) Unloaded->Constructed->Pre-initialized
SoulShards [SoulShards] (SoulShards-v1.21-universal.zip) Unloaded->Constructed->Pre-initialized
StevesCarts [Steve's Carts] (StevesCarts2.0.0.a41.zip) Unloaded->Constructed->Pre-initialized
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Constructed->Pre-initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-NEI-2.1.6.zip) Unloaded->Constructed->Pre-initialized
TC [Traincraft] (Traincraft-3.1.13_010.jar) Unloaded->Constructed->Pre-initialized
UsefulFood [UsefulFood] (usefulfood_v1.2.3-universal.zip) Unloaded->Constructed->Errored
WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|RedPower [WR-CBE RedPower] (WR-CBE RedPower 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized
Xie_RuntimeContentLoader [Xie's Mod] (Xie) Unloaded->Constructed->Pre-initialized
ZapApples [Zap Apple Mod] (ZapApples v1.5.5 1.4.6.jar) Unloaded->Constructed->Pre-initialized
LWJGL: 2.4.2
OpenGL: Intel® HD Graphics Family GL version 3.1.0 - Build 8.15.10.2559, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
and if it helps here is the usefulfood mod's config:
# Configuration file
# Generated on 12/30/12 12:46 PM
####################
# block
####################
block {
I:Applecake=2430
I:Chocolatecake=2431
I:Hayball=2434
I:Magiccake=2433
}
####################
# general
####################
general {
B:Debug=false
B:UseVanillaRecipes=false
}
####################
# item
####################
item {
I:applebiscuit=5125
I:applecake=5144
I:applejuice=5105
I:biscuit=50130
I:caramel=5131
I:caramelapple=5132
I:carrotjuice=5121
I:carrotpie=5127
I:carrotsoup=5120
I:cheese=5133
I:chickenwich=5134
I:chocobiscuit=5126
I:chocolate=5135
I:chocolatecandy=5136
I:chocolateicecream=5129
I:cmarshmallow=5137
I:cookedseeds=5138
I:cookedsquidtentacle=5118
I:debugfood=5139
I:eggwich=5140
I:fishnchips=5123
I:fishwich=5141
I:friedegg=5142
I:fruitsalad=5143
I:hotchocolate=5128
I:icecream=5145
I:jelly=5146
I:magicapplejuice=5101
I:magiccake=5147
I:marshmallow=5148
I:melonjuice=5103
I:milkbowl=5149
I:mutton=5150
I:muttonwich=5151
I:porkwich=5152
I:pumpkinbread=5122
I:pumpkinsoup=5153
I:rawmutton=5154
I:salad=5155
I:seedsalad=5156
I:shococake=5157
I:squidtentacle=5117
I:squidwich=5119
I:steakwich=5158
I:sugarbiscuit=5124
I:sugarcube=5159
I:superfruitsalad=5160
I:sushi=5116
I:toast=5161
I:trailmix=5162
}
please help me.
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumno, the problem is that it crashes before i even get to the menu screen.