CrafterOfWorlds 1 Posted December 14, 2016 Share Posted December 14, 2016 I fixed up the computronics tape program to work with OC, but now I'm getting an error I cant figure out. /lib/filesystem.lua:483: attempt to index local 'self' (a nil value) Any help??? Quote Link to post Share on other sites
0 Fingercomp 37 Posted December 15, 2016 Share Posted December 15, 2016 So you are porting the program that already has the OpenComputers port, right? But... why? I've told you (link) to just download and use the OC version of the program. It actually works perfectly. As for the problem, though... You're probably doing something like file.read() instead of file:read(). You need to call the method using the comma. But, again, just use the OC version. Quote Link to post Share on other sites
0 CrafterOfWorlds 1 Posted December 16, 2016 Author Share Posted December 16, 2016 17 hours ago, Fingercomp said: So you are porting the program that already has the OpenComputers port, right? But... why? I've told you (link) to just download and use the OC version of the program. It actually works perfectly. As for the problem, though... You're probably doing something like file.read() instead of file:read(). You need to call the method using the comma. But, again, just use the OC version. Alright, I'm giving the linked version a shot. Quote Link to post Share on other sites
I fixed up the computronics tape program to work with OC, but now I'm getting an error I cant figure out.
/lib/filesystem.lua:483: attempt to index local 'self' (a nil value)
Any help???
Link to post
Share on other sites