Jump to content

CarloSan

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CarloSan's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello everyone, I get this crash report whenever I start my server with only Ancient warfare mod. Any help would be appreciated a bunch ! cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: java.lang.Long.hashCode(J)I at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744) at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) 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) Caused by: java.lang.NoSuchMethodError: java.lang.Long.hashCode(J)I at net.shadowmage.ancientwarfare.core.inventory.ItemQuantityMap$ItemHashEntry.hashCode(ItemQuantityMap.java:298) at java.util.HashMap.hash(HashMap.java:363) at java.util.HashMap.put(HashMap.java:493) at net.shadowmage.ancientwarfare.core.inventory.ItemQuantityMap.addCount(ItemQuantityMap.java:86) at net.shadowmage.ancientwarfare.core.inventory.ItemQuantityMap.addCount(ItemQuantityMap.java:81) at net.shadowmage.ancientwarfare.core.util.InventoryTools.compactStackList3(InventoryTools.java:588) at net.shadowmage.ancientwarfare.structure.template.StructureTemplate.getResourceList(StructureTemplate.java:132) at net.shadowmage.ancientwarfare.structure.template.StructureTemplateClient.<init>(StructureTemplateClient.java:48) at net.shadowmage.ancientwarfare.structure.template.StructureTemplateManager.addTemplate(StructureTemplateManager.java:53) at net.shadowmage.ancientwarfare.structure.template.load.TemplateLoader.loadTemplatesFromZipStream(TemplateLoader.java:222) at net.shadowmage.ancientwarfare.structure.template.load.TemplateLoader.loadDefaultPack(TemplateLoader.java:240) at net.shadowmage.ancientwarfare.structure.template.load.TemplateLoader.loadTemplates(TemplateLoader.java:82) at net.shadowmage.ancientwarfare.structure.AncientWarfareStructures.postInit(AncientWarfareStructures.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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:742) ... 5 more
  2. Are there any programs that can be used to change ID values? Because I have this problem, 2 mods from my custom made modpack have the same ID values, but I don't seem to find any config file to change the ID's, so I'm stuck :(. So if you have any suggestions, I'll hihgly appreciate them :). Thank you a bunch for support, even if you can't really help me :D.
  3. So I'm having this issue with custom modpack I made for myself, but the issue is that some of the mods have the same ID values as I understood. As I see it, it's Sekwahs Naruto mod that is making the problems. But the thing is I tried to change the ID's myself, I went to the config file in .minecraft, and searched for config file of Naruto mod. But there was none of that file ... So I'm stuck here, kinda, is there any way of fixing this issue without the config file ? Maby there is somekind of program for these sorts of things ? Also I tried "AntiIDConfict" mod, but it couldn't find the issue too. Also feel free to correct me if I was wrong about something, I don't understand much in java, and error messages ... Thank you for your support, even if you can't help me Here is the error message I got: Description: Ticking memory connection java.lang.IllegalArgumentException: Duplicate id value for 26! at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64) at sekwah.mods.narutomod.common.EventServerHook.handleConstruction(EventServerHook.java:80) at cpw.mods.fml.common.eventhandler.ASMEventHandler_175_EventServerHook_handleConstruction_EntityConstructing.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraft.entity.Entity.<init>(Entity.java:179) at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119) at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:141) at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138) at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410) at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101) at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215) at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) -- Head -- Stacktrace: at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64) at sekwah.mods.narutomod.common.EventServerHook.handleConstruction(EventServerHook.java:80) at cpw.mods.fml.common.eventhandler.ASMEventHandler_175_EventServerHook_handleConstruction_EntityConstructing.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) at net.minecraft.entity.Entity.<init>(Entity.java:179) at net.minecraft.entity.EntityLivingBase.<init>(EntityLivingBase.java:119) at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:141) at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:138) at net.minecraft.server.management.ServerConfigurationManager.func_148545_a(ServerConfigurationManager.java:410) at net.minecraft.server.network.NetHandlerLoginServer.func_147326_c(NetHandlerLoginServer.java:101) at net.minecraft.server.network.NetHandlerLoginServer.func_147233_a(NetHandlerLoginServer.java:60) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:215) -- Ticking connection -- Details: Connection: net.minecraft.network.NetworkManager@13434908 Stacktrace: at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.