Posted 25 August 2013 - 06:35 AM
As the title says, when I serialize my table (line 77) it can error with "too long without yielding". This doesn't happen often at all, however as it is my mining program it basically runs 24/7. Any ideas why this happens?
For those too lazy to go to pastebin, this is the relevant code:
Pastebin:
http://pastebin.com/CfDr1uNr
For those too lazy to go to pastebin, this is the relevant code:
Spoiler
function trackPos()
position = {xPos, yPos, zPos, facing, long, wide, deep}
h = fs.open("GPS", "w")
h.write(textutils.serialize(position))
h.close()
end
Pastebin:
http://pastebin.com/CfDr1uNr