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

[HELP] Mod crashes

Started by deathzone, 26 April 2012 - 02:02 AM
deathzone #1
Posted 26 April 2012 - 04:02 AM
I installed the ModLoader and Forge the latest versions, and i have the latest version of CC, but when i extract with WinRAR the CC zip file into the /mods/ folder, The game just crashes. But when i install it directly into minecraft.jar and not into the /mods/ folder, it works, the computers are there, it's just that it says that bios.lua could not be found. I don't know where to find the log file either. Please help right away.
cant_delete_account #2
Posted 26 April 2012 - 04:34 AM
Open .minecraft/ModLoader.txt and copy & paste that here.
(as Risugami says: "Logs or it didn't happen")
deathzone #3
Posted 26 April 2012 - 09:10 PM
Apr 26, 2012 1:22:18 AM ModLoader init
FINE: ModLoader 1.2.5 Initializing…
Apr 26, 2012 1:22:18 AM ModLoader readFromClassPath
FINER: Adding mods from C:UsersMarkAppDataRoaming.minecraftbinminecraft.jar
Apr 26, 2012 1:22:18 AM ModLoader readFromClassPath
FINER: Zip found.
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: turtleBlockID set to 209
Apr 26, 2012 1:22:19 AM forge.ForgeHooks <clinit>
INFO: MinecraftForge v3.1.2.94 Initialized

Apr 26, 2012 1:22:19 AM ModLoader addMod
FINE: Mod Initialized: "mod_CCTurtle 1.33" from mod_CCTurtle.class
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: computerBlockID set to 207
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: diskDriveBlockID set to 208
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: diskItemID set to 4000
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: enableAPI_http set to 0
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: terminal_width set to 50
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: terminal_height set to 18
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: terminal_textColour_r set to 255
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: terminal_textColour_g set to 255
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: terminal_textColour_b set to 255
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: modem_range set to 64
Apr 26, 2012 1:22:19 AM ModLoader setupProperties
FINER: modem_rangeDuringStorm set to 16
Apr 26, 2012 1:22:19 AM ModLoader addMod
FINE: Mod Initialized: "mod_ComputerCraft 1.33" from mod_ComputerCraft.class

Thats what i got from it. There was more but it was all the other mods i have.
Cloudy #4
Posted 26 April 2012 - 09:37 PM
Shouldn't be in the jar, should be in the mods folder. The folder containing mod_CCTurtle and mod_Computercraft should be called ComputerCraft and should be in the mods folder.
deathzone #5
Posted 27 April 2012 - 01:18 AM
It is, that's where i put it.
SL7205 #6
Posted 14 June 2012 - 11:23 AM
You have to put it both in mods folder and in Minecraft.jar.
Cloudy #7
Posted 14 June 2012 - 01:15 PM
No you don't. Don't give advice when you don't know what you're talking about. Look at the installation instructions.
cjp12121 #8
Posted 27 June 2012 - 11:31 PM
My computer craft doesn't play nice with minecraft forge #152, can someone help?
Here is my crash report

Spoiler15 mods loaded
Minecraft Forge 3.3.8.152
FML v2.2.78.153
Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5
mod_CraftGuide : Loaded (minecraft.jar)
mod_RedPowerCore : Loaded (minecraft.jar)
mod_RedPowerControl : Loaded (minecraft.jar)
mod_RedPowerLighting : Loaded (minecraft.jar)
mod_RedPowerLogic : Loaded (minecraft.jar)
mod_RedPowerMachine : Loaded (minecraft.jar)
mod_RedPowerWiring : Loaded (minecraft.jar)
mod_RedPowerWorld : Loaded (minecraft.jar)
mod_CodeChickenCore : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_MinecraftForge : Loaded (minecraft.jar)
mod_CCPrinter : Loaded (CCPrinter)
mod_CCTurtle : Loaded (ComputerCraft)
mod_ComputerCraft : Loaded (ComputerCraft)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)

Minecraft has crashed!
———————-
Minecraft has stopped running because it encountered a problem.


— BEGIN ERROR REPORT fe3ca204 ——–
Generated 6/27/12 6:30 PM
Minecraft: Minecraft 1.2.5
OS: Mac OS X (x86_64) version 10.7.2
Java: 1.6.0_29, Apple Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
LWJGL: 2.4.2
OpenGL: Intel HD Graphics 3000 OpenGL Engine version 2.1 APPLE-7.12.9, Intel Inc.
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/ComputerCraft/mod_ComputerCraft (wrong name: mod_ComputerCraft)
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:382)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Thread.java:680)
Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/ComputerCraft/mod_ComputerCraft (wrong name: mod_ComputerCraft)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:474)
at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
at cpw.mods.fml.common.Loader.attemptDirLoad(Loader.java:463)
at cpw.mods.fml.common.Loader.load(Loader.java:385)
… 5 more
Caused by: java.lang.NoClassDefFoundError: mods/ComputerCraft/mod_ComputerCraft (wrong name: mod_ComputerCraft)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
… 9 more
— END ERROR REPORT df412881 ———-
Thanks,
cjp12121
Cloudy #9
Posted 28 June 2012 - 11:13 AM
Please post your Forge-Mod-Loader log. However if I had to guess, I'd say you were using MCPatcher, which is incompatible with Forge.
cjp12121 #10
Posted 28 June 2012 - 07:18 PM
Fixed it, turns out forge works with mcpatcher, but cc doesn't work with latest forge. Weird huh? Anyways, thanks cloudy.
Cloudy #11
Posted 28 June 2012 - 10:58 PM
MCPatcher causes compatibility issues with forge - it is making forge thing that all mods are in the jar, and as such loading them wrong. Mods in zip files don't care, but ones in folders do.
cjp12121 #12
Posted 29 June 2012 - 05:13 PM
Oh ok, cool. Thanks!