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

Computer Craft install Error Message

Started by tfoote, 24 July 2012 - 03:24 AM
tfoote #1
Posted 24 July 2012 - 05:24 AM
I am getting an error after i installed computercraft…
Spoiler— BEGIN ERROR REPORT 89e3dad5 ——–
Generated 7/23/12 10:23 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_01, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics version 2.1.0 - Build 8.15.10.2235, Intel
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ComputerCraft/mod_CCTurtle (wrong name: mod_CCTurtle)
at cpw.mods.fml.common.Loader.load(Loader.java:436)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:592)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:193)
at net.minecraft.client.Minecraft.a(Minecraft.java:383)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ComputerCraft/mod_CCTurtle (wrong name: mod_CCTurtle)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:561)
at cpw.mods.fml.common.Loader.load(Loader.java:419)
… 5 more
Caused by: java.lang.NoClassDefFoundError: ComputerCraft/mod_CCTurtle (wrong name: mod_CCTurtle)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
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 java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
… 7 more
— END ERROR REPORT 77090338 ———-
help?
Noodle #2
Posted 24 July 2012 - 09:45 AM
Should be in Ask A Pro.. (not as much)
What mods you have installed (list ALL (modloader, etc.))?
Cloudy #3
Posted 24 July 2012 - 11:21 AM
Please post your ForgeModLoader log. If I had to guess though, I would say you haven't extracted the zip file or your folder in mods is called ComputerCraft1.33 with a folder in that called ComputerCraft.

If it is the former, unzip the ComputerCraft folder into the mods folder.

If it is the latter, move the ComputerCraft folder into the mods folder.
tfoote #4
Posted 24 July 2012 - 04:43 PM
Thank you so much
Nisorin #5
Posted 18 August 2012 - 04:29 PM
I'm getting the same error message, though the computercraft folder in my mods folder is just called Computercraft, with the mod itself directly inside the folder. I'm running Risugami's Modloader, Minecraft Forge, Optifine and Eloraam's Redpower, all but Control.
Cloudy #6
Posted 18 August 2012 - 06:32 PM
I'm getting the same error message, though the computercraft folder in my mods folder is just called Computercraft, with the mod itself directly inside the folder. I'm running Risugami's Modloader, Minecraft Forge, Optifine and Eloraam's Redpower, all but Control.

Paste your ForgeModLoader0.log from your .minecraft folder please.

Although you don't need to install ModLoader. You should install forge 152 or above only.