Jump to content




[CC 1.53] Turtle using command block


5 replies to this topic

#1 MindenCucc

  • Members
  • 179 posts
  • Location/home/marcus/

Posted 23 June 2013 - 11:45 AM

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 by MindenCucc, 24 June 2013 - 11:39 AM.


#2 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 23 June 2013 - 01:11 PM

Posted Image

Unable to reproduce. Working fine here, with just CC. It will be another one of your mods (OpenP maybe?) interfering with it.

#3 Bubba

    Use Code Tags!

  • Moderators
  • 1,142 posts
  • LocationRHIT

Posted 23 June 2013 - 02: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.

#4 electrodude512

  • Members
  • 167 posts
  • LocationEastern USA

Posted 23 June 2013 - 05: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.

#5 MindenCucc

  • Members
  • 179 posts
  • Location/home/marcus/

Posted 24 June 2013 - 02:39 AM

Thanks people! It worked! Just delete that JSON file, and give it read-only access. So, it wont change I derped -_-

#6 Mikeemoo

  • Members
  • 732 posts
  • LocationLondon, UK

Posted 24 June 2013 - 07:30 AM

Looks like OpenPeripheral is taking over. I'll fix it for next release.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users