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

Help! DireWolf20 Essentia

Started by rileysplan, 22 May 2014 - 10:39 PM
rileysplan #1
Posted 23 May 2014 - 12:39 AM
I am trying to make the automated essentia from DireWolf20's SinglePlayer S6 series. I have constructed everything and gotten the pastebin for Button API and Aspects but when I run the code it says, "button: 2 : attempt to index ? (a nil value)" Im not very good at this mod so can someone help. The codes for the pastebin are Aspects: 5Hz1vg7e and Button API:1iwuzsh8 Thank you!
Anavrins #2
Posted 23 May 2014 - 04:08 AM
It means that you do not have a monitor on top of your computer.
Either that or change the first line of the button api to match the side of your monitor relative to your computer.
Edited on 23 May 2014 - 02:08 AM
slayerscout #3
Posted 08 July 2014 - 03:34 AM
I am trying to make the automated essentia from DireWolf20's SinglePlayer S6 series. I have constructed everything and gotten the pastebin for Button API and Aspects but when I run the code it says, "button: 2 : attempt to index ? (a nil value)" Im not very good at this mod so can someone help. The codes for the pastebin are Aspects: 5Hz1vg7e and Button API:1iwuzsh8 Thank you!
It means that you do not have a monitor on top of your computer.
Either that or change the first line of the button api to match the side of your monitor relative to your computer.

I've download both pastebins and are getting this following error:
aspects:107: attempt to call nil

all thats on that line is

button.clearTable()
which is part of this function

function fillTable()
   rowsActive = true
   button.clearTable()
   button.setTable("Refresh", refresh, "", 15, 35, 19, 19)
   button.screen()
end
I'm lost to what to try and get it working.