Hi everyone! Unfortunately, my minecraft keeps crashing when I try to use Ars Magica. Does anyone know what I am doing wrong?
Here is my crash report:
---- Minecraft Crash Report ----
// You're mean.
Time: 20/01/16 8:32 AM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class noppes.npcs.enchants.EnchantDamage and class am2.enchantments.EnchantMagicResist Enchantment ID:100
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at noppes.npcs.enchants.EnchantInterface.<init>(EnchantInterface.java:23)
at noppes.npcs.enchants.EnchantDamage.<init>(EnchantDamage.java:9)
at noppes.npcs.enchants.EnchantInterface.load(EnchantInterface.java:41)
at noppes.npcs.CustomNpcs.load(CustomNpcs.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at noppes.npcs.enchants.EnchantInterface.<init>(EnchantInterface.java:23)
at noppes.npcs.enchants.EnchantDamage.<init>(EnchantDamage.java:9)
at noppes.npcs.enchants.EnchantInterface.load(EnchantInterface.java:41)
at noppes.npcs.CustomNpcs.load(CustomNpcs.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.1
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 497567216 bytes (474 MB) / 1144983552 bytes (1091 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 5 total; -Xmx2G -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: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 58 mods loaded, 58 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (Not Enough Items.jar)
UCH OpenComputers|Core{1.5.20.38} [OpenComputers (Core)] (minecraft.jar)
UCH VeinMiner_coremod{0.21.2_build-43} [Core mod] (minecraft.jar)
UCH OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (Applied Energistics 2.jar)
UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft.jar)
UCH BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks.jar)
UCH ComputerCraft{1.74} [ComputerCraft] (ComputerCraft.jar)
UCE customnpcs{1.7.10} [CustomNpcs] (CustomNPCs.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage Indicators.jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (DecoCraft.jar)
UCH props{2.2.1} [Decocraft] (DecoCraft.jar)
UCH DraconicEvolution{1.0.2-snapshot_8} [Draconic Evolution] (Draconic Evolution.jar)
UCH DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
UCH SlimevoidLib{2.0.4.7} [Slimevoid Library] (Slimevoid Library.jar)
UCH DynamicTransport{0.1.2.0} [Dynamic Transport] (Dynamic Transport.jar)
UCH Emotes{1.0} [Emotes] (Emotes.jar)
UCH endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore.jar)
UCH Waila{1.5.10} [Waila] (Waila.jar)
UCH EnderIO{1.7.10-2.3.0.421_beta} [Ender IO] (Ender IO.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (Extra Utilities.jar)
UCH fantastic{1.0.0} [Fantastic Fish] (Fantastic Fish Mod.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (Galacticraft Core.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft Planets.jar)
UCH iChunUtil{4.0.0} [iChunUtil] (iChunUtil.jar)
UCH Hats{4.0.1} [Hats] (Hats.jar)
UCH LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore.jar)
UCH InGameInfoXML{2.8.1.82} [InGame Info XML] (InGameInfoXML.jar)
UCH IronChest{6.0.60.741} [Iron Chest] (Iron Chests.jar)
UCH JABBA{1.1.4} [JABBA] (Jabba.jar)
UCH kitchen{1.2.2} [The Kitchen Mod] (Kitchen.jar)
UCH lucky{5.1.0} [Lucky Block] (Lucky Block.jar)
UCH malisiscore{1.7.10-0.12.10} [MalisisCore] (MalisisCore.jar)
UCH malisisdoors{1.7.10-1.10.1} [Malisis' Doors] (Malisis Doors.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle.jar)
UCH MedicineCraft{V4.0} [MedicineCraft] (MedicineCraft.jar)
UCH Morph{0.9.2} [Morph] (Morph.jar)
UCH cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfish Furniture Mod.jar)
UCH OpenMods{0.8} [OpenMods] (OpenModsLib.jar)
UCH OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks.jar)
UCH OpenComputers{1.5.20.38} [OpenComputers] (OpenComputers.jar)
UCH secretroomsmod{@[email protected]} [The SecretRoomsMod] (Secret Rooms.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (Tinkers Construct.jar)
UCH transformers{${version}} [Transformers Mod] (Transformers.jar)
UCH VeinMiner{0.21.2} [Vein Miner] (VeinMiner.jar)
UCH VeinMinerModSupport{0.21.2} [Mod Support] (VeinMiner.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (WorldEdit.jar)
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.0.86' Renderer: 'Intel Iris OpenGL Engine'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: ARB, pool: internal, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-10.0.86, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
java.lang.IllegalArgumentException: Duplicate enchantment id! class noppes.npcs.enchants.EnchantDamage and class am2.enchantments.EnchantMagicResist Enchantment ID:100
That message is telling you exactly what is wrong. Either edit the mentioned ID in the config files of one of those mods (If the mod authors were generous enough to allow that) until it stops crashing, or get rid of either customnpcs or Ars magica.
Hi everyone! Unfortunately, my minecraft keeps crashing when I try to use Ars Magica. Does anyone know what I am doing wrong?
Here is my crash report:
---- Minecraft Crash Report ----
// You're mean.
Time: 20/01/16 8:32 AM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class noppes.npcs.enchants.EnchantDamage and class am2.enchantments.EnchantMagicResist Enchantment ID:100
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at noppes.npcs.enchants.EnchantInterface.<init>(EnchantInterface.java:23)
at noppes.npcs.enchants.EnchantDamage.<init>(EnchantDamage.java:9)
at noppes.npcs.enchants.EnchantInterface.load(EnchantInterface.java:41)
at noppes.npcs.CustomNpcs.load(CustomNpcs.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at noppes.npcs.enchants.EnchantInterface.<init>(EnchantInterface.java:23)
at noppes.npcs.enchants.EnchantDamage.<init>(EnchantDamage.java:9)
at noppes.npcs.enchants.EnchantInterface.load(EnchantInterface.java:41)
at noppes.npcs.CustomNpcs.load(CustomNpcs.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.1
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 497567216 bytes (474 MB) / 1144983552 bytes (1091 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 5 total; -Xmx2G -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: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 58 mods loaded, 58 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.118} [Not Enough Items] (Not Enough Items.jar)
UCH OpenComputers|Core{1.5.20.38} [OpenComputers (Core)] (minecraft.jar)
UCH VeinMiner_coremod{0.21.2_build-43} [Core mod] (minecraft.jar)
UCH OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (Applied Energistics 2.jar)
UCH BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft.jar)
UCH BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks.jar)
UCH ComputerCraft{1.74} [ComputerCraft] (ComputerCraft.jar)
UCE customnpcs{1.7.10} [CustomNpcs] (CustomNPCs.jar)
UCH DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage Indicators.jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (DecoCraft.jar)
UCH props{2.2.1} [Decocraft] (DecoCraft.jar)
UCH DraconicEvolution{1.0.2-snapshot_8} [Draconic Evolution] (Draconic Evolution.jar)
UCH DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
UCH SlimevoidLib{2.0.4.7} [Slimevoid Library] (Slimevoid Library.jar)
UCH DynamicTransport{0.1.2.0} [Dynamic Transport] (Dynamic Transport.jar)
UCH Emotes{1.0} [Emotes] (Emotes.jar)
UCH endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore.jar)
UCH Waila{1.5.10} [Waila] (Waila.jar)
UCH EnderIO{1.7.10-2.3.0.421_beta} [Ender IO] (Ender IO.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (Extra Utilities.jar)
UCH fantastic{1.0.0} [Fantastic Fish] (Fantastic Fish Mod.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (Galacticraft Core.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft Planets.jar)
UCH iChunUtil{4.0.0} [iChunUtil] (iChunUtil.jar)
UCH Hats{4.0.1} [Hats] (Hats.jar)
UCH LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore.jar)
UCH InGameInfoXML{2.8.1.82} [InGame Info XML] (InGameInfoXML.jar)
UCH IronChest{6.0.60.741} [Iron Chest] (Iron Chests.jar)
UCH JABBA{1.1.4} [JABBA] (Jabba.jar)
UCH kitchen{1.2.2} [The Kitchen Mod] (Kitchen.jar)
UCH lucky{5.1.0} [Lucky Block] (Lucky Block.jar)
UCH malisiscore{1.7.10-0.12.10} [MalisisCore] (MalisisCore.jar)
UCH malisisdoors{1.7.10-1.10.1} [Malisis' Doors] (Malisis Doors.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle.jar)
UCH MedicineCraft{V4.0} [MedicineCraft] (MedicineCraft.jar)
UCH Morph{0.9.2} [Morph] (Morph.jar)
UCH cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfish Furniture Mod.jar)
UCH OpenMods{0.8} [OpenMods] (OpenModsLib.jar)
UCH OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks.jar)
UCH OpenComputers{1.5.20.38} [OpenComputers] (OpenComputers.jar)
UCH secretroomsmod{@[email protected]} [The SecretRoomsMod] (Secret Rooms.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (Tinkers Construct.jar)
UCH transformers{${version}} [Transformers Mod] (Transformers.jar)
UCH VeinMiner{0.21.2} [Vein Miner] (VeinMiner.jar)
UCH VeinMinerModSupport{0.21.2} [Mod Support] (VeinMiner.jar)
UCH worldedit{6.0-beta-01} [WorldEdit] (WorldEdit.jar)
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.0.86' Renderer: 'Intel Iris OpenGL Engine'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: ARB, pool: internal, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: Intel Iris OpenGL Engine GL version 2.1 INTEL-10.0.86, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
That message is telling you exactly what is wrong. Either edit the mentioned ID in the config files of one of those mods (If the mod authors were generous enough to allow that) until it stops crashing, or get rid of either customnpcs or Ars magica.
Ok... thanks!