-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attempting to run successful build gives : ./script/env/ext/IOEx.lua:14: attempt to index global 'lfs #8
Comments
I don't get it. As I understand it, looking at the lua code, |
OR: is it something that exist in newer lua versions? Seems its use is only file-related so maybe it stands for "Lua file system"... |
Yes, that's it (or almost it): It's a third-party library for lua: https://lunarmodules.github.io/luafilesystem Tried installing it using
|
Then, at the top of Then, patched line 404 in Followed by patching line 10 in Main.lua: And there be game window opened! To instantly crash with:
|
@neonrust I tried this on the original LT (not the redux) and I got a slightly different error message and I had to Ctrl-c the window to close it. And it was not rendering anything:
Edit:
|
Yeah, should've mentioned I'm on redux. To run scripts you specify its name without path or extension, e.g. I got these to run, seemingly problem-free:
Well, problem-free as in: it doesn't immediately crash... The others crash in various ways. |
We just merged a fix to the |
First of all a quick recap of how to build on linux. I'm a linux user, I use ubuntu the commands below are a step by step to get a correct build on ubuntu but you can adapt for your distro (as for windows I'm pretty sure the build works as advertised on the readme page for you. if not you should make a windows-specific build issue.
the error I get is
yes, the lua backtrace fails to show up.
I don't know how to fix this.
are there any LuaJit / Lua experts about?
The text was updated successfully, but these errors were encountered: