Jump to content

Asphyxia

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Asphyxia

  1. Never Mind, I fixed the problem, using post 13 in this thread http://forums.technicpack.net/threads/3-1-3-reported-issues-and-possible-fixes.30863/ Thank youuuuu
  2. Hi Guys, I've twice tried to use a rotary macerator in my server. when I do this, the server errors and crashes. This time, It won't startup to let me in! Help! 22:30:13 [sEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: i c2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean) 22:30:13 [sEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(Network Helper.java:62) 22:30:13 [sEVERE] at ic2.advancedmachines.TileEntityAdvancedMachine.q_(Til eEntityAdvancedMachine.java:130) 22:30:13 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:11 89) 22:30:13 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServe r.java:559) 22:30:13 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:457) 22:30:13 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 22:30:13 [sEVERE] Caused by: java.lang.NoSuchMethodException: ic2.platform.Netwo rkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean) 22:30:13 [sEVERE] at java.lang.Class.getMethod(Unknown Source) 22:30:13 [sEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(Network Helper.java:49) 22:30:13 [sEVERE] ... 5 more 22:30:13 [sEVERE] Unexpected exception java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.Networ kManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean) at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62) at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedM achine.java:130) at net.minecraft.server.World.tickEntities(World.java:1189) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiate TileEntityEvent(net.minecraft.src.TileEntity, int, boolean) at java.lang.Class.getMethod(Unknown Source) at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49) ... 5 more > I'm running the latest version of tekkit server with forestry and mantamobcontrol
  3. I'm not sure...I just redownloaded it and it worked. Must've had the wrong one, Thanks
  4. Hi, I'm trying to get this to work and have followed the steps in here (i think) however this isn't working correctly... I'm getting the following on startup 182 recipes 27 achievements 13:41:24 [iNFO] Starting minecraft server version 1.2.5 13:41:24 [iNFO] Attempting early MinecraftForge initialization 13:41:24 [iNFO] Completed early MinecraftForge initialization 13:41:24 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 13:41:24 [iNFO] Loading mods from C:\Users\Owen\Desktop\Tekkit_Server_3.1.2\mods 13:41:25 [iNFO] Directory weaponmod contained no mods 13:41:25 [iNFO] Forge Mod Loader has loaded 38 mods 13:41:25 [iNFO] MinecraftForge v3.3.8.152 Initialized 13:41:25 [iNFO] MinecraftForge v3.3.8.152 Initialized 13:41:25 [iNFO] [WeaponMod] Properties file read succesfully! 13:41:25 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu e 0 outside acceptable range 4.9E-324,1.7976931348623157E308 13:41:25 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co mputerCraft.cfg 13:41:25 [iNFO] ComputerCraft: computerBlockID 207 13:41:25 [iNFO] ComputerCraft: diskDriveBlockID 208 13:41:25 [iNFO] ComputerCraft: diskItemID 4000 13:41:25 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.sha red.ItemComputer@4ad9d765 while adding net.minecraft.server.ItemBlock@23cc4e47 13:41:25 [iNFO] ComputerCraft: Searching for RedPowerLib... 13:41:25 [iNFO] ComputerCraft: RedPowerLib and methods located. 13:41:25 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.sha red.ItemPeripheral@8fe8ee7 while adding net.minecraft.server.ItemBlock@57e44e 13:41:25 [iNFO] Initializing alchemy values for Equivalent Exchange.. 13:41:25 [sEVERE] java.lang.NoSuchMethodError: ic2.api.Ic2Recipes.addMaceratorRe cipe(Lnet/minecraft/server/ItemStack;Lnet/minecraft/server/ItemStack;)V 13:41:25 [sEVERE] at net.minecraft.server.powercrystals.netherores.NetherO resCore.init(NetherOresCore.java:68) 13:41:25 [sEVERE] at net.minecraft.server.mod_NetherOres.<init>(mod_Nether Ores.java:23) 13:41:25 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance 0(Native Method) 13:41:25 [sEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance (Unknown Source) 13:41:25 [sEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInst ance(Unknown Source) 13:41:25 [sEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Sou rce) 13:41:25 [sEVERE] at java.lang.Class.newInstance0(Unknown Source) 13:41:25 [sEVERE] at java.lang.Class.newInstance(Unknown Source) 13:41:25 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p reInit(ModLoaderModContainer.java:107) 13:41:25 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235 ) 13:41:25 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) 13:41:25 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk kitHandler.java:134) 13:41:25 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe rver.java:135) 13:41:25 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:438) 13:41:25 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 13:41:25 [sEVERE] Unexpected exception java.lang.NoSuchMethodError: ic2.api.Ic2Recipes.addMaceratorRecipe(Lnet/minecraf t/server/ItemStack;Lnet/minecraft/server/ItemStack;)V at net.minecraft.server.powercrystals.netherores.NetherOresCore.init(Net herOresCore.java:68) at net.minecraft.server.mod_NetherOres.<init>(mod_NetherOres.java:23) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader ModContainer.java:107) at cpw.mods.fml.common.Loader.preModInit(Loader.java:235) at cpw.mods.fml.common.Loader.loadMods(Loader.java:607) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java: 134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) > Any Ideas? Additonally, Tekkit Launcher won't load. so I've must have done something wrong... it just sits at a white screen just after the mojang screen... Thanks,
×
×
  • Create New...