3 posts
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/rgG8rua1Miners/chunkloader: http://pastebin.com/vXyXNafwImages of the setup and the main turtle.
http://imgur.com/VQ5TQDu&XL6MRJS#0Thank you in advance
8543 posts
Posted 26 July 2013 - 02:49 PM
Split into new topic.
56 posts
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
3 posts
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?
56 posts
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.
3 posts
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.
56 posts
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?
56 posts
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.