java.lang.IllegalArgumentException: Duplicate id value for 20!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at com.gibby.dungeon.DungeonsExtendedPlayer.<init>(DungeonsExtendedPlayer.java:40)
at com.gibby.dungeon.DungeonsExtendedPlayer.register(DungeonsExtendedPlayer.java:49)
at com.gibby.dungeon.DungeonEventHandler.onEntityConstructing(DungeonEventHandler.java:41)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_DungeonEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410)
at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101)
at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at com.gibby.dungeon.DungeonsExtendedPlayer.<init>(DungeonsExtendedPlayer.java:40)
at com.gibby.dungeon.DungeonsExtendedPlayer.register(DungeonsExtendedPlayer.java:49)
at com.gibby.dungeon.DungeonEventHandler.onEntityConstructing(DungeonEventHandler.java:41)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_DungeonEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410)
at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101)
at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Okay. The only reason I'm answering this is because you won't stop posting. I should probably mention that you're posting in the wrong section.
You have an ID conflict. A fairly common issue. Just type up something along the lines of "mod ID conflict Minecraft" into Google, and you'll likely find out what it is and how to fix it. Next time you get an issue, please consult Google - or your desired search engine - first.
---- Minecraft Crash Report ----
// You're mean.
Time: 10/2/16 1:01 PM
Description: Ticking memory connection
java.lang.IllegalArgumentException: Duplicate id value for 20!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at com.gibby.dungeon.DungeonsExtendedPlayer.<init>(DungeonsExtendedPlayer.java:40)
at com.gibby.dungeon.DungeonsExtendedPlayer.register(DungeonsExtendedPlayer.java:49)
at com.gibby.dungeon.DungeonEventHandler.onEntityConstructing(DungeonEventHandler.java:41)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_DungeonEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410)
at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101)
at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at com.gibby.dungeon.DungeonsExtendedPlayer.<init>(DungeonsExtendedPlayer.java:40)
at com.gibby.dungeon.DungeonsExtendedPlayer.register(DungeonsExtendedPlayer.java:49)
at com.gibby.dungeon.DungeonEventHandler.onEntityConstructing(DungeonEventHandler.java:41)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_413_DungeonEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410)
at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101)
at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 393684344 bytes (375 MB) / 762503168 bytes (727 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 54 mods loaded, 54 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23 (1).jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAA thebombzenapi{2.4.1} [ThebombzenAPI] (14169785082_Thebombzen-API-1.7.10.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA imsm{1.7.10} [Instant Massive Structures Mod] ([1.7.10]InstantMassiveStructuresMod2.jar)
UCHIJAAAA nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCHIJAAAA gibby_dungeons{1.3} [Arcana RPG] (Arcana-RPG-Mod-1.7.10.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAA battlefield{1.3.5} [§k|||§rBattlefield§k|||] (Battlefield.jar)
UCHIJAAAA bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11 (1).jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJAAAA Craftable_Bedrock31{3.1} [Craftable Bedrock v3.1] (Craftable_Bedrock v3.1.jar)
UCHIJAAAA cse{1.0} [Craftable Spawn Eggs] (cse-1.0.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
UCHIJAAAA rftl{1.7.10} [Rotten Flesh to Leather] (Forge SSP SMP - Rotten Flesh 1.7.2 1.7.10.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA HopperDuctMod{1.3.1} [Hopper Ducts] (Hopper-Ducts-Mod-1.7.10.jar)
UCHIJAAAA improvedHoes{1.0} [ImprovedHoes] (Improved-Hoes-Mod-1.7.10.jar)
UCHIJAAAA instahouse{8.0} [Insta House] (InstaHousev8.0.jar)
UCHIJAAAA samsinvcrafting{1.7.10-1.0.0} [Inventory Crafting] (Inventory-Crafting-Grid-Mod-1.7.10.jar)
UCHIJAAAA ironbackpacks{1.7.10-1.2.18} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.18.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA lom{1.7.10-3.2.2} [LotsOMobs] (LotsOMobs-Mod-1.7.10.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (MalisisCore-1.7.10.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA mobends{0.20.1} [Mo' Bends] (MoBends-0.20.1 for MC 1.7.10.jar)
UCHIJAAAA Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCHIJAAAA powerinventory{2.0.0} [Overpowered Inventory] (Overpowered-Inventory-Mod-1.7.10 (1).jar)
UCHIJAAAA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCHIJAAAA samsapples{1.7.10-1.1.3} [Power Apples] (PowerApples-1.7.10-1.1.3.jar)
UCHIJAAAA shinyfood{1.5} [ShinyFood] (shinyfood-1.7.10-v1.5.jar)
UCHIJAAAA stepup{v.2.0.0-mc1.7.10} [StepUp] (StepUp-Mod-1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA torchLevers{1.4.2} [Torch Levers] (TorchLevers-V1.4.2-MC1.7.10.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] (Tree-Capitator-Mod-1.7.10.jar)
UCHIJAAAA youtubers{1.7.0} [Youtubers+ Mod] (Youtubers-Mod-1.7.10.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
CoFHCore: -[1.7.10]3.1.3-327
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Okay. The only reason I'm answering this is because you won't stop posting. I should probably mention that you're posting in the wrong section.
You have an ID conflict. A fairly common issue. Just type up something along the lines of "mod ID conflict Minecraft" into Google, and you'll likely find out what it is and how to fix it. Next time you get an issue, please consult Google - or your desired search engine - first.
Thank you.