oeed / OneOS

OneOS (ComputerCraft Operating System) - The all in one operating system
MIT License
61 stars 20 forks source link

Shell Startup Error #334

Closed alexp9982 closed 7 years ago

alexp9982 commented 9 years ago

2015-07-01_10 43 42

When running startup program in shell on OneOS

ghost commented 7 years ago

It's because of the way OneOS sandboxes. If you want it to work, you can:

  1. put all files into a folder with ".program" (ex "OneOS.program")
  2. modify the startup file to use OneOS.FS instead of fs

Plus, you will not be getting any support because this project is long dead.