Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
CrafterOfWorlds

Computronics Tape Program not working on Multiplayer

Question

6 answers to this question

Recommended Posts

  • 0

You're trying to run a program written for ComputerCraft, not OpenComputers.

There's a floppy disk that contains the tape program for OpenComputers. Craft any program disk (e.g., OpenOS floppy) and cycle through floppies by crafting the disk with a scrench until you get the right one. Then put it into a disk drive and run install.

Link to post
Share on other sites
  • 0
7 hours ago, Fingercomp said:

You're trying to run a program written for ComputerCraft, not OpenComputers.

There's a floppy disk that contains the tape program for OpenComputers. Craft any program disk (e.g., OpenOS floppy) and cycle through floppies by crafting the disk with a scrench until you get the right one. Then put it into a disk drive and run install.

Not working. Same errors. ran 'install' with the tape program and it worked, but the program errored.

Link to post
Share on other sites
  • 0

OpenComputers version of the program doesn't have peripheral.find. If you're still getting an error related to peripheral.find, you're running the ComputerCraft version.

You can try to download the program:

$ wget https://raw.githubusercontent.com/asiekierka/Computronics/master/main/resources/assets/computronics/loot/tape/usr/bin/tape.lua /usr/bin/tape.lua

 

Link to post
Share on other sites
  • 0
9 hours ago, Fingercomp said:

OpenComputers version of the program doesn't have peripheral.find. If you're still getting an error related to peripheral.find, you're running the ComputerCraft version.

You can try to download the program:


$ wget https://raw.githubusercontent.com/asiekierka/Computronics/master/main/resources/assets/computronics/loot/tape/usr/bin/tape.lua /usr/bin/tape.lua

 

Well it works in creative, so why doesnt it work on the server? The wget program works in creative, like I said, and on the server, nada.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.