Time: 2/15/13 1:52 PM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 4001 is already occupied by [email protected] when adding [email protected]
at amq.<init>(Block.java:326)
at amq.<init>(Block.java:359)
at ang.<init>(SourceFile:14)
at binnie.extrabees.products.BlockEctoplasm.<init>(BlockEctoplasm.java:11)
at binnie.extrabees.core.ExtraBeeCore.setupBlocks(ExtraBeeCore.java:135)
at binnie.extrabees.core.ExtraBeePlugin.doInit(ExtraBeePlugin.java:57)
at forestry.core.ForestryCore.postInit(ForestryCore.java:170)
at forestry.core.ForestryClient.postInit(ForestryClient.java:57)
at forestry.Forestry.postInit(Forestry.java:54)
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:487)
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:153)
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:86)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:679)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
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:
---------------------------------------------------------------------------------------
i have notepad ++ and i open the extrabees in it and i see line 4001 but i cant change the line number,how can i fix it?i've never used notepad or tried this before so can someone help?
thanks for the reply,i forgot to check for messages.
when i try to use notepad i cant find the line numbers,i should also say i have absolutely no idea what i'm doing but you have to learn somehow.
When you say you "can't change it", what exactly do you mean?
i open with notepad++ and on the left side it has line numbers but i cant select them.it might not be the right numbers but it looks like them.i've never done stuff like this before :/
You're not changing anything in line 4001
You should be looking for the block ID that is 4001.
The config file also doesn't have nearly that many lines. I'd guess 100 lines tops.
Make sure you are opening the config file, not trying to edit the mod itself.
Use the search feature in notepad/notepad++ and search for 4001
You're not changing anything in line 4001
You should be looking for the block ID that is 4001.
The config file also doesn't have nearly that many lines. I'd guess 100 lines tops.
Make sure you are opening the config file, not trying to edit the mod itself.
Use the search feature in notepad/notepad++ and search for 4001
i used the search option but it wont come up with anything.am i supposed to open the file first with 7 zip? i open with 7 zip and look at config files or block files but cant find numbers.
No. You are still looking in the wrong place. It isn't in the mod file at all. It's in the config folder in the minecraft directory.
The file you need to open is here: minecraft\config\forestry\extrabees\main.conf
Open it with notepad or notepad++
It should look like this:
# Configuration file
# Generated on 2/20/13 8:20 PM
####################
# block
####################
block {
I:ectoplasm=4001
I:hive=4000
I:liquid=8500
I:liquidContainer=8510
}
####################
# canquarryminehives
####################
canquarryminehives {
B:general=true
}
####################
# general
####################
general {
# . Default value is true
B:canQuarryMineHives=true
# . Default value is 2
I:marbleHiveRate=2
# . Default value is 2
I:netherHiveRate=2
# . Default value is 2
I:rockHiveRate=2
# . Default value is 1
I:waterHiveRate=1
}
####################
# item
####################
item {
# Item ID for Advanced Template. Default ID is 8545
I:advancedTemplate=8545
# Item ID for Blank Advanced Template. Default ID is 8546
I:advancedTemplateBlank=8546
# Item ID for Scrap of Beekeeping 101. Default ID is 8538
I:beekeepingPage=8538
# Item ID for Comb. Default ID is 8520
I:comb=8520
# Item ID for Apiarist Database. Default ID is 8537
I:dictionary=8537
# Item ID for Ectoplasm. Default ID is 4001
I:ectoplasm=4001
# Item ID for Genome. Default ID is 8549
I:genome=8549
# Item ID for Empty Genome. Default ID is 8550
I:genomeEmpty=8550
# Item ID for Bee Hive. Default ID is 4000
I:hive=4000
# Item ID for Hive Frame. Default ID is 8560
I:hiveFrame=8560
# Item ID for Honey Crystal. Default ID is 8535
I:honeyCrystal=8535
# Item ID for Empty Honey Crystal. Default ID is 8536
I:honeyCrystalEmpty=8536
# Item ID for Honey Drop. Default ID is 8530
I:honeyDrop=8530
# Item ID for Industrial Frame. Default ID is 8572
I:industrialFrame=8572
# Item ID for Liquid. Default ID is 8500
I:liquid=8500
# Item ID for Liquid Container. Default ID is 8510
I:liquidContainer=8510
# Item ID for Liquid DNA. Default ID is 8543
I:liquidDNA=8543
# Item ID for Molten Cast. Default ID is 8571
I:moltenCast=8571
# Item ID for Molten Liquid. Default ID is 8570
I:moltenLiquid=8570
# Item ID for Propolis. Default ID is 8525
I:propolis=8525
# Item ID for Serum. Default ID is 8547
I:serum=8547
# Item ID for Empty Serum. Default ID is 8548
I:serumEmpty=8548
# Item ID for Template. Default ID is 8541
I:template=8541
# Item ID for Blank Template. Default ID is 8542
I:templateBlank=8542
}
####################
# world_generation
####################
world_generation {
I:hiveSpawnRate.Marble=2
I:hiveSpawnRate.Nether=2
I:hiveSpawnRate.Rock=2
I:hiveSpawnRate.Water=1
}
No. You are still looking in the wrong place. It isn't in the mod file at all. It's in the config folder in the minecraft directory.
The file you need to open is here: minecraft\config\forestry\extrabees\main.conf
Open it with notepad or notepad++
It should look like this:
# Configuration file
# Generated on 2/20/13 8:20 PM
####################
# block
####################
block {
I:ectoplasm=4001
I:hive=4000
I:liquid=8500
I:liquidContainer=8510
}
####################
# canquarryminehives
####################
canquarryminehives {
B:general=true
}
####################
# general
####################
general {
# . Default value is true
B:canQuarryMineHives=true
# . Default value is 2
I:marbleHiveRate=2
# . Default value is 2
I:netherHiveRate=2
# . Default value is 2
I:rockHiveRate=2
# . Default value is 1
I:waterHiveRate=1
}
####################
# item
####################
item {
# Item ID for Advanced Template. Default ID is 8545
I:advancedTemplate=8545
# Item ID for Blank Advanced Template. Default ID is 8546
I:advancedTemplateBlank=8546
# Item ID for Scrap of Beekeeping 101. Default ID is 8538
I:beekeepingPage=8538
# Item ID for Comb. Default ID is 8520
I:comb=8520
# Item ID for Apiarist Database. Default ID is 8537
I:dictionary=8537
# Item ID for Ectoplasm. Default ID is 4001
I:ectoplasm=4001
# Item ID for Genome. Default ID is 8549
I:genome=8549
# Item ID for Empty Genome. Default ID is 8550
I:genomeEmpty=8550
# Item ID for Bee Hive. Default ID is 4000
I:hive=4000
# Item ID for Hive Frame. Default ID is 8560
I:hiveFrame=8560
# Item ID for Honey Crystal. Default ID is 8535
I:honeyCrystal=8535
# Item ID for Empty Honey Crystal. Default ID is 8536
I:honeyCrystalEmpty=8536
# Item ID for Honey Drop. Default ID is 8530
I:honeyDrop=8530
# Item ID for Industrial Frame. Default ID is 8572
I:industrialFrame=8572
# Item ID for Liquid. Default ID is 8500
I:liquid=8500
# Item ID for Liquid Container. Default ID is 8510
I:liquidContainer=8510
# Item ID for Liquid DNA. Default ID is 8543
I:liquidDNA=8543
# Item ID for Molten Cast. Default ID is 8571
I:moltenCast=8571
# Item ID for Molten Liquid. Default ID is 8570
I:moltenLiquid=8570
# Item ID for Propolis. Default ID is 8525
I:propolis=8525
# Item ID for Serum. Default ID is 8547
I:serum=8547
# Item ID for Empty Serum. Default ID is 8548
I:serumEmpty=8548
# Item ID for Template. Default ID is 8541
I:template=8541
# Item ID for Blank Template. Default ID is 8542
I:templateBlank=8542
}
####################
# world_generation
####################
world_generation {
I:hiveSpawnRate.Marble=2
I:hiveSpawnRate.Nether=2
I:hiveSpawnRate.Rock=2
I:hiveSpawnRate.Water=1
}
well now that i can find the number i changed it and it says it cant find extra bees file and asks if it loaded correctly.
is there another step after i change the item number? when i change it back it just has the item crash agian.
---- Minecraft Crash Report ----
// You're mean.
Time: 2/15/13 1:52 PM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 4001 is already occupied by [email protected] when adding [email protected]
at amq.<init>(Block.java:326)
at amq.<init>(Block.java:359)
at ang.<init>(SourceFile:14)
at binnie.extrabees.products.BlockEctoplasm.<init>(BlockEctoplasm.java:11)
at binnie.extrabees.core.ExtraBeeCore.setupBlocks(ExtraBeeCore.java:135)
at binnie.extrabees.core.ExtraBeePlugin.doInit(ExtraBeePlugin.java:57)
at forestry.core.ForestryCore.postInit(ForestryCore.java:170)
at forestry.core.ForestryClient.postInit(ForestryClient.java:57)
at forestry.Forestry.postInit(Forestry.java:54)
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:487)
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:153)
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:86)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:679)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
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.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 401500744 bytes (382 MB) / 668205056 bytes (637 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -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.26a FML v4.7.32.553 Minecraft Forge 6.6.1.524 18 mods loaded, 18 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.7]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BasicComponents [Basic Components] (BasicComponents_v1.2.5.337.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AssemblyLine [Assembly Line] (AssemblyLine_v0.2.5.75.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AtomicScience [Atomic Science] (AtomicScience_v0.3.6.144.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BlastCraft [BlastCraft] (Blastcraft_v0.6.1.29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ElectricExpansion [Electric Expansion] (ElectricExpansion_v1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry [Forestry for Minecraft] (forestry-A-2.0.0.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
BinnieCore [Binnie Core] (extrabees-1.5.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraBees [Extra Bees] (extrabees-1.5.0.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ICBM [ICBM] (ICBM_v1.0.3.133.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mekanism [Mekanism] (Mekanism-v5.2.3b2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mmmPowersuits [MachineMuse's Modular Powersuits] (ModularPowersuits-0.2.0-45.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Thaumcraft [Thaumcraft] (Thaumcraft3.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicBees [ThaumicBees] (thaumicbees-1.4.0a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
SyntaCraft [SyntaCraft] (ue-syntacraft0.3.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
LWJGL: 2.4.2
OpenGL: AMD Radeon™ HD 6520G GL version 4.1.11247 Compatibility Profile Context, ATI Technologies Inc.
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
i have notepad ++ and i open the extrabees in it and i see line 4001 but i cant change the line number,how can i fix it?i've never used notepad or tried this before so can someone help?
when i try to use notepad i cant find the line numbers,i should also say i have absolutely no idea what i'm doing
thanks but i dont know how to change it with notepad++ or how to even find it with notepad.
-
View User Profile
-
View Posts
-
Send Message
Moderatoryou need to look through the file and find the relivant line that had the block thats causing the problem and change the number on the right of it
-
View User Profile
-
View Posts
-
Send Message
Retired StaffYou should be looking for the block ID that is 4001.
The config file also doesn't have nearly that many lines. I'd guess 100 lines tops.
Make sure you are opening the config file, not trying to edit the mod itself.
Use the search feature in notepad/notepad++ and search for 4001
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThe file you need to open is here: minecraft\config\forestry\extrabees\main.conf
Open it with notepad or notepad++
It should look like this:
# Configuration file # Generated on 2/20/13 8:20 PM #################### # block #################### block { I:ectoplasm=4001 I:hive=4000 I:liquid=8500 I:liquidContainer=8510 } #################### # canquarryminehives #################### canquarryminehives { B:general=true } #################### # general #################### general { # . Default value is true B:canQuarryMineHives=true # . Default value is 2 I:marbleHiveRate=2 # . Default value is 2 I:netherHiveRate=2 # . Default value is 2 I:rockHiveRate=2 # . Default value is 1 I:waterHiveRate=1 } #################### # item #################### item { # Item ID for Advanced Template. Default ID is 8545 I:advancedTemplate=8545 # Item ID for Blank Advanced Template. Default ID is 8546 I:advancedTemplateBlank=8546 # Item ID for Scrap of Beekeeping 101. Default ID is 8538 I:beekeepingPage=8538 # Item ID for Comb. Default ID is 8520 I:comb=8520 # Item ID for Apiarist Database. Default ID is 8537 I:dictionary=8537 # Item ID for Ectoplasm. Default ID is 4001 I:ectoplasm=4001 # Item ID for Genome. Default ID is 8549 I:genome=8549 # Item ID for Empty Genome. Default ID is 8550 I:genomeEmpty=8550 # Item ID for Bee Hive. Default ID is 4000 I:hive=4000 # Item ID for Hive Frame. Default ID is 8560 I:hiveFrame=8560 # Item ID for Honey Crystal. Default ID is 8535 I:honeyCrystal=8535 # Item ID for Empty Honey Crystal. Default ID is 8536 I:honeyCrystalEmpty=8536 # Item ID for Honey Drop. Default ID is 8530 I:honeyDrop=8530 # Item ID for Industrial Frame. Default ID is 8572 I:industrialFrame=8572 # Item ID for Liquid. Default ID is 8500 I:liquid=8500 # Item ID for Liquid Container. Default ID is 8510 I:liquidContainer=8510 # Item ID for Liquid DNA. Default ID is 8543 I:liquidDNA=8543 # Item ID for Molten Cast. Default ID is 8571 I:moltenCast=8571 # Item ID for Molten Liquid. Default ID is 8570 I:moltenLiquid=8570 # Item ID for Propolis. Default ID is 8525 I:propolis=8525 # Item ID for Serum. Default ID is 8547 I:serum=8547 # Item ID for Empty Serum. Default ID is 8548 I:serumEmpty=8548 # Item ID for Template. Default ID is 8541 I:template=8541 # Item ID for Blank Template. Default ID is 8542 I:templateBlank=8542 } #################### # world_generation #################### world_generation { I:hiveSpawnRate.Marble=2 I:hiveSpawnRate.Nether=2 I:hiveSpawnRate.Rock=2 I:hiveSpawnRate.Water=1 }is there another step after i change the item number? when i change it back it just has the item crash agian.
-
View User Profile
-
View Posts
-
Send Message
Retired Staff