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

Keep Getting This Problem

Started by naturalizer, 24 March 2013 - 04:32 AM
naturalizer #1
Posted 24 March 2013 - 05:32 AM
I Keep Installing It, Re-doing it, i've done it so many Times, I've Done Everything Right, and Keep Getting Error Straight After Majang Thing, Pretty Sure I have Latest Version Of Forge, 1.51, Here's the Error Details.

Minecraft has crashed!
———————-
Minecraft has stopped running because it encountered a problem; Failed to start game
A full error report has been saved to C:\Users\Admin\AppData\Roaming\.minecraft\crash-reports\crash-2013-03-24_03.06.38-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(/>

— BEGIN ERROR REPORT 37667a56 ——–
Full report at:
C:\Users\Admin\AppData\Roaming\.minecraft\crash-reports\crash-2013-03-24_03.06.38-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 24/03/13 3:06 AM
– System Details –
Details:
Minecraft Version: 1.5.1
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 333780856 bytes (318 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.44 FML v5.1.3.605 Minecraft Forge 7.7.0.605 6 mods loaded, 6 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
inventorytweaks [inventorytweaks] (minecraft.jar) Unloaded->Constructed
ComputerCraft [ComputerCraft] (dan200) Unloaded->Errored
CCTurtle [ComputerCraft Turtles] (dan200) Unloaded->Errored
LWJGL: 2.4.2
OpenGL: GeForce GTX 660 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: dan200.ComputerCraft
at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:729)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: dan200.ComputerCraft
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
… 5 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)
… 32 more
— END ERROR REPORT c8550a10 ———-
theoriginalbit #2
Posted 24 March 2013 - 05:39 AM
Minecraft Version: 1.5.1

ComputerCraft 1.51 is does not mean it is for Minecraft 1.5.1, it is just a happy coincidence that the CC version currently matches up with Minecraft's version. ComputerCraft is not yet for Minecraft 1.5.1 only 1.5…
Cloudy #3
Posted 24 March 2013 - 05:41 AM
ComputerCraft 1.51 is for Minecraft 1.5, not 1.5.1.
naturalizer #4
Posted 24 March 2013 - 05:41 AM
Didn't know…thanks mate. :/
immibis #5
Posted 24 March 2013 - 12:05 PM
This is why Mod.acceptedMinecraftVersions exists, Cloudy.
Cloudy #6
Posted 24 March 2013 - 12:07 PM
It's gonna crash either way. If people lack the reading comprehension to check what version a mod is for, this won't help.
immibis #7
Posted 24 March 2013 - 11:48 PM
It's gonna crash either way. If people lack the reading comprehension to check what version a mod is for, this won't help.
That way is supposed to display a more readable error message.