GithubHelp home page GithubHelp logo

Comments (7)

jonasgeiler avatar jonasgeiler commented on June 26, 2024

I'm using FTB Lite 1.10.2 and getting the same error...

from secureos.

bonnedav avatar bonnedav commented on June 26, 2024

Same here on HermitPack for 1.10.2.

from secureos.

CorneliusCornbread avatar CorneliusCornbread commented on June 26, 2024

Seriously it's been a year an this hasn't been so much as acknowledged by the devs?

from secureos.

CaitlynMainer avatar CaitlynMainer commented on June 26, 2024

Shuu is/was active duty Army, hasn't been on IRC in over 2 years... honestly SecureOS may be the last thing he is worried about at this point. I've tried contacting him a few times with no success... I don't know enough lua to pick up this project even though it's included in one of my upstream projects so trust me I'm feeling this too.

from secureos.

SuPeRMiNoR2 avatar SuPeRMiNoR2 commented on June 26, 2024

I should have some time to take a look at this, I will see if I can at least fix it so it is not totally broken.

from secureos.

CaitlynMainer avatar CaitlynMainer commented on June 26, 2024

Thank you Super.

from secureos.

kcinnaJlol avatar kcinnaJlol commented on June 26, 2024

Well i looked into it and here it goes wrong:

if not fs.exists("/tmp/.install") then
  in = io.open("/tmp/.install", "w")
  in:write(os.date())
  in:close()
end

This means that @Shuudoushi in commit 2ad61ce used the word "in" (that is used for for-each loops) as a variable name.
So lua searches for "for" in that line. But Lua finds "=", so it throws an error
It got then fixed in commit db4ee55 (Couldnt mention author), but that then got reverted by @SuPeRMiNoR2 in commit 0e8dc05

from secureos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.