so I'm trying to play on my modded minecraft, and it came up to a duplicate id value, I know one of the conflicting mods is AoA, but I don't know what the other one is, here is the crash log
java.lang.IllegalArgumentException: Duplicate id value for 27!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.<init>(EntityPropertyDriveForm.java:35)
at wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.register(EntityPropertyDriveForm.java:95)
at wehavecookies56.kk.core.event.EntityConstructEvent.onEntityConstructing(EntityConstructEvent.java:26)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_494_EntityConstructEvent_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:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at jp.mc.ancientred.starminer.core.entity.EntityLivingGravitized.<init>(EntityLivingGravitized.java:49)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at thebetweenlands.forgeevent.BLForgeHooks.createPlayerForUser(BLForgeHooks.java:60)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java)
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:427)
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 wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.<init>(EntityPropertyDriveForm.java:35)
at wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.register(EntityPropertyDriveForm.java:95)
at wehavecookies56.kk.core.event.EntityConstructEvent.onEntityConstructing(EntityConstructEvent.java:26)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_494_EntityConstructEvent_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:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at jp.mc.ancientred.starminer.core.entity.EntityLivingGravitized.<init>(EntityLivingGravitized.java:49)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at thebetweenlands.forgeevent.BLForgeHooks.createPlayerForUser(BLForgeHooks.java:60)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java)
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)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
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:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Entity conflict. One of your mods bypasses Forge's entity registration system. Which is a rather sloppy programming error for readily apparent reasons.
50% chance it's Kingdom Keys.
ok, I'm gonna try altering the kingdom keys IDs instead of deleting it because I don't wanna get rid of any Kingdom Hearts mods I have
Problem with entity conflicts is .. you're not supposed to get them in the first place.
Entity IDs have been automatically assigned by Forge for years, since Minecraft 1.4.x days.
But some 1.7.x devs suddenly decided to bypass Forge and assign ENtity IDs on their own. Which causes all sorts of issues like often trying to guess which mod caused it the first place. Or trial/error ID juggling, provided the culprit mod even allows changing those IDs in the configs.
neither the Kingdom Keys or Little Blocks mods let me change the IDs, so I just got rid of em
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
so I'm trying to play on my modded minecraft, and it came up to a duplicate id value, I know one of the conflicting mods is AoA, but I don't know what the other one is, here is the crash log
---- Minecraft Crash Report ----
// You're mean.
Time: 4/11/16 4:39 PM
Description: Ticking memory connection
java.lang.IllegalArgumentException: Duplicate id value for 27!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.<init>(EntityPropertyDriveForm.java:35)
at wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.register(EntityPropertyDriveForm.java:95)
at wehavecookies56.kk.core.event.EntityConstructEvent.onEntityConstructing(EntityConstructEvent.java:26)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_494_EntityConstructEvent_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:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at jp.mc.ancientred.starminer.core.entity.EntityLivingGravitized.<init>(EntityLivingGravitized.java:49)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at thebetweenlands.forgeevent.BLForgeHooks.createPlayerForUser(BLForgeHooks.java:60)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java)
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:427)
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 wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.<init>(EntityPropertyDriveForm.java:35)
at wehavecookies56.kk.core.extendedproperties.EntityPropertyDriveForm.register(EntityPropertyDriveForm.java:95)
at wehavecookies56.kk.core.event.EntityConstructEvent.onEntityConstructing(EntityConstructEvent.java:26)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_494_EntityConstructEvent_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:138)
at net.minecraft.entity.Entity.<init>(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119)
at jp.mc.ancientred.starminer.core.entity.EntityLivingGravitized.<init>(EntityLivingGravitized.java:49)
at net.minecraft.entity.player.EntityPlayer.<init>(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138)
at thebetweenlands.forgeevent.BLForgeHooks.createPlayerForUser(BLForgeHooks.java:60)
at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java)
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)
-- Ticking connection --
Details:
Connection: [email protected]
Stacktrace:
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:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 431442368 bytes (411 MB) / 1060372480 bytes (1011 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: 46, tcache: 0, allocated: 15, tallocated: 98
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 84 mods loaded, 84 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.1481-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.5} [ItemPhysic] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar)
UCHIJAAAA RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
UCHIJAAAA modJ_StarMinerCore{0.9.9} [StarMinerCore] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (Gilded-Games-Util-1.7.10.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAA zeldaswordskills{1.7.10-2.4} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.4.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA MobAmputation{4.0.0} [MobAmputation] (14172364749_Mob-Amputation-Mod-1.7.10.jar)
UCHIJAAAA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCHIJAAAA FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA aether{Alpha 1.7.10-1.2} [Aether II] (Aether-2-1.7.10.jar)
UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)
UCHIJAAAA nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar)
UCHIJAAAA BedCraftAndBeyond{${version}} [BedCraft and Beyond] (Bed-Craft-and-Beyond-Mod-1.7.10.jar)
UCHIJAAAA hud{1.1b} [Better HUD] (Better HUD by NukeDuck [1.7.10][1.1b].zip)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJAAAA CakeIsALie{4.04} [CakeIsALie] (CakeIsALie-1.7.10-4.04.jar)
UCHIJAAAA clayworldgen{v1.0.1} [ClayWorldGen] (Clay-WorldGen-Mod-1.7.10.jar)
UCHIJAAAA craftnstar{0.2.1} [Craftable Nether Star +] (Craftable-Nether-Star-Mod-1.7.10.jar)
UCHIJAAAA craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCHIJAAAA creativecore{1.3.14} [CreativeCore] (CreativeCore-1.7.10.jar)
UCHIJAAAA cubeworld{3.2AF} [Cube World] (CubeWorldV3.1BF (Minecraft V1.7.10).zip)
UCHIJAAAA custom_sword{1.7.2} [Custom Sword By Kelco_K22] (Custom-Sword-Mod-1.7.10.jar)
UCHIJAAAA CustomChestLoot{2.0.1} [Custom Chest Loot] (CustomChestLoot-1.7.10-2.0.1.jar)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA deconstruction{2.2.5} [The Deconstruction Mod] (Deconstruction-Table-Mod-1.7.10.jar)
UCHIJAAAA decorativemarble{Beta 1.1710.2} [Decorative Marble] (Decorative-Marble-Mod-1.7.10.jar)
UCHIJAAAA decorativechimney{Beta 1.1710.2} [Decorative Chimney] (Decorative-Chimneys-Mod-1.7.10.jar)
UCHIJAAAA doorsoplenty{0.1} [Doors O' Plenty] (Doors-O-Plenty-Mod-1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (Dynamic-Transport-Mod-1.7.10.jar)
UCHIJAAAA elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA enhancedbiomes{2.4.1 for MC 1.7.10} [Enhanced Biomes] (Enhanced Biomes 2.5 for MC 1.7.10.jar)
UCHIJAAAA explosives_pp{1.7b} [§6Explosives§4++] (ExplosivesPP-1.7.10-1.7b.jar)
UCHIJAAAA fusionutil{0.1} [FusionUtil] (FusionUtil-1.7.10.jar)
UCHIJAAAA FWG{1.0.3} [Fun World Gen] (FWG-1.0.3.jar)
UCHIJAAAA instahouse{8.0} [Insta House] (InstaHousev8.0.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
UCHIJAAAA kk{0.7.0.1.7.10} [Kingdom Keys] (Kingdom Keys-0.7.0.jar)
UCHIJAAAA lasermod{v1.2.0a} [Laser Mod] (LaserMod-1.7.10-v1.2.0a-universal.jar)
UCHIJAAAA LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
UCHIJAAAA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA KM{1.7.10_A} [Kasslim's mazes] (Mazes-mod-by-kasslim-1.7.10.zip)
UCHIJAAAA MCEF{0.6} [Minecraft Chromium Embedded Framework] (MCEF-1.7.10-0.7.jar)
UCHIJAAAA mineTunes{1.1-5} [mineTunes] (MineTunes-Mod-1.7.10.jar)
UCHIJAAAA movillages{1.2.1} [Mo' Villages] (Mo-Villages-Mod-1.7.10-by-Pigs_FTW.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.7.10.jar)
UCHIJAAAA multidimensionalores{a1} [Multidimensional Ores] (Multidimensional-Ores-Mod-1.7.10.jar)
UCHIJAAAA Oceancraft{1.4} [Oceancraft] (OceanCraft-Mod-1.7.10.jar)
UCHIJAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCHIJAAAA Photoreal{4.0.0} [Photoreal] (Photoreal-4.0.0.jar)
UCHIJAAAA gunpowder{1.1} [Placeable Gunpowder] (Placeable-Gunpowder-Mod-1.7.10.jar)
UCHIJAAAA portalblocks{0.0.0} [portalblocks] (Portal Blocks v1.0_1.7.10.jar)
UCHIJAAAA PortalGun{4.0.0-beta-5} [PortalGun] (Portal-Gun-Mod-1.7.10.jar)
UCHIJAAAA potioncore{@[email protected]} [Potion Core] (Potion-Core-1.7.10.jar)
UCHIJAAAA RainbowWorld{1.0.0} [RainbowWorld] (Rainbow World (1.7.x).jar)
UCHIJAAAA secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCHIJAAAA shadowworld{1.3.3} [Shadow World] (shadowworld-1.3.3.jar)
UCHIJAAAA cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAAA cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
UCHIJAAAA modJ_StarMiner{0.9.9} [Starminer Mod] (Starminer1710-0.9.9.jar)
UCHIJAAAA saoui{1.5a} [Sword Art Online UI] (Sword-Art-Online-UI-Mod-1.7.10.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-Mod-1.7.10.jar)
UCHIJAAAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCHIJAAAA TallDoors{0.5.1} [Tall Doors Mod] (Tall-Doors-Mod-1.7.10.jar)
UCHIJAAAA thebetweenlands{1.0.0-alpha} [The Betweenlands] (TheBetweenlands-1.0.0-alpha-universal.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)
UCHIJAAAA WebDisplay{0.11} [Web Displays] (WebDisplays-0.11.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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'
ok, I'm gonna try altering the kingdom keys IDs instead of deleting it because I don't wanna get rid of any Kingdom Hearts mods I have
ok, I had to get rid of both Kingdom Keys and the Little Blocks mod but it worked!
neither the Kingdom Keys or Little Blocks mods let me change the IDs, so I just got rid of em