AgriCraft

AgriCraft

30M Downloads

Computer Controller Seed Analyzer: Invalid arguments

DavsX opened this issue ยท 7 comments

commented

Hi!
I'm playing FTBInfinity Evolved and after upgrading to the latest version of it, I'm keep getting the following error: "Method analyze errored: invalid arguments". I'm calling it the same way as before the update (I have a turtle which uses it to analyze a seed):

p = peripheral.wrap('bottom')
p.analyze()

Agricraft version: 1.4.5, ComputerCraft version: 1.74

commented

It's workign fine for me though:
http://puu.sh/lRnfU/e521c57c72.png

commented

Which Java version are you using? 1.8 here. Could that be the problem?

commented

Might be, I'm using 1.7

commented

Same problem here with jdk 1.7

Update: all the functions return the same message.

commented

Can you test with the beta build on CF?

commented

Okay, probably in build 1.4.5 something was bugged, which I must have fixed but forgot about it.

commented

AgriCraft 1.4.6pre + ComputerCraft 1.75 = working again. Thanks for the suggestion.