Jump to content

[HELP][ERROR] ComputerCraft and Crafting Table III


Recommended Posts

Hey guy if i add Crafting Table III (as a .zip) to my Server's mods folder i get this error

18:07:18 [iNFO] [WeaponMod] Properties file read succesfully!

18:07:18 [WARNING] Configuration for mod_ComputerCraft.enableAPI_http found valu

e 0 outside acceptable range 4.9E-324,1.7976931348623157E308

18:07:18 [iNFO] Loading ComputerCraft: To change block IDs, modify config/mod_Co

mputerCraft.cfg

18:07:18 [iNFO] ComputerCraft: computerBlockID 207

18:07:18 [iNFO] ComputerCraft: diskDriveBlockID 208

18:07:18 [iNFO] ComputerCraft: diskItemID 4000

18:07:18 [iNFO] CONFLICT @ -49 item slot already occupied by dan200.computer.sha

red.ItemComputer@4792cf37 while adding net.minecraft.server.ItemBlock@77624896

18:07:18 [iNFO] ComputerCraft: Searching for RedPowerLib...

18:07:18 [iNFO] ComputerCraft: RedPowerLib and methods located.

18:07:18 [iNFO] CONFLICT @ -48 item slot already occupied by dan200.computer.sha

red.ItemPeripheral@395ad219 while adding net.minecraft.server.ItemBlock@799784b9

18:07:18 [sEVERE] java.lang.NoClassDefFoundError: BaseMod

18:07:18 [sEVERE] at java.lang.Class.getDeclaredConstructors0(Native Metho

d)

18:07:18 [sEVERE] at java.lang.Class.privateGetDeclaredConstructors(Unknow

n Source)

18:07:18 [sEVERE] at java.lang.Class.getConstructor0(Unknown Source)

18:07:18 [sEVERE] at java.lang.Class.newInstance0(Unknown Source)

18:07:18 [sEVERE] at java.lang.Class.newInstance(Unknown Source)

18:07:18 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p

reInit(ModLoaderModContainer.java:107)

18:07:18 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235

)

18:07:18 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)

18:07:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

kitHandler.java:134)

18:07:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

rver.java:135)

18:07:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

ver.java:438)

18:07:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

ceFile:492)

18:07:18 [sEVERE] Caused by: java.lang.ClassNotFoundException: BaseMod

18:07:18 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

18:07:18 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

18:07:18 [sEVERE] at java.security.AccessController.doPrivileged(Native Me

thod)

18:07:18 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source)

18:07:18 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

18:07:18 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So

urce)

18:07:18 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)

18:07:18 [sEVERE] ... 12 more

18:07:18 [sEVERE] Unexpected exception

java.lang.NoClassDefFoundError: BaseMod

at java.lang.Class.getDeclaredConstructors0(Native Method)

at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)

at java.lang.Class.getConstructor0(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)

Caused by: java.lang.ClassNotFoundException: BaseMod

at java.net.URLClassLoader$1.run(Unknown Source)

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 12 more

Link to comment
Share on other sites

It appears the crafting table block id's are the same as some computercraft block ids. I would guess they are incompatible. I know you can change the id's of the computercraft blocks in the CC config, but I have no experience with changing the id numbers.

Nevermind its just working for no reason now

Oh well NM :P

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...