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

[CC 1.53] Turtle using command block

Started by MindenCucc, 23 June 2013 - 10:45 AM
MindenCucc #1
Posted 23 June 2013 - 12:45 PM
SOLVED (maybe):
Justdelete OpenPeripheral_method.JSON file, and give it read-only access. So, it wont change
Update to 0.1.8 :P/>
Thanks for helping!
BTW i don't know, how i fixed this :huh:/>

Bug:
In config command blocks are enabled(both server.properties and ComputerCraft.cfg)
Place a turtle. Place a command block front of the turtle. Go in lua.
Code:

for k,v in pairs(peripheral.wrap("front")) do write(k..", ") print(v) end
I get:
listMethods,  

What should happen:
I get:

getCommand, function:7e35921a
runCommand, function:6f0b29b1
setCommand, function:45de5c6b

Versions:
Forge 7.8.1.737
CC 1.53
MC 1.5.2

Misc versions (one of that causes this maybe):
Immibis's Peripherals 55.0.2
MiscPeripherals 3.3(d?)
OpenPeripheral 0.1.7
Edited on 24 June 2013 - 10:39 AM
Cloudy #2
Posted 23 June 2013 - 02:11 PM


Unable to reproduce. Working fine here, with just CC. It will be another one of your mods (OpenP maybe?) interfering with it.
Bubba #3
Posted 23 June 2013 - 03:14 PM
listMethods is an OpenPeripheral thing. You should try three things and then come back here:
1) Remove the OpenPeripheral_methods.json file and see if that fixes anything.
2) Update to the latest version of OpenPeripheral (it's now at 0.1.8) and repeat step #1
3) Remove OpenPeripheral entirely and see if that works.

If #3 works, I'm sure that Mikeemoo would appreciate a bug report on his thread as well.
If #3 doesn't work, remove the other peripheral mods and see what happens.
electrodude512 #4
Posted 23 June 2013 - 06:52 PM
I had this same exact problem but it magically just went away on its own. Do what Bubba said, that should fix it.

EDIT: the problem came back again. Time to update to OpenPeripheral 0.1.8.
MindenCucc #5
Posted 24 June 2013 - 03:39 AM
Thanks people! It worked! Just delete that JSON file, and give it read-only access. So, it wont change I derped -_-/>
Mikeemoo #6
Posted 24 June 2013 - 08:30 AM
Looks like OpenPeripheral is taking over. I'll fix it for next release.