463 posts
Location
Star Wars
Posted 29 May 2016 - 01:47 PM
What means 'loop in get table' and I don't use metatables!
Edited on 29 May 2016 - 11:47 AM
7083 posts
Location
Tasmania (AU)
Posted 29 May 2016 - 02:09 PM
It means you've created an infinite lookup loop somewhere.
ComputerCraft uses metatables on your shell environment to provide access to values in _G, so odds are it's got something to do with you messing with globals. Who knows. You haven't provided your code, so the issue can't exactly be pinpointed.