Jump to content

nicholas terrell

Members
  • Posts

    10
  • Joined

  • Last visited

About nicholas terrell

  • Birthday 02/28/1980

nicholas terrell's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. FIXED. We both needed to update our launchers lol
  2. I copied the files to a flash drive and gave it to him, we are still having the same problem
  3. If he could host a server he would be, but it's not his computer. I don't have any idea what to do
  4. Yes, it does the same thing for me and the only friend I've invited so far.
  5. I don't have an error log for this one, the server runs fine, its just that nooone can join
  6. I've actually progressed past this problem now. The problem I was having was that i tried to install mincraft forge with the rest of the mods, instead of leaving that up to the launcher. Now I have a different issue. the server starts up fine but whebn you try and join it says "this server requuire you have (long list of mods).I fixed this by extracting certain files from the mod zips (net->Minecraft-> server-> extract whatever is inside) However, Two mods still say they are needed. Tubestuff and immibis core. For all I can tell, these ARE installed in the mods folder, any ideas?
  7. I forgot to say that I also have the Essentials plugins installed
  8. Title: startup preventing severe errors Version: 3.1.1 OS: Windows Vista Home Standard Java Version: 6.0.50.13 Description of Problem: I can't start up the server. Ps. I previously got messages about Ender storage and nether ores, which I fixed by removing those mods EDIT: View my third Post for fix and new question Error Messages: Error Log: C:\Users\Cowmanthethird\Desktop\Tekkit_Server_3.1.1(2)>#!/bin/sh '#!' is not recognized as an internal or external command, operable program or batch file. C:\Users\Cowmanthethird\Desktop\Tekkit_Server_3.1.1(2)>java -Xmx768M -Xms512M -j ar Tekkit.jar nogui 182 recipes 27 achievements 15:35:58 [iNFO] Starting minecraft server version 1.2.5 15:35:58 [iNFO] Attempting early MinecraftForge initialization 15:35:58 [iNFO] Completed early MinecraftForge initialization 15:35:58 [iNFO] Forge Mod Loader version 2.2.91.162 for Minecraft 1.2.5 loading 15:35:58 [iNFO] Loading mods from C:\Users\Cowmanthethird\Desktop\Tekkit_Server_ 3.1.1(2)\mods 15:35:58 [iNFO] Directory weaponmod contained no mods 15:35:58 [iNFO] Forge Mod Loader has loaded 35 mods 15:35:58 [iNFO] MinecraftForge v3.3.8.152 Initialized 15:35:58 [iNFO] MinecraftForge v3.3.8.152 Initialized 15:35:59 [iNFO] [WeaponMod] Properties file read succesfully! 15:35:59 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu e 0 outside acceptable range 4.9E-324,1.7976931348623157E308 15:35:59 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co mputerCraft.cfg 15:35:59 [iNFO] ComputerCraft: computerBlockID 207 15:35:59 [iNFO] ComputerCraft: diskDriveBlockID 208 15:35:59 [iNFO] ComputerCraft: diskItemID 4000 15:35:59 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.sha red.ItemComputer@15d17d7 while adding net.minecraft.server.ItemBlock@c8376b 15:35:59 [iNFO] ComputerCraft: Searching for RedPowerLib... 15:35:59 [iNFO] ComputerCraft: RedPowerLib and methods located. 15:35:59 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.sha red.ItemPeripheral@349471 while adding net.minecraft.server.ItemBlock@1fdadcd 15:35:59 [iNFO] Initializing alchemy values for Equivalent Exchange.. 15:35:59 [iNFO] Loading properties 15:35:59 [iNFO] Starting Minecraft server on *:25565 15:36:00 [iNFO] Loaded codechicken.wirelessredstone.core.CommandFreq 15:36:00 [iNFO] [iC2] Config loaded from C:\Users\Cowmanthethird\Desktop\Tekkit_ Server_3.1.1(2)\.\config\IC2.cfg 15:36:01 [iNFO] CONFLICT @ -37 item slot already occupied by ic2.platform.ItemBl ockCommon@9903f4 while adding net.minecraft.server.ItemBlock@1d2b9b7 15:36:01 [iNFO] CONFLICT @ -30 item slot already occupied by ic2.platform.ItemBl ockCommon@19ecd80 while adding net.minecraft.server.ItemBlock@c5aa00 15:36:01 [iNFO] CONFLICT @ -17 item slot already occupied by ic2.platform.ItemBl ockCommon@159e154 while adding net.minecraft.server.ItemBlock@1d87b85 15:36:01 [iNFO] CONFLICT @ -19 item slot already occupied by ic2.platform.ItemBl ockCommon@1958bf9 while adding net.minecraft.server.ItemBlock@118958e 15:36:01 [iNFO] CONFLICT @ -20 item slot already occupied by ic2.platform.ItemBl ockCommon@102b2b6 while adding net.minecraft.server.ItemBlock@22d166 15:36:01 [iNFO] CONFLICT @ -18 item slot already occupied by ic2.platform.ItemBl ockCommon@1e1962d while adding net.minecraft.server.ItemBlock@14a75bb 15:36:01 [sEVERE] java.lang.ClassCastException: net.minecraft.server.mod_CodeChi ckenCore cannot be cast to BaseMod 15:36:01 [sEVERE] at mod_MinecraftForge.load(mod_MinecraftForge.java:39) 15:36:01 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.i nit(ModLoaderModContainer.java:351) 15:36:01 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 15:36:01 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java :618) 15:36:01 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(F MLBukkitHandler.java:142) 15:36:01 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe rver.java:176) 15:36:01 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer ver.java:438) 15:36:01 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour ceFile:492) 15:36:01 [sEVERE] Unexpected exception java.lang.ClassCastException: net.minecraft.server.mod_CodeChickenCore cannot be cast to BaseMod at mod_MinecraftForge.load(mod_MinecraftForge.java:39) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderMod Container.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler. java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) >
×
×
  • Create New...