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

00yoshi

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by 00yoshi

  1. When i try to save files with the Filesystem and the Filestream from Filesystem.open i get following error:

     

    /lib/filesystem.lua:467: attempt to index local 'self' (a nil value)

    stack traceback:

                kernel:730: in function '__index'

                /lib/filesystem.lua:467: in function 'close'

                stdin:1: in main chunk

                [C]: in function 'xpcall'

                kernel: 725: in function 'xpcall'

                /bin/lua.lua:62: in main chunk

               (...tail calls...)

     

    I typed this in lua console:

    fs = filesystem.open("/mnt/da0/adsfk","w")    --da0 is HDD

    fs.write("something")

    fs.close() --here it happens

     

    Any help is appreciated!

×
×
  • Create New...

Important Information

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