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

Unable to install

Started by skwerlman, 21 May 2013 - 07:45 PM
skwerlman #1
Posted 21 May 2013 - 09:45 PM
I'm finally updating to MC 1.5.2, but when I run Minecraft, I get the following error:

Spoiler2013-05-21 21:05:18 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ComputerCraft
2013-05-21 21:05:18 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: dan200/turtle/client/CCTurtleProxyClient, method: playItemSuckEffect signature: (Lnet/minecraft/world/World;Lnet/minecraft/entity/item/EntityItem;Lnet/minecraft/entity/Entity;)V) Incompatible argument to function
2013-05-21 21:05:18 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-05-21 21:05:18 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:50)
2013-05-21 21:05:18 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
2013-05-21 21:05:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-21 21:05:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-21 21:05:18 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-05-21 21:05:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-21 21:05:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-05-21 21:05:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-05-21 21:05:18 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-05-21 21:05:18 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-05-21 21:05:18 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-05-21 21:05:18 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-05-21 21:05:18 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-05-21 21:05:18 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-05-21 21:05:18 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

Full log here: http://pastebin.com/JCTspcZ0

I know this is probably something on my end, but I can't figure it out.
Thanks, Dave
Lyqyd #2
Posted 22 May 2013 - 01:46 AM
Split into new topic.

ComputerCraft 1.52 is for Minecraft 1.5.1. You'll need to use the 1.53 beta.
skwerlman #3
Posted 22 May 2013 - 08:49 PM
Thanks so much.