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

Deobfuscated CC 1.52 crashing when run from eclipse

Started by ElvishJerricco, 21 April 2013 - 07:55 PM
ElvishJerricco #1
Posted 21 April 2013 - 09:55 PM
I have CC 1.52 deobfuscated via BON and I've added it to my class path, but I'm getting a class not found exception for the class ModLoader. This was the error

Spoiler

2013-04-21 03:59:47 [SEVERE] [ForgeModLoader] Caught exception from CCTurtle
java.lang.NoClassDefFoundError: ModLoader
	at dan200.turtle.client.TileEntityTurtleRenderer.<init>(TileEntityTurtleRenderer.java:44)
	at dan200.turtle.client.CCTurtleProxyClient.load(CCTurtleProxyClient.java:60)
	at dan200.CCTurtle.load(CCTurtle.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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.initializeMods(Loader.java:689)
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
	at net.minecraft.client.Minecraft.startGame(Minecraft.java:444)
	at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)
	at net.minecraft.client.Minecraft.run(Minecraft.java:729)
	at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ClassNotFoundException: ModLoader
	at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	... 34 more
Caused by: java.lang.NullPointerException
	at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)
	... 36 more

Anyone gotten this to work on MC 1.5.1 Forge 7.7.1.611?
Tiin57 #2
Posted 22 April 2013 - 12:08 AM
You have Forge installed in MCP, right?
immibis #3
Posted 22 April 2013 - 01:04 AM
Redownload BON and try again.
ElvishJerricco #4
Posted 22 April 2013 - 04:39 AM
Redownload BON and try again.

Thanks immibis. I didn't expect it to be an issue with BON. Second BON bug I found in two days =P