Jump to content

java.lang.NoSuchMethodError on server startup


hypothermic

Recommended Posts

I am getting the following error when starting my Forge server:
 

Spoiler

java.lang.NoSuchMethodError: net.minecraft.server.Item.<init>(I)V
    at dan200.computer.shared.ItemDisk.<init>(ItemDisk.java:16)
    at net.minecraft.server.mod_ComputerCraft.<init>(mod_ComputerCraft.java:96)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at java.lang.Class.newInstance(Class.java:442)
    at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:107)
    at cpw.mods.fml.common.Loader.preModInit(Loader.java:201)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:552)
    at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:81)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:124)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(ThreadServerApplication.java:14)

This happens with every mod, it is not specific to ComputerCraft. Here's the Forge log:

Spoiler

2018-03-17 02:36:15 [INFO] Forge Mod Loader version 2.2.91.183 for Minecraft 1.2.5 loading
2018-03-17 02:36:15 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes
2018-03-17 02:36:15 [FINE] Minecraft is a file at /home/hypothermic/mcs/minecraft-server.jar, loading
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_MinecraftForge in file btcs-1.26-ALPHA-jar-with-dependencies.jar, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_MinecraftForge found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_MinecraftForge loaded
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_MinecraftForge loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_WeaponMod in file btcs-1.26-ALPHA-jar-with-dependencies.jar, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WeaponMod found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WeaponMod loaded
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_WeaponMod loaded successfully
2018-03-17 02:36:15 [FINE] Minecraft jar mods loaded successfully
2018-03-17 02:36:15 [INFO] Loading mods from /home/hypothermic/mcs/mods
2018-03-17 02:36:15 [FINE] Found a zip or jar file AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_AdditionalPipes in file AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_AdditionalPipes found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_AdditionalPipes loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip for mod_AdditionalPipes
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_AdditionalPipes loaded successfully
2018-03-17 02:36:15 [FINE] File AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file CodeChickenCore-Bukkit 0.5.3r3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_CodeChickenCore in file CodeChickenCore-Bukkit 0.5.3r3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CodeChickenCore found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CodeChickenCore loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in CodeChickenCore-Bukkit 0.5.3r3.zip for mod_CodeChickenCore
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_CodeChickenCore loaded successfully
2018-03-17 02:36:15 [FINE] File CodeChickenCore-Bukkit 0.5.3r3.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a directory ComputerCraft, attempting to load it
2018-03-17 02:36:15 [FINEST] Recursing into package dan200
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.computer
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.computer.api
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.computer.core
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.computer.shared
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.turtle
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.turtle.api
2018-03-17 02:36:15 [FINEST] Recursing into package dan200.turtle.shared
2018-03-17 02:36:15 [FINEST] Recursing into package eloraam
2018-03-17 02:36:15 [FINEST] Recursing into package eloraam.core
2018-03-17 02:36:15 [FINEST] Recursing into package licenses
2018-03-17 02:36:15 [FINEST] Recursing into package lua
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.apis
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.apis.turtle
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.help
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.programs
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.programs.computer
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.programs.http
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.programs.secret
2018-03-17 02:36:15 [FINEST] Recursing into package lua.rom.programs.turtle
2018-03-17 02:36:15 [FINEST] Recursing into package net
2018-03-17 02:36:15 [FINEST] Recursing into package net.minecraft
2018-03-17 02:36:15 [FINEST] Recursing into package net.minecraft.server
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_CCTurtle in directory server, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CCTurtle found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CCTurtle loaded
2018-03-17 02:36:15 [FINE] Successfully loaded mod class mod_CCTurtle.class
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_ComputerCraft in directory server, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ComputerCraft found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ComputerCraft loaded
2018-03-17 02:36:15 [FINE] Successfully loaded mod class mod_ComputerCraft.class
2018-03-17 02:36:15 [FINEST] Recursing into package org
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.ast
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.compiler
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.lib
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.lib.jse
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.lua2java
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.luajc
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.parser
2018-03-17 02:36:15 [FINEST] Recursing into package org.luaj.vm2.script
2018-03-17 02:36:15 [FINE] Directory ComputerCraft loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_EE in file EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EE found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EE loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip for mod_EE
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_EE loaded successfully
2018-03-17 02:36:15 [FINE] File EE2ServerV1.4.6.5-bukkit-mcpc-1.2.5-r5.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file EnderStorage-Bukkit 1.1.3r2.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_EnderStorage in file EnderStorage-Bukkit 1.1.3r2.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EnderStorage found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_EnderStorage loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in EnderStorage-Bukkit 1.1.3r2.zip for mod_EnderStorage
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_EnderStorage loaded successfully
2018-03-17 02:36:15 [FINE] File EnderStorage-Bukkit 1.1.3r2.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file NotEnoughItems-Bukkit 1.2.2.3r3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_NotEnoughItems in file NotEnoughItems-Bukkit 1.2.2.3r3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NotEnoughItems found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NotEnoughItems loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in NotEnoughItems-Bukkit 1.2.2.3r3.zip for mod_NotEnoughItems
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_NotEnoughItems loaded successfully
2018-03-17 02:36:15 [FINE] File NotEnoughItems-Bukkit 1.2.2.3r3.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file PowerConverters-1.3.4-mcpc78-r1.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_PowerConverters in file PowerConverters-1.3.4-mcpc78-r1.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_PowerConverters found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_PowerConverters loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in PowerConverters-1.3.4-mcpc78-r1.zip for mod_PowerConverters
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_PowerConverters loaded successfully
2018-03-17 02:36:15 [FINE] File PowerConverters-1.3.4-mcpc78-r1.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file Railcraft-5.3.3-MCPC-1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_Railcraft in file Railcraft-5.3.3-MCPC-1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_Railcraft found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_Railcraft loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in Railcraft-5.3.3-MCPC-1.2.5-r8.zip for mod_Railcraft
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_Railcraft loaded successfully
2018-03-17 02:36:15 [FINE] File Railcraft-5.3.3-MCPC-1.2.5-r8.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file WR-CBE Addons-Bukkit 1.2.2.3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneAddons in file WR-CBE Addons-Bukkit 1.2.2.3.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneAddons found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneAddons loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in WR-CBE Addons-Bukkit 1.2.2.3.zip for mod_WirelessRedstoneAddons
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneAddons loaded successfully
2018-03-17 02:36:15 [FINE] File WR-CBE Addons-Bukkit 1.2.2.3.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneCore in file WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneCore found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneCore loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip for mod_WirelessRedstoneCore
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneCore loaded successfully
2018-03-17 02:36:15 [FINE] File WR-CBE Core-Bukkit 1.2.2.3r2.zip.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file WR-CBE RedPower-Bukkit 1.2.2.1.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_WirelessRedstoneRedPower in file WR-CBE RedPower-Bukkit 1.2.2.1.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneRedPower found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_WirelessRedstoneRedPower loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in WR-CBE RedPower-Bukkit 1.2.2.1.zip for mod_WirelessRedstoneRedPower
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_WirelessRedstoneRedPower loaded successfully
2018-03-17 02:36:15 [FINE] File WR-CBE RedPower-Bukkit 1.2.2.1.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file advancedMachines_4.0_bukkit.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_IC2AdvancedMachines in file advancedMachines_4.0_bukkit.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2AdvancedMachines found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2AdvancedMachines loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in advancedMachines_4.0_bukkit.zip for mod_IC2AdvancedMachines
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_IC2AdvancedMachines loaded successfully
2018-03-17 02:36:15 [FINE] File advancedMachines_4.0_bukkit.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftTransport in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftTransport found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftTransport loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftTransport
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_BuildCraftTransport loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftFactory in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftFactory found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftFactory loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftFactory
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_BuildCraftFactory loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftEnergy in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftEnergy found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftEnergy loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftEnergy
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_BuildCraftEnergy loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftCore in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftCore found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftCore loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftCore
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_BuildCraftCore loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_BuildCraftBuilders in file buildcraft-2.2.14-mcpc1.2.5-r8.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftBuilders found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_BuildCraftBuilders loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in buildcraft-2.2.14-mcpc1.2.5-r8.zip for mod_BuildCraftBuilders
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_BuildCraftBuilders loaded successfully
2018-03-17 02:36:15 [FINE] File buildcraft-2.2.14-mcpc1.2.5-r8.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a directory ccSensors, attempting to load it
2018-03-17 02:36:15 [FINEST] Recursing into package api
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors.api
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors.help
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors.lua
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors.shared
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors.shared.network
2018-03-17 02:36:15 [FINEST] Recursing into package ccSensors.shared.sensorModules
2018-03-17 02:36:15 [FINEST] Recursing into package help
2018-03-17 02:36:15 [FINEST] Recursing into package lua
2018-03-17 02:36:15 [FINEST] Recursing into package net
2018-03-17 02:36:15 [FINEST] Recursing into package net.minecraft
2018-03-17 02:36:15 [FINEST] Recursing into package net.minecraft.server
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_ccSensors in directory server, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ccSensors found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ccSensors loaded
2018-03-17 02:36:15 [FINE] Successfully loaded mod class mod_ccSensors.class
2018-03-17 02:36:15 [FINE] Directory ccSensors loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file immibis-core_49.1.1_for_1.2.5-bukkit.jar, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_ImmibisCore in file immibis-core_49.1.1_for_1.2.5-bukkit.jar, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmibisCore found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmibisCore loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in immibis-core_49.1.1_for_1.2.5-bukkit.jar for mod_ImmibisCore
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_ImmibisCore loaded successfully
2018-03-17 02:36:15 [FINE] File immibis-core_49.1.1_for_1.2.5-bukkit.jar loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file industrialcraft2-1.97-mcpc1.2.5-r7.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_IC2 in file industrialcraft2-1.97-mcpc1.2.5-r7.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2 found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2 loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in industrialcraft2-1.97-mcpc1.2.5-r7.zip for mod_IC2
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_IC2 loaded successfully
2018-03-17 02:36:15 [FINE] File industrialcraft2-1.97-mcpc1.2.5-r7.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file mffs_rev7_for_1.2.5-bukkit.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class mffs.mod_ModularForceFieldSystem in file mffs_rev7_for_1.2.5-bukkit.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in mffs_rev7_for_1.2.5-bukkit.zip for mod_ModularForceFieldSystem
2018-03-17 02:36:15 [FINE] Mod class mffs.mod_ModularForceFieldSystem loaded successfully
2018-03-17 02:36:15 [FINE] File mffs_rev7_for_1.2.5-bukkit.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_IC2NuclearControl in file mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2NuclearControl found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2NuclearControl loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip for mod_IC2NuclearControl
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_IC2NuclearControl loaded successfully
2018-03-17 02:36:15 [FINE] File mod_IC2NuclearControl-1.1.10b-mcpc-r1.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file mod_NetherOres.jar, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_NetherOres in file mod_NetherOres.jar, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NetherOres found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_NetherOres loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in mod_NetherOres.jar for mod_NetherOres
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_NetherOres loaded successfully
2018-03-17 02:36:15 [FINE] File mod_NetherOres.jar loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_IC2_ChargingBench in file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip for mod_IC2_ChargingBench
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_IC2_ChargingBench loaded successfully
2018-03-17 02:36:15 [FINE] File mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_CompactSolars in file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars loaded
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_CompactSolars loaded successfully
2018-03-17 02:36:15 [FINE] File mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class cpw.mods.ironchest.mod_IronChest in file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest loaded
2018-03-17 02:36:15 [FINE] Mod class cpw.mods.ironchest.mod_IronChest loaded successfully
2018-03-17 02:36:15 [FINE] File mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerControl in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerControl
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerControl loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLogic in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLogic
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerLogic loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLighting in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLighting
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerLighting loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWiring in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWiring
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerWiring loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerCore in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerCore
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerCore loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerMachine in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerMachine
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerMachine loaded successfully
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWorld in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWorld
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_RedPowerWorld loaded successfully
2018-03-17 02:36:15 [FINE] File redpower-all-2.0p5b2-mcpc1.2.5-r15.zip loaded successfully
2018-03-17 02:36:15 [FINE] Found a zip or jar file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_TubeStuff in file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in tubestuff_49.1.2_for_1.2.5-bukkit.jar for mod_TubeStuff
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_TubeStuff loaded successfully
2018-03-17 02:36:15 [FINE] File tubestuff_49.1.2_for_1.2.5-bukkit.jar loaded successfully
2018-03-17 02:36:15 [FINE] Found a directory weaponmod, attempting to load it
2018-03-17 02:36:15 [INFO] Directory weaponmod contained no mods
2018-03-17 02:36:15 [FINE] Found a zip or jar file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it
2018-03-17 02:36:15 [FINE] Found a mod class net.minecraft.server.mod_ImmiChunkLoaders in file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders found, loading
2018-03-17 02:36:15 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders loaded
2018-03-17 02:36:15 [FINE] Failed to find mcmod.info file in zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar for mod_ImmiChunkLoaders
2018-03-17 02:36:15 [FINE] Mod class net.minecraft.server.mod_ImmiChunkLoaders loaded successfully
2018-03-17 02:36:15 [FINE] File zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar loaded successfully
2018-03-17 02:36:15 [INFO] Forge Mod Loader has loaded 38 mods
2018-03-17 02:36:15 [FINE] Beginning mod pre-initialization
2018-03-17 02:36:15 [FINER] Pre-initializing /home/hypothermic/mcs/minecraft-server.jar
2018-03-17 02:36:15 [FINER] Pre-initializing /home/hypothermic/mcs/minecraft-server.jar
2018-03-17 02:36:15 [INFO] MinecraftForge v3.3.8.152 Initialized

2018-03-17 02:36:15 [FINER] Pre-initializing /home/hypothermic/mcs/mods/AdditionalPipes-2.1.3-MCPC1.2.5-r3.zip
2018-03-17 02:36:15 [FINER] Pre-initializing /home/hypothermic/mcs/mods/CodeChickenCore-Bukkit 0.5.3r3.zip
2018-03-17 02:36:15 [FINER] Pre-initializing /home/hypothermic/mcs/mods/ComputerCraft/net/minecraft/server
2018-03-17 02:36:15 [FINER] Pre-initializing /home/hypothermic/mcs/mods/ComputerCraft/net/minecraft/server

I've already done some research and it seems like the constructor public Item(Integer id) in class net.minecraft.server.Item is availible.

Link to comment
Share on other sites

58 minutes ago, hypothermic said:

2018-03-17 02:36:15 [INFO] Forge Mod Loader version 2.2.91.183 for Minecraft 1.2.5 loading

You need to update, only the last couple versions are supported on these forums, and 1.2.5 is definitely too old.

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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