buttilda / Gany-s-End

Gany's End

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ive got a server startup crash from cauldron dont have time for pastebin or github

Nick-77ab2 opened this issue · comments

commented

---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 9/7/14 2:34 PM
Description: Exception in server tick loop

java.lang.IllegalArgumentException: Duplicate enchantment id! class ganymedes01.ganysend.enchantment.ImperviousnessEnchantment and class com.bluepowermod.enchantments.EnchantmentVorpal Enchantment ID:100
at net.minecraft.enchantment.Enchantment.(Enchantment.java:53)
at ganymedes01.ganysend.enchantment.ImperviousnessEnchantment.(ImperviousnessEnchantment.java:20)
at ganymedes01.ganysend.enchantment.ModEnchants.init(ModEnchants.java:17)
at ganymedes01.ganysend.GanysEnd.preInit(GanysEnd.java:80)
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.GeneratedMethodAccessor3.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.preinitializeMods(Loader.java:513)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
at java.lang.Thread.run(Unknown Source)

If only you had time to read the first line of the crash report: java.lang.IllegalArgumentException: Duplicate enchantment id! class

Duplicated enchant ID... change the enchant id in the config file to one that isn't already taken. Done :)

commented

oh i did have time but i didnt know how to do that thnx