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

Error

Started by fredfrog1234, 01 March 2013 - 04:59 AM
fredfrog1234 #1
Posted 01 March 2013 - 05:59 AM
I am using the Direwolf20 pack version 5.1.1 on the feed the beast launcher and my Gate Reader Engineering turtle keeps getting this error:
power2:10: java.lang.NoSuchMethodError:dan200.turtle.api.ITurtleAccess.getVisualPosition()Laoj;

The code is here: http://pastebin.com/JdSjVEg5

The turtle is interacting with a redstone energy cell and MiscPeripherals turtle teleporters. It is taking the fuel from an iron chest
Lyqyd #2
Posted 01 March 2013 - 06:53 AM
Split into new topic.

This sounds like a bug in MiscPeripherals or whichever mod adds the Gate Reader Turtle.
remiX #3
Posted 01 March 2013 - 06:56 AM
add a check to see if it greader is actually there,
if not greader than error( 'failed' ) end

Then maybe try greader.getMethods() to it's functions