This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Keenuts's profile picture

Minecraft 1.6.4 + Forge + ForgeMultipart + ComputerCraft 1.57 = Error on launch

Started by Keenuts, 11 November 2013 - 09:43 AM
Keenuts #1
Posted 11 November 2013 - 10:43 AM
Title : Minecraft 1.6.4 + Forge + ForgeMultipart + ComputerCraft 1.57 = Error on launch

Hello !

I'm updating my own installation, and i've a little bug :

Minecraft version : 1.6.4
Forge Version : 9.11.0.883
Forge Multipart Version : 1.0.0.193

ComputerCraft version : 1.57

Every mod are OK, but as soon as i put computercraft.zip in the "mod" folder, Minecraft can't launch.

2013-11-11 16:48:25 [INFO] [STDOUT] java.lang.NoClassDefFoundError: dan200/computer/shared/TileEntityDiskDrive
2013-11-11 16:48:25 [INFO] [STDOUT] at java.lang.Class.getDeclaredMethods0(Native Method)

I'v found the origin of this bug :
I have started a new installation with Forge and ComputerCraft -> It works !
But as soon as i had ForgeMultipart, the same error again and again.

I hope you understood me (pefect english isn't it ? :P/> )

Keenuts
Bubba #2
Posted 11 November 2013 - 12:39 PM
I'm noticing that your forge version is out of date. Update that and then see if that fixes anything. We're currently on 9.11.1.946
Edited on 11 November 2013 - 11:40 AM
Keenuts #3
Posted 11 November 2013 - 02:27 PM
Same problem…


Java.lang.NoClassDefFoundError: dan200/computer/shared/TileEntityDiskDrive

Thank you anyway ;)/>
Lyqyd #4
Posted 11 November 2013 - 02:48 PM
Also, please be sure you haven't unzipped the mod as part of the installation process.
Keenuts #5
Posted 11 November 2013 - 06:12 PM
I've tried a lot of different things before posting my message here ;)/>

I put the file as i got it from your website
i put the file after changing its name (like seen on several posts)
i put the unzipped version of the computercraft mod
i tried several versions of "Forge Multipart" which is directly related to this bug.

Thanks

Keenuts
Lyqyd #6
Posted 11 November 2013 - 08:02 PM
Do NOT unzip ComputerCraft.
Keenuts #7
Posted 12 November 2013 - 10:59 AM
Yes yes, of course, i've just said that i tried with, and without unzipping it ;)/>
In fact, i can't find where this bug came from, because i've reinstalled it a lot of times, following carrefully your instructions…

Keenuts
distantcam #8
Posted 12 November 2013 - 11:20 AM
Are you downloading the "universal" version of Forge Multipart and not the "dev" version?

I managed to get my working setup to crash by using the "dev" version.
Keenuts #9
Posted 12 November 2013 - 12:04 PM
Nope, it's the universal version. I've tried with the dev one and it didn't work too,

Here is a gift for you :D/> The complete error report !

2013-11-12 18:16:53 [INFO] [STDOUT] —- Minecraft Crash Report —-
2013-11-12 18:16:53 [INFO] [STDOUT] // Shall we play a game?
2013-11-12 18:16:53 [INFO] [STDOUT]
2013-11-12 18:16:53 [INFO] [STDOUT] Time: 12/11/13 18:16
2013-11-12 18:16:53 [INFO] [STDOUT] Description: Initializing game
2013-11-12 18:16:53 [INFO] [STDOUT]
2013-11-12 18:16:53 [INFO] [STDOUT] java.lang.NoClassDefFoundError: dan200/computer/shared/TileEntityDiskDrive
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.Class.getDeclaredMethods(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2013-11-12 18:16:53 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: dan200.computer.shared.TileEntityDiskDrive
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] … 36 more
2013-11-12 18:16:53 [INFO] [STDOUT] Caused by: java.lang.NoClassDefFoundError: dan200/computer/api/IPeripheral
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.ClassLoader.defineClass1(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
2013-11-12 18:16:53 [INFO] [STDOUT] … 38 more
2013-11-12 18:16:53 [INFO] [STDOUT] Caused by: java.lang.ClassNotFoundException: dan200.computer.api.IPeripheral
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] … 42 more
2013-11-12 18:16:53 [INFO] [STDOUT]
2013-11-12 18:16:53 [INFO] [STDOUT]
2013-11-12 18:16:53 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-11-12 18:16:53 [INFO] [STDOUT] —————————————————————————————
2013-11-12 18:16:53 [INFO] [STDOUT]
2013-11-12 18:16:53 [INFO] [STDOUT] – Head –
2013-11-12 18:16:53 [INFO] [STDOUT] Stacktrace:
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.Class.getDeclaredMethods(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-11-12 18:16:53 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2013-11-12 18:16:53 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
2013-11-12 18:16:53 [INFO] [STDOUT]
2013-11-12 18:16:53 [INFO] [STDOUT] – Initialization –
2013-11-12 18:16:53 [INFO] [STDOUT] Details:
2013-11-12 18:16:53 [INFO] [STDOUT] Stacktrace:
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2013-11-12 18:16:53 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Edited on 12 November 2013 - 11:11 AM