Time: 2/28/15 3:58 PM
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:177)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:483)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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:483)
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:177)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:483)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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:483)
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: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 177659896 bytes (169 MB) / 518463488 bytes (494 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: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_A4 44 mods loaded, 44 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized
malisiscore{1.7.10-0.10.3+unknown-b0.git-unknown} [Malisis Core] (malisiscore-1.7.10-0.10.3.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed->Pre-initialized
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.0} [BiblioCraft] (BiblioCraft[v1.9.0][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1057-universal.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.1.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.1.4.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.5-163} [Botania] (Botania r1.5-163.jar) Unloaded->Constructed->Pre-initialized
cslib{1.7.10-2.7.3} [Clashsoft Lib] (ClashsoftLib-1.7.10-2.7.3.jar) Unloaded->Constructed->Pre-initialized
brewingapi{1.7.10-3.0.2} [Brewing API] (BrewingAPI-1.7.10-3.0.2.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.2.7} [Carpenter's Blocks] (Carpenter's Blocks v3.2.7 - MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized
chisel{2.3.5.31} [Chisel 2] (Chisel2-2.3.5.31.jar) Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Errored
props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar) Unloaded->Constructed->Pre-initialized
flansmod{4.7.0} [Flan's Mod] (Flans Mod-1.7.10-4.7.0.jar) Unloaded->Constructed->Pre-initialized
fossil{1.7.10 Build 7.0.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.0.1.jar) Unloaded->Constructed->Pre-initialized
lycanitesmobs{1.10.11.2 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
arcticmobs{1.10.11.2 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
demonmobs{1.10.11.2 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
desertmobs{1.10.11.2 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
forestmobs{1.10.11.2 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
freshwatermobs{1.10.11.2 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
infernomobs{1.10.11.2 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
junglemobs{1.10.11.2 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
mountainmobs{1.10.11.2 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
plainsmobs{1.10.11.2 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
saltwatermobs{1.10.11.2 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
shadowmobs{1.10.11.2 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
swampmobs{1.10.11.2 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
malisisdoors{1.7.10-1.3.2} [Malisis' Doors] (malisisdoors-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.3.3} [RadixCore] (RadixCore-1.7.x-1.3.3-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.4} [Minecraft Comes Alive] (MCA-1.7.10-4.1.4-universal.jar) Unloaded->Constructed->Pre-initialized
minepainter{0.2.6} [MinePainter] (minepainter-0.2.6.jar) Unloaded->Constructed->Pre-initialized
minestrappolation{1.7.10-3.3.4} [Minestrappolation] (Minestrappolation-1.7.10-3.3.4.jar) Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f (1).jar) Unloaded->Constructed->Pre-initialized
thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3262, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 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: [faithful32pack.zip, Minestrappolation AVT.zip, BDcraft Sounds Pack.zip, Custom Sky.zip]
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)
The solution was to edit the config, and change the ID.
However, I can't edit a .cfg file. When changed to a .txt file, I can edit. But, when I start the game up, a new config file gets created and will crash me with the same report. Any solutions to fix this?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
---- Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 2/28/15 3:58 PM
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:177)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:483)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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:483)
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:177)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:483)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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:483)
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: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 177659896 bytes (169 MB) / 518463488 bytes (494 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: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_A4 44 mods loaded, 44 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized
AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized
malisiscore{1.7.10-0.10.3+unknown-b0.git-unknown} [Malisis Core] (malisiscore-1.7.10-0.10.3.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed->Pre-initialized
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.0} [BiblioCraft] (BiblioCraft[v1.9.0][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1057-universal.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.1.4} [Thaumcraft] (Thaumcraft-1.7.10-4.2.1.4.jar) Unloaded->Constructed->Pre-initialized
Botania{r1.5-163} [Botania] (Botania r1.5-163.jar) Unloaded->Constructed->Pre-initialized
cslib{1.7.10-2.7.3} [Clashsoft Lib] (ClashsoftLib-1.7.10-2.7.3.jar) Unloaded->Constructed->Pre-initialized
brewingapi{1.7.10-3.0.2} [Brewing API] (BrewingAPI-1.7.10-3.0.2.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.2.7} [Carpenter's Blocks] (Carpenter's Blocks v3.2.7 - MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized
chisel{2.3.5.31} [Chisel 2] (Chisel2-2.3.5.31.jar) Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Errored
props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar) Unloaded->Constructed->Pre-initialized
flansmod{4.7.0} [Flan's Mod] (Flans Mod-1.7.10-4.7.0.jar) Unloaded->Constructed->Pre-initialized
fossil{1.7.10 Build 7.0.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.0.1.jar) Unloaded->Constructed->Pre-initialized
lycanitesmobs{1.10.11.2 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
arcticmobs{1.10.11.2 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
demonmobs{1.10.11.2 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
desertmobs{1.10.11.2 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
forestmobs{1.10.11.2 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
freshwatermobs{1.10.11.2 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
infernomobs{1.10.11.2 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
junglemobs{1.10.11.2 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
mountainmobs{1.10.11.2 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
plainsmobs{1.10.11.2 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
saltwatermobs{1.10.11.2 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
shadowmobs{1.10.11.2 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
swampmobs{1.10.11.2 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.11.2 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
malisisdoors{1.7.10-1.3.2} [Malisis' Doors] (malisisdoors-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.3.3} [RadixCore] (RadixCore-1.7.x-1.3.3-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.4} [Minecraft Comes Alive] (MCA-1.7.10-4.1.4-universal.jar) Unloaded->Constructed->Pre-initialized
minepainter{0.2.6} [MinePainter] (minepainter-0.2.6.jar) Unloaded->Constructed->Pre-initialized
minestrappolation{1.7.10-3.3.4} [Minestrappolation] (Minestrappolation-1.7.10-3.3.4.jar) Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10f (1).jar) Unloaded->Constructed->Pre-initialized
thaumcraftneiplugin{1.7.10-1.6a} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.6a.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3262, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 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: [faithful32pack.zip, Minestrappolation AVT.zip, BDcraft Sounds Pack.zip, Custom Sky.zip]
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)
The solution was to edit the config, and change the ID.
However, I can't edit a .cfg file. When changed to a .txt file, I can edit. But, when I start the game up, a new config file gets created and will crash me with the same report. Any solutions to fix this?