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

[1.64] Turtle crashes server on excavate

Started by KeeganDeathman, 28 September 2014 - 08:30 PM
KeeganDeathman #1
Posted 28 September 2014 - 10:30 PM
I have installed ComputerCaft on my 1.7.10 server, installed with other mods, when using excavate on a mining turtle, the server crashes with this error:

—- Minecraft Crash Report —-
// This doesn't make any sense!

Time: 9/28/14 2:19 PM
Description: Ticking block entity

java.lang.NoSuchMethodError: dan200.computercraft.api.turtle.TurtleCommandResult.getResults()[Ljava/lang/Object;
at dan200.computercraft.shared.turtle.core.TurtleBrain.updateCommands(TurtleBrain.java:797)
at dan200.computercraft.shared.turtle.core.TurtleBrain.update(TurtleBrain.java:99)
at dan200.computercraft.shared.turtle.blocks.TileTurtle.func_145845_h(TileTurtle.java:274)
at net.minecraft.world.World.func_72939_s(World.java:1912)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

I have the following mods:

-Applied Energistics 2
-Big Reactors
-Thermal Expansion
-Project Red
-tree capacitor
-NEI
-PneumaticCraft
-SecurityCraft
-Sync
-Morph
-BuildCraft
-Carpenters Blocks
-Chisel
more…
I really dont want to list them all
Lyqyd #2
Posted 28 September 2014 - 11:25 PM
Project Red (at least the compatibility module, not sure about other parts) and the Dragon API are known offenders. They're replacing the CC API with an older version, causing the crash. You'll have to play without them, without CC, or wait for them to update.
dan200 #3
Posted 29 September 2014 - 11:28 AM
Both of those mods have updated the mod in their code, but I'm sure if they have pushed out public updates yet. Either way, that's the solution.