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

Turtle Mining Well Breaks After A Few Iterations

Started by digiexafan, 26 July 2013 - 10:59 AM
digiexafan #1
Posted 26 July 2013 - 12:59 PM
Hello I'm using a turtle mining well setup in a mystcraft age on my server. Today however the chunkloader turtles stopped working and the main turtle gave me a rednet 53 Expected number exception after 6 or so iterations.
Here are the pastebins for the code I'm using.
mainProg: http://pastebin.com/rgG8rua1
Miners/chunkloader: http://pastebin.com/vXyXNafw
Images of the setup and the main turtle.
http://imgur.com/VQ5TQDu&XL6MRJS#0
Thank you in advance
Lyqyd #2
Posted 26 July 2013 - 02:49 PM
Split into new topic.
Lord_Spelunky #3
Posted 27 July 2013 - 05:20 AM
Well, you are using chunkloader blocks right?, if you are using the turtles they are pretty buggy, richardg said that himself, he needs chickenbones to help him out, if you are using chunkloader blocks, then I am no sure what this error is. Sorry that I don't help much
digiexafan #4
Posted 27 July 2013 - 08:47 AM
Well, you are using chunkloader blocks right?, if you are using the turtles they are pretty buggy, richardg said that himself, he needs chickenbones to help him out, if you are using chunkloader blocks, then I am no sure what this error is. Sorry that I don't help much
Yes I am using the Chunkloader blocks from ChickenChunks, would the chunkloader peripheral from misc peripherals help?
Lord_Spelunky #5
Posted 27 July 2013 - 10:08 AM
Well, you are using chunkloader blocks right?, if you are using the turtles they are pretty buggy, richardg said that himself, he needs chickenbones to help him out, if you are using chunkloader blocks, then I am no sure what this error is. Sorry that I don't help much
Yes I am using the Chunkloader blocks from ChickenChunks, would the chunkloader peripheral from misc peripherals help?

I do not fully know, if you can try it, I would suggest it.

As a test, that is.
digiexafan #6
Posted 27 July 2013 - 10:18 PM
Ok i found the problem, my chunkloading code wasn't the problem, it was the checkFuel function that crashed the program and stopped it from ever reaching the chunkloader part of it. Now to find the exact source of the problem.
Lord_Spelunky #7
Posted 29 July 2013 - 11:36 AM
Ok i found the problem, my chunkloading code wasn't the problem, it was the checkFuel function that crashed the program and stopped it from ever reaching the chunkloader part of it. Now to find the exact source of the problem.

Have you found it? or should I look?
Lord_Spelunky #8
Posted 29 July 2013 - 11:38 AM
turtle.dropUp(turtle.getItemCount(1) - 4)
Maybe it is this line? maybe it is minusing 4 from 1? I had a problem like this. I think this could be it.