I have the same problem but heres my crash report
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 213639776 bytes (203 MB) / 406548480 bytes (387 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -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.1286 Minecraft Forge 10.13.2.1286 33 mods loaded, 33 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1286} [Forge Mod Loader] (forge-1.7.10-10.13.2.1286.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1286} [Minecraft Forge] (forge-1.7.10-10.13.2.1286.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
simplecore{1.0.1} [SimpleCore API] ([1.7.10] SimpleCore API v1.0.2.jar) Unloaded->Constructed->Pre-initialized
lotr{Beta v18.0 for Minecraft 1.7.10} [The Lord of the Rings Mod] ([1.7.10] The Lord of the Rings Mod Public Beta 18.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.3} [AnimationAPI] (AnimationAPI-1.7.10.jar) Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.005} [Ars Magica 2] (AM2-1.4.0.006.jar) Unloaded->Constructed->Pre-initialized
animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar) Unloaded->Constructed->Pre-initialized
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized
FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{6.13} [bspkrsCore] (BspkrsCore-1.7.10.jar) Unloaded->Constructed->Pre-initialized
chocolateQuest{0.0} [Chocolate Quest] (chocolateQuest-1.7.10-BETA2.jar) Unloaded->Constructed->Pre-initialized
comp101{0.1.1} [Companion mod] (Companions-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1) Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Errored
jawser{1.0.0} [Decorative Videogame Systems] (Decorative-Videogame-Systems-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
MoCreatures{6.3.1} [DrZhark’s Mo’Creatures Mod] (DrZharks MoCreatures Mod v6) Unloaded->Constructed->Pre-initialized
EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (Easy-Crafting-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
instantblocks{1.5.1} [Instant Blocks] (Instant-Blocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal 4.10.09 PM.jar) Unloaded->Constructed->Pre-initialized
netherrocks{1.2.1} [Netherrocks] (Netherrocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
****{1.3} [Poop Mod] (****-1.3_1.7.10.jar) Unloaded->Constructed->Pre-initialized
examplemod{1.0} [Example Mod] (ssz-1.7.10-alpha.jar) Unloaded->Constructed->Pre-initialized
zacuke_shapeshifterz{1.7.10.1} [Shape Shifter Z] (ssz-1.7.10-alpha.jar) Unloaded->Constructed->Pre-initialized
TLSpecialArmor{1.7.2} [TeeLuk’s SpecialArmor] (TLSpecialArmor-1.7.2.jar) Unloaded->Constructed->Pre-initialized
TooMuchTNT{2.9} [TooMuchTNT] (Too-Much-TNT-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
Treecapitator{1.7.2} [Treecapitator] (Tree Capitator Mod v1.7.10.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{2.2.3} [The Twilight Forest] (Twilight-Forest-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.2.1286
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)
Players were asking me to add this mod to the server but it crashes with some sort of Enchantment ID conflict.. not sure if i should go to you or better storage
—- Minecraft Crash Report —-
// Oops.
Time: 8/29/14 2:31 PM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: Duplicate enchantment id! class thaumic.tinkerer.common.enchantment.EnchantmentPounce and class net.mcft.copy.betterstorage.item.EnchantmentBetterStorage Enchantment ID:170
at net.minecraft.enchantment.Enchantment.(Enchantment.java:53)
at thaumic.tinkerer.common.enchantment.EnchantmentMod.(EnchantmentMod.java:26)
at thaumic.tinkerer.common.enchantment.EnchantmentPounce.(EnchantmentPounce.java:8)
at thaumic.tinkerer.common.enchantment.ModEnchantments.initEnchantments(ModEnchantments.java:56)
at thaumic.tinkerer.common.core.proxy.TTCommonProxy.init(TTCommonProxy.java:80)
at thaumic.tinkerer.common.ThaumicTinkerer.init(ThaumicTinkerer.java:87)
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:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.initializeMods(Loader.java:691)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
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:
— System Details —
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 301346688 bytes (287 MB) / 772538368 bytes (736 MB) up to 16750411776 bytes (15974 MB)
JVM Flags: 26 total; -Xincgc -Xmx16G -Xms16M -XX:PermSize=512M -XX:MaxPermSize=512M -XX:NewRatio=3 -Xrs -XX:+UseThreadPriorities -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc -Xoss4M -Xss4M -XX:+UseFastAccessorMethods -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=4 -Xcheck:jni -Xverify:all -XX:+AggressiveOpts
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.25.1207 Minecraft Forge 10.13.0.1207 137 mods loaded, 136 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.25.1207} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.0.1207} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics2-Core{rv0-stable-10} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.2.7} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.3.23} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized
LanteaCraft-Core{1.0} LanteaCraft Core Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.51} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
OpenEye{0.6} OpenEye Unloaded->Constructed->Pre-initialized->Initialized
simplyjetpackscore{1.0} Simply Jetpacks Coremod Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized
TubesCore{${version}} Tubes Core Unloaded->Constructed->Pre-initialized->Initialized
VeinMiner_coremod{0.21.0_build-35} Core mod Unloaded->Constructed->Pre-initialized->Initialized
OpenModsCore{@Version@} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized
malisiscore{1.7.2-0.9.1} Malisis Core Unloaded->Constructed->Pre-initialized->Initialized
AetherCraft{1.4.5.68} AetherCraft Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.2.626-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.7.10R3.0.0B6} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized
ThermalFoundation{1.7.10R1.0.0B3} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.7} Baubles Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.1.0.300} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{6.0.17} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.1.0j} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized
Mantle{1.7.10-0.3.1.jenkins180} Mantle Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{2.1.0} Biomes O’ Plenty Unloaded->Constructed->Pre-initialized->Initialized
Forestry{3.0.0.92} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.7.10R2.8.0RC2} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{1.7.10R4.0.0B5} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
RedstoneArsenal{1.7.10R1.1.0B4} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{6.0.17} BC Energy Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{3.0.1} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized
Mekanism{7.1.0} Mekanism Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2{rv0-stable-10} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.2.7} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized
asielib{0.2.11} asielib Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.2.0.1} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
betterstorage{0.10.0.112-dev} BetterStorage Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.7.5} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.7} BiblioWoods Biomes O’Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.5} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsNatura{1.3} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.1.0%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
Botania{r1.2-109} [Botania](Botania r1.2-109.jar) Unloaded->Constructed->Pre-initialized->Initialized
eureka{@Version@} Eureka Unloaded->Constructed->Pre-initialized->Initialized
bcadditions{1.6.4} Buildcraft Additions Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.2.7 DEV R1} [Carpenter’s Blocks](Carpenter’s Blocks v3.2.7 DEV R1 — MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
chisel{1.5.6b} Chisel Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars{4.4.37.314} Compact Solar Arrays Unloaded->Constructed->Pre-initialized->Initialized
CraftHeraldry{1.1.3} [CraftHeraldry](CraftHeraldry 1.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
DraconicEvolution{0.9.32-Beta} Draconic Evolution Unloaded->Constructed->Pre-initialized->Initialized
Eln{40} Electrical Age Unloaded->Constructed->Pre-initialized->Initialized
EE3{0.2.295} Equivalent Exchange 3 Unloaded->Constructed->Pre-initialized->Initialized
exnihilo{1.36} Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.3a} Waila Unloaded->Constructed->Pre-initialized->Initialized
extracells{2.1.3} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized
factorization{1.7.10-0.8.87.1} Factorization Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{1.7.10-0.8.87.1} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized
Steamcraft{0.26.0} Flaxbeard’s Steam Power Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{3.0.1} Galacticraft Planets Unloaded->Constructed->Pre-initialized->Initialized
ganysend{1.8.0} [Gany’s End](Ganys End-1.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ganysnether{1.7.4} [Gany’s Nether](Ganys Nether-1.7.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
ganyssurface{1.9.0} [Gany’s Surface](Ganys Surface-1.9.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
GardenCore{1.2.0} Garden Core Unloaded->Constructed->Pre-initialized->Initialized
GardenContainers{1.2.1} Garden Containers Unloaded->Constructed->Pre-initialized->Initialized
GardenTrees{1.2.0} Garden Trees Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite{1.7.10-2.0.1} Graviation Suite Unloaded->Constructed->Pre-initialized->Initialized
IC2LaserFix{2.0} IC2 Laser Fix Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{1.7.10.05} Nuclear Control Unloaded->Constructed->Pre-initialized->Initialized
ihl{0.505} IHL Tools & Machines for IC2V2 Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Core{4.4.8.47} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transmission{4.4.8.47} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers{1.3.3.54} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized
LanteaCraft{1.0.0-52} LanteaCraft Unloaded->Constructed->Pre-initialized->Initialized
malisisdoors{1.7.2-1.0.2} Malisis’ Doors Unloaded->Constructed->Pre-initialized->Initialized
MekanismGenerators{7.1.0} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized
MekanismTools{7.1.0} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC2} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC2} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC2} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC2} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC2} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC2} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} MFR Compat: Pam’s Mods Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Exploration{4.4.8.47} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC2} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC2} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC2} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC2} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC2} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized
Morpheus{1.7.10-1.5.18} Morpheus Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.12.2.9} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Botany{1.12.2.9} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.12.2.9} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.12.2.9} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExNihilo{1.12.2.9} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.7.10R2.3.0RC3} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates{3.0.0.18} ObsidiPlates Unloaded->Constructed->Pre-initialized->Initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized
OpenComponents{0.2.0.15} OpenComponents Unloaded->Constructed->Pre-initialized->Initialized
PneumaticCraft{1.2.5} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transportation{4.4.8.47} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.7.10-1.6.0.build611} Tinkers’ Construct Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Compatibility{4.4.8.47} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Integration{4.4.8.47} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Expansion{4.4.8.47} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized
RedstonePasteMod{1.6.2} Redstone Paste Unloaded->Constructed->Pre-initialized->Initialized
simplyjetpacks{1.1.0} Simply Jetpacks Unloaded->Constructed->Pre-initialized->Initialized
statues{2.1.3} Statues Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.b16} Steve’s Carts 2 Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{2.5-1.7.10-157} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Errored
TMechworks{1.7.10-67.34d1d9b} Tinkers’ Mechworks Unloaded->Constructed->Pre-initialized->Initialized
Tubes{2.0.4} Tubes Unloaded->Constructed->Pre-initialized->Initialized
VeinMiner{0.21.0} Vein Miner Unloaded->Constructed->Pre-initialized->Initialized
VeinMinerModSupport{0.21.0} Mod Support Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.20.5} Witchery Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{6.0.17} BC Builders Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{6.0.17} BC Factory Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{6.0.17} BC Transport Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{6.0.17} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.1.0.300} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
aobd{2.2.3} Another One Bites The Dust Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.1.0.300} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized
asielibcore{} AsieLib CoreMod Unloaded->Disabled
Mantle Environment: Environment healthy.
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to ‘fml,forge’
Type: Dedicated Server (map_server.txt)
Для публикации сообщений создайте учётную запись или авторизуйтесь
Вы должны быть пользователем, чтобы оставить комментарий
Войти
Уже есть аккаунт? Войти в систему.
Войти
—- Minecraft Crash Report —-
// Everything’s going to plan. No, really, that was supposed to happen.
Time: 23/06/13 4:28 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:111)
at ee_man.mod3.enchantment.EnchantmentRange.<init>(EnchantmentRange.java:13)
at ee_man.mod3.Core.Init(Core.java:300)
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:494)
at sun.reflect.GeneratedMethodAccessor4.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
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.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_13, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 7629229240 bytes (7275 MB) / 8415019008 bytes (8025 MB) up to 8415019008 bytes (8025 MB)
JVM Flags: 3 total; -XX:MaxPermSize=1024m -Xms8G -Xmx8G
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.51 FML v5.2.23.737 Minecraft Forge 7.8.1.737 152 mods loaded, 152 mods active
mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Chemcraft_Core{1.3.1} [Chemcraft Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.8.7} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CoFHFramework{1.5.2.4} [CoFH Framework] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisMicroblocks{55.0.3} [Immibis’s Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_bspkrsCore{v2.04(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.04.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator{Forge 1.5.2.r01} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized
Chemcraft_Network{1.0.0} [Chemcraft Network] (Chemcraft Core 1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.5.2.4} [CoFHCore] (CoFHCore-1.5.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHWorld{1.5.2.4} [CoFHWorld] (CoFHCore-1.5.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
denLib{3.0.14} [denLib] (denLib-1.5.2-3.0.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.35} [Galacticraft Core] (Galacticraft-1.5.2-a0.1.35.294.jar) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisMicroblocksInstallCheck{55.0.3} [Immibis’s Microblocks (Check for incorrect installation)] (immibis-microblocks-55.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
TeNNoX_CustomSelectionBox{1.0} [CustomSelectionBox] ([1.5.2] CustomSelectionBox v1.0 by TeNNoX.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ArmorStatusHUD{v1.7(1.5.2)} [ArmorStatusHUD] ([1.5.2]ArmorStatusHUDv1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterStorage{0.6.1.17} [BetterStorage] ([1.5.2]BetterStorage_0.6.1.17.zip) Unloaded->Constructed->Pre-initialized->Initialized
bau5_ProjectBench{1.7.4} [Project Bench] ([1.5.2]ProjectBench-v1.7.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{3.6.0-61-g0c6ad8f} [BuildCraft] (buildcraft-1.5.2-3.6.0.61.92.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{3.6.0-61-g0c6ad8f} [BC Factory] (buildcraft-1.5.2-3.6.0.61.92.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{3.6.0-61-g0c6ad8f} [BC Transport] (buildcraft-1.5.2-3.6.0.61.92.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{3.6.0-61-g0c6ad8f} [BC Silicon] (buildcraft-1.5.2-3.6.0.61.92.jar) Unloaded->Constructed->Pre-initialized->Initialized
APUnofficial{2.3.0} [Additional Pipes] (AdditionalPipes2.3.0-BC3.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{2.4.4.0} [Thermal Expansion] (ThermalExpansion-2.4.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.115.348-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.348-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore{55.1.4} [Immibis Core] (immibis-core-55.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines{55.0.3} [Advanced Machines] (advanced-machines-55.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedPowerManagement{1.2.68-IC2-1.115} [Advanced Power Management] (AdvancedPowerManagement-1.2.68-IC2-1.115.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{3.6.0-61-g0c6ad8f} [BC Builders] (buildcraft-1.5.2-3.6.0.61.92.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{3.6.0-61-g0c6ad8f} [BC Energy] (buildcraft-1.5.2-3.6.0.61.92.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.5.1R2.6.2} [MineFactory Reloaded] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv.11.a} [Applied Energistics] (appeng-rv11-a.zip) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997s Dimension{1.0.2.3} [Aroma1997’s Dimensional World] (Aroma1997s Dimensional World v.1.0.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
ArsMagica{5.52.013} [Ars Magica] (ArsMagica_5.52.013.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{1.0.1} [iChunUtil] (iChunUtil1.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Grinder{1.0.0} [Grinder] (AttachableGrinder1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.9.11} [Backpack] (backpack-1.9.11-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BackTools{1.5.2v1} [mod_BackTools] (BackTools1.5.2v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
barrels{1.9} [The Barrels Mod] (Barrels 1.5+.jar) Unloaded->Constructed->Pre-initialized->Initialized
BCTools{1.3c} [Buildcraft Tools] (bcTools-v13c.zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{1.5.1_2.1.RC2} [Natura] (Natura_2.1.rc2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{0.5.5} [Biomes O’ Plenty] (Biomes-O-Plenty-0.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Additional-Buildcraft-Objects{1.0.4.150} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.0.4.150.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.13.4} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.2} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.2.8.1} [Forestry for Minecraft] (forestry-A-2.2.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Condensed Block{3.0.0} [Condensed Block] (CBM.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChargePads{2.7.0} [Charge Pads] (chargepads-1.5.2-universal-2.7.0.86.jar) Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars{4.2.0.50} [Compact Solar Arrays] (compactsolars-universal-1.5.2-4.2.0.50.zip) Unloaded->Constructed->Pre-initialized->Initialized
CompactWindmills{1.0.1.3} [CompactWindmills] (CompactWindmills+v.1.0.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized
DenPipes-Forestry{1.0.2} [DenPipes-Forestry] (DenPipes-Forestry-1.5.2-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DenPipes{2.0.6} [DenPipes] (DenPipes-1.5.2-2.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
DiamondMeter{2.2.2} [Diamond Meter] (DiamondMeter 2.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
DimensionalAnchors{55.0.1} [Dimensional Anchors] (dimensional-anchor-55.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
DNS_Updater{4.03} [DNS Updater] (DNSUpdater-4.06.jar) Unloaded->Constructed->Pre-initialized->Initialized
EasyCrafting{1.1.6} [Easy Crafting] (EasyCrafting-1.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
EE3{pre1h (build 16)} [Equivalent Exchange 3] (ee3-universal-pre1h-16.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{7.2.1.0} [Railcraft] (Railcraft_1.5.2-7.2.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ElectricRails{0.01} [ElectricRails] (electricrails_0.01.jar) Unloaded->Constructed->Pre-initialized->Errored
EnderStorage{1.4.2.12} [EnderStorage] (EnderStorage 1.4.2.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore{1.6-pre15} [Binnie Core] (extra-bees-1.6-pre15.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees{1.6-pre15} [Extra Bees] (extra-bees-1.6-pre15.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
GateCopy{3.0.2} [GateCopy] (GateCopy-1.5.2-3.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{1.5.1} [GraviGun] (GravityGun1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregsLighting{1.5.1R1.8.1} [Greg’s Lighting] (GregsLighting-1.8.1-7.jar) Unloaded->Constructed->Pre-initialized->Initialized
Hats{1.3.3} [Hats] (Hats1.3.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
HatStand{1.2.1} [HatStand] (HatStand1.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2BackpackHUD{2.82} [IC2 Backpack HUD] (IC2 Backpack HUD — v2.82 — MC 1.5+ — IC2 1.115.301+.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{1.5.1c} [Nuclear Control] (IC2NuclearControl-1.5.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisPeripherals{55.0.2} [Immibis’s Peripherals] (immibis-peripherals-55.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfiniTubes{55.0.6} [InfiniTubes] (infinitubes-55.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.2.8.433} [Iron Chest] (ironchest-universal-1.5.2-5.2.8.433.zip) Unloaded->Constructed->Pre-initialized->Initialized
LiquidXP{55.1.3} [Liquid XP] (liquid-xp-55.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
LogisticsPipes|Main{0.7.3.dev.541} [Logistics Pipes] (LogisticsPipes-MC1.5.2-0.7.3.dev.541.jar) Unloaded->Constructed->Pre-initialized->Initialized
LotsOfFood{1.5.2} [Lots of Food] (Lots of Food 1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
minechem{@[email protected]} [MineChem] (MineChem_v3.0.0.228.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.2} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.5.1R2.6.2} [MFR Compat: Atum] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.5.1R2.6.2} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.2} [MFR Compat: Biomes O’ Plenty] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.5.1R2.6.2} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.2} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.5.1R2.6.2} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.5.1R2.6.2} [MFR Compat: IC2] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.2} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.4.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.4.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.2} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.5.1R2.6.2} [MFR Compat: Pam’s Mods] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.5.1R2.6.2} [MFR Compat: RP2] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
SoulShards{1.0.16} [Soul Shards] (SoulShards-1.0.36-universal-srg.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.2} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.2} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MFReloaded|CompatThaumcraft{1.5.1R2.6.2} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.2} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.2} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.5.1R2.6.2} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.2} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.2-924.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_Minions{1.6.6} [Minions] (Minions_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel{3.3.7} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_7.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite{1.9.2} [Gravitation Suite] (mod_zGraviSuite_1_9_2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModularForceFieldSystem{2.3.0.1.15} [Modular ForceField System V2] (ModularForcefieldSystem-2.3.0.1.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
mmmPowersuits{0.7.0-537} [MachineMuse’s Modular Powersuits] (ModularPowersuits-0.7.0-537.jar) Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.4.2} [More Swords Mod] (More Swords Mod 2.4.4 For 1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_morestorage{v2.0.1} [MoreStorage] (MoreStorage.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowersuitAddons{0.2.3-153} [Andrew2448’s Modular Powersuits Addon] (MPSA-0.2.3-153_MPS-531+.jar) Unloaded->Constructed->Pre-initialized->Initialized
Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_2.1.rc2.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.7.2.r21} [NEI Addons] (neiaddons-1.5.2-1.7.2.r21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|AE{1.7.2.r21} [NEI Addons: Applied Energistics] (neiaddons-1.5.2-1.7.2.r21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.7.2.r21} [NEI Addons: Crafting Tables] (neiaddons-1.5.2-1.7.2.r21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExtraBees{1.7.2.r21} [NEI Addons: Extra Bees] (neiaddons-1.5.2-1.7.2.r21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.7.2.r21} [NEI Addons: Forestry] (neiaddons-1.5.2-1.7.2.r21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|MiscPeripherals{1.7.2.r21} [NEI Addons: Misc Peripherals] (neiaddons-1.5.2-1.7.2.r21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins{1.0.9.3} [NEI Plugins] (NEIPlugins-1.0.9.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.5.1R2.1.4} [Nether Ores] (NetherOres-2.1.4-71.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetworkAnchor{0.09} [NetworkAnchor] (networkanchor_0.09.jar) Unloaded->Constructed->Pre-initialized->Initialized
OCS{1.5.2.0} [OpenCCSensors] (OpenCCSensors-1.5.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ee_man-mod3{1.0.0.4c} [Panicle Craft] (Panicle_Craft-v1.0.0.4c.zip) Unloaded->Constructed->Pre-initialized->Errored
PlasmaCraft{0.3.4} [PlasmaCraft] (Plasmacraft-0.3.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
PluginsforForestry{3.0.17} [PluginsforForestry] (PluginsforForestry-1.5.2-3.0.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{1.5.2} [PortalGun] (PortalGun1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters{1.5.1R2.3.0} [Power Converters] (PowerConverters-2.3.0-54.jar) Unloaded->Constructed->Pre-initialized->Initialized
QuantumPack{1.09} [QuantumPack] (quantumpack_1.09.jar) Unloaded->Constructed->Pre-initialized->Initialized
Refined BioFuel{1.2.0} [Refined BioFuel] (Refined Biofuel 1.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
SAP_Man{1.4.2} [SanAndreasPs Managers] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
TStormFix{1.0} [Thunderstorm Fix] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
secretroomsmod{4.6.0} [SecretRoomsMod] (SecretRoomsMod-universal-4.6.0.283.zip) Unloaded->Constructed->Pre-initialized->Initialized
colossali_Super_Heroes{1.5} [Super Heroes Mod] (SHIM_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
colossali_SpiderMan{1.5.2} [Spider Man] (SpiderMan_v2_152_devbuild5.zip) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.a120} [Steve’s Carts] (StevesCarts2.0.0.a120.zip) Unloaded->Constructed->Pre-initialized->Initialized
colossali_SuperVillains{1.5} [Super Villain Mod] (SVIM_0.2b_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.5.1_1.3.4.4} [Tinkers’ Construct] (TConstruct_1.3.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.3.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.0.2} [Translocator] (Translocator 1.1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff{55.0.2} [Tubestuff] (tubestuff-55.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
TurretMod3{3.0.1} [Turret Mod v3] (TurretMod_v3.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.0.8} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.2.0} [Waila] (Waila_1.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
WirelessRedstoneCore{1.7} [Wireless Redstone] (WirelessRedstone-Universal-v1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
WirelessRemote{2.1} [Wireless Redstone — Wireless Remote] (WirelessRedstone-Remote-v2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ZanMinimap{0.9.4} [mod_ZanMinimap] (ZansMinimap1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoreBackpacks{2.1.1} [More Backpacks] (More Backpacks 2.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
NEI-Mystcraft-Plugin{1.04.02.03} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.04.02.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
OmniTools{3.1.5.0} [OmniTools] (OmniTools-3.1.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: GeForce GTX 670/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to ‘fml,forge’
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Go to feedthebeast
I’m having issues with enchantment conflicts.
I’m having issues with Thaumic exploration and WitchingGadgets for quiet a while. Whenever I try to run the mods together, it comes up with an immediate crash report, stating that the enchantment ID is conflicting. In this case, the duplicate enchantment ID of backstab with binding, which is ID number 77. I went on to the Minecraft forum and found similar people last year had in experiencing similar problems. It told me to go into the config of the mod which I would assume you do in game, but I was unable to access the config files of either mods. Do I have to do this in WinRAR, or is there a way to find the ID and change it so I’m allowed to run these two mods together? I’ve been attempting to resolve the issue for 20 minutes now. If anyone could help me, it would be greatly appreciated. I love these mods, but I will direly need them to run together. EDIT: Here’s the crash report. —- Minecraft Crash Report —- // This doesn’t make any sense!
Time: 24/09/16 11:52 Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class witchinggadgets.common.magic.WGEnchantBackstab and class flaxbeard.thaumicexploration.enchantment.EnchantmentBinding Enchantment ID:77 at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53) at witchinggadgets.common.magic.WGEnchantBackstab.<init>(WGEnchantBackstab.java:12) at witchinggadgets.common.WGContent.init(WGContent.java:197) at witchinggadgets.WitchingGadgets.init(WitchingGadgets.java:93) 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:532) 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: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: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:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) 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: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 witchinggadgets.common.magic.WGEnchantBackstab.<init>(WGEnchantBackstab.java:12) at witchinggadgets.common.WGContent.init(WGContent.java:197) at witchinggadgets.WitchingGadgets.init(WitchingGadgets.java:93) 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:532) 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: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: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:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
— 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: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 7 (amd64) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 126972488 bytes (121 MB) / 383787008 bytes (366 MB) up to 1031143424 bytes (983 MB) Mod Pack: Unknown / None LiteLoader Mods: 1 loaded mod(s)
-
MAtmos version r28 for 1.7.10 LaunchWrapper: 36 active transformer(s)
-
Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
-
Transformer: optifine.OptiFineClassTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
-
Transformer: net.minecraftforge.classloading.FluidIdTransformer
-
Transformer: codechicken.lib.asm.ClassHeirachyManager
-
Transformer: codechicken.core.asm.InterfaceDependancyTransformer
-
Transformer: codechicken.core.asm.TweakTransformer
-
Transformer: codechicken.core.asm.DelegatedTransformer
-
Transformer: codechicken.core.asm.DefaultImplementationTransformer
-
Transformer: fastcraft.asm.FastCraftTransformer
-
Transformer: codechicken.nei.asm.NEITransformer
-
Transformer: thaumic.tinkerer.preloader.AccessTransformer
-
Transformer: witchinggadgets.asm.WGCoreTransformer
-
Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
-
Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
-
Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
-
Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
-
Transformer: codechicken.core.asm.CodeChickenAccessTransformer
-
Transformer: net.malisis.core.asm.MalisisCoreAccessTransformer
-
Transformer: thaumic.tinkerer.preloader.AccessTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
-
Transformer: net.malisis.core.asm.MalisisCoreTransformer
-
Transformer: net.malisis.core.util.chunkblock.ChunkBlockTransformer
-
Transformer: net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
-
Transformer: farseek.core.FarseekClassTransformer
-
Transformer: streams.core.StreamsClassTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
-
Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
-
Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
-
Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
-
Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmx1000M 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.1614 Optifine OptiFine_1.7.10_HD_U_C1 33 mods loaded, 33 mods active States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar) UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCHI WitchingGadgetsCore{1.1.9} [Witching Gadgets Core] (minecraft.jar) UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHI Automagy{0.26.2} [Automagy] (Automagy-1.7.10-0.26.2.jar) UCHI BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar) UCHI CarpentersBlocks{3.3.7} [Carpenter’s Blocks] (Carpenter’s Blocks v3.3.7 — MC 1.7.10.jar) UCHI ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHI chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar) UCHI props{1.12} [Decocraft] (Decocraft-v1.12b_1.7.10.jar) UCHI farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar) UCHI FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) UCHI ForbiddenMagic{1.7.10-0.562} [Forbidden Magic] (Forbidden Magic-1.7.10-0.562.jar) UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHI ImmersiveEngineering{0.6.0} [Immersive Engineering] (ImmersiveEngineering-0.6.0.jar) UCHI malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar) UCHI malisisdoors{1.7.10-1.9.5} [Malisis’ Doors] (malisisdoors-1.7.10-1.9.5.jar) UCHI ReiMinimap{1.7.10} [Rei’s Minimap] (Reis-Minimap-Mod-1.7.10.jar) UCHI RTG{0.7.0} [Realistic Terrain Generation] (RTG-1.7.10-0.7.0.jar) UCHI streams{0.2} [Streams] (Streams-0.2.jar) UCHI TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar) UCHI ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar) UCHI ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar) UCHI TravellersGear{1.16.6} [Traveller’s Gear] (TravellersGear-1.7.10-1.16.6.jar) UCHE WitchingGadgets{1.1.9} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.9.jar) UCHI bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) GL info: ‘ Vendor: ‘Intel’ Version: ‘3.1.0 — Build 8.15.10.2476’ Renderer: ‘Intel(R) HD Graphics Family’ Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10 LWJGL: 2.9.1 OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 — Build 8.15.10.2476, 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: [Faithful_4] 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)
