For those of you who are aware of PonyKuu's work, I'm trying to fix up his turtle swarm quarry programs to work with ComputerCraft v1.62. Thus far, I've identified the culprit, but due to my limited knowledge of Lua, can't seem to fix it.
http://pastebin.com/ZLh56Jmd is his master API program. The master/modulemine programs are fine as is the master API. I have isolated the issue into a set of lines in his module script found here on line 552 at this link: http://pastebin.com/b1eQmHRb . I don't know if something changed majorly in CC 1.62 in regards to how "file = fs.open ("disk/initdata", "r")" follwed by "communicationData = textutils.unserialize(file.readLine())" works, but it's not working so well anymore. If i run the same commands from file= etc to the actual operations, i've found that it removes the braces when unserialized but cuts off digits from the MasterID.
http://gyazo.com/dc5f9238dd8846181ec39e6a2e09d7b6 has an image showing what I just described.
I'd appreciate any help you guys can offer and I know I should know this stuff but I don't know Lua that well yet.