Jump to content

Kirbinator

Members
  • Posts

    4
  • Joined

  • Last visited

About Kirbinator

  • Birthday 03/24/2000

Profile Information

  • Gender
    Male
  • Location
    Oswego, IL, United States of America
  • Interests
    My personal interests are playing Minecraft, obviously, attempting to create unique Minecraft Servers and applying my help to positively fix peoples' problems.
  • Minecraft In-Game Name
    Kirbinator_

Contact Methods

  • Skype
    live:kirbyrobertson

Kirbinator's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Unfortunately, if you are running your server on LAN, only you are able to connect to your hosted Minecraft Server. Consider Port Forwarding or hosting your minecraft server on a website.
  2. Are you using Craftbukkit MC Port Central or the default Tekkit Minecraft Server?
  3. I already figured out how to fix this server issue. This thread is considered closed.
  4. I have been recently trying to create a Craftbukkit MC Port Central Tekkit Classic Minecraft Server on my computer and It was a success; no crashes, no console errors and etc. When I uploaded my server files to my ftp database and then ran my server, My server crashed. Would anyone know how to avoid this specified server crash in the future? Here is my console log: 11.08 05:46:07 [Multicraft] Received start command 11.08 05:46:07 [Multicraft] Loading server properties 11.08 05:46:07 [Multicraft] Starting server! 11.08 05:46:07 [Multicraft] Loaded config for "Default" 11.08 05:46:08 [Server] INFO 182 recipes 11.08 05:46:08 [Server] INFO 27 achievements 11.08 05:46:08 [Server] INFO Starting minecraft server version 1.2.5 11.08 05:46:08 [Server] INFO Attempting early MinecraftForge initialization 11.08 05:46:08 [Server] INFO Completed early MinecraftForge initialization 11.08 05:46:08 [Server] INFO Forge Mod Loader version 2.2.91.182 for Minecraft 1.2.5 loading 11.08 05:46:08 [Server] INFO Loading mods from /mods 11.08 05:46:08 [Server] INFO Directory weaponmod contained no mods 11.08 05:46:08 [Server] INFO Forge Mod Loader has loaded 38 mods 11.08 05:46:08 [Server] INFO MinecraftForge v3.3.8.152 Initialized 11.08 05:46:08 [Server] INFO MinecraftForge v3.3.8.152 Initialized 11.08 05:46:08 [Server] INFO Properties file read succesfully! 11.08 05:46:08 [Server] WARNING Configuration for mod_ComputerCraft.enableAPI_http found value 0 outside acceptable range 4.9E-324,1.7976931348623157E308 11.08 05:46:08 [Server] INFO Loading ComputerCraft: To change block IDs, modify config/mod_ComputerCraft.cfg 11.08 05:46:08 [Server] INFO ComputerCraft: computerBlockID 207 11.08 05:46:08 [Server] INFO ComputerCraft: diskDriveBlockID 208 11.08 05:46:08 [Server] INFO ComputerCraft: diskItemID 4000 11.08 05:46:08 [Server] INFO CONFLICT @ -49 item slot already occupied by dan200.computer.shared.ItemComputer@116863a9 while adding net.minecraft.server.ItemBlock@5c66f52c 11.08 05:46:09 [Multicraft] Skipped 120 lines due to rate limit (360/s) 11.08 05:46:09 [Server] INFO Loaded codechicken.wirelessredstone.core.CommandFreq 11.08 05:46:09 [Server] INFO CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@58e926a3 while adding codechicken.enderstorage.ItemEnderChest@32e7c4ef 11.08 05:46:09 [Server] INFO CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@99a9406 while adding net.minecraft.server.ItemMobSpawner@36c1ad7 11.08 05:46:09 [Server] INFO Config loaded from /./config/IC2.cfg 11.08 05:46:09 [Server] SEVERE java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@597355e7 when adding ic2.common.BlockRubSapling@230cde92 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.Block.<init>(Block.java:181) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:15) 11.08 05:46:09 [Server] SEVERE at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.mod_IC2.load(mod_IC2.java:289) 11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 11.08 05:46:09 [Server] SEVERE at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428) 11.08 05:46:09 [Server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 11.08 05:46:09 [Server] SEVERE Unexpected exception 11.08 05:46:09 [Server] INFO java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@597355e7 when adding ic2.common.BlockRubSapling@230cde92 11.08 05:46:09 [Server] INFO at net.minecraft.server.Block.<init>(Block.java:181) 11.08 05:46:09 [Server] INFO at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 11.08 05:46:09 [Server] INFO at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 11.08 05:46:09 [Server] INFO at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:15) 11.08 05:46:09 [Server] INFO at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 11.08 05:46:09 [Server] INFO at net.minecraft.server.mod_IC2.load(mod_IC2.java:289) 11.08 05:46:09 [Server] INFO at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 11.08 05:46:09 [Server] INFO at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 11.08 05:46:09 [Server] INFO at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 11.08 05:46:09 [Server] INFO at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 11.08 05:46:09 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:166) 11.08 05:46:09 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428) 11.08 05:46:09 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
×
×
  • Create New...