Skip to content
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

Error report (mod d/l from Git) #31

Closed
kilbith opened this issue Sep 22, 2014 · 7 comments
Closed

Error report (mod d/l from Git) #31

kilbith opened this issue Sep 22, 2014 · 7 comments

Comments

@kilbith
Copy link

kilbith commented Sep 22, 2014

16:51:21: ERROR[main]: ========== ERROR FROM LUA ===========
16:51:21: ERROR[main]: Failed to load and run script from
16:51:21: ERROR[main]: /home/fabien/.minetest/mods/streets/streetsmod/init.lua:
16:51:21: ERROR[main]: cannot open /home/fabien/.minetest/mods/streets/streetsmod/libs/smartfs/smartfs.lua: No files or folders like this
16:51:21: ERROR[main]: stack traceback:
16:51:21: ERROR[main]: [C]: in function 'dofile'
16:51:21: ERROR[main]: /home/fabien/.minetest/mods/streets/streetsmod/init.lua:44: in main chunk
16:51:21: ERROR[main]: ======= END OF ERROR FROM LUA ========

@webD97
Copy link
Collaborator

webD97 commented Sep 22, 2014

The mod uses git submodules. Try a download from the forums... i think there is one with the missing files :)

@webD97
Copy link
Collaborator

webD97 commented Sep 22, 2014

@webD97 webD97 closed this as completed Sep 22, 2014
@kilbith
Copy link
Author

kilbith commented Sep 23, 2014

It must work from Github too.

2014-09-22 21:51 GMT+02:00 Christian notifications@github.com:

Closed #31 #31.


Reply to this email directly or view it on GitHub
#31 (comment).

@LotekHeavy
Copy link

I used github with the --recursive parameter: git clone --recursive

@webD97
Copy link
Collaborator

webD97 commented Sep 23, 2014

github doesn't seem to include submodules automatically. Cloning recursively should work . If it doesn't, then it's a github problem...

@Routhinator
Copy link

You should be using subtrees and not submodules so the code is committed as part of your project and you still have remote tracking. If the submodule you are depending on is updated after your commit with a breaking change, your module is broken. Released code should not rely on submodules.

@webD97
Copy link
Collaborator

webD97 commented Jul 27, 2015

That is interesting to know. I will change that for the next release. But don't expect it in the near future, I'm too busy with other stuff...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants