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

makromoo

Members
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by makromoo

  1. This may or may not be related to your problem, but you're running OpenOS from the read-only floppy disk. Try running the install program to copy all OpenOS files to the hard drive, restart and boot from the HD (take the floppy out of the drive to be sure) and then try to install OPPM again.

     

    After trying that it copies a number of files and then says, "cannot copy a directory, '/hdd', into itself '/hdd/hdd'

    Removed OpenOS and restarted resulted in: "no bootable medium found: file not found"

  2. Hello!

     

    I'm trying to create an API and use it.

     

    My API File (button):

     

    function print()

      print("Hello from button!")

    end

     

    My File using the API (use):

     

    button = require("button")

    button.print()

     

     

    Yes the button is button.lua

    Error is: Attempt to index global 'button' a boolean value (a boolean value)

     

    Thanks for your time! :)

×
×
  • Create New...

Important Information

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