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

Errors during startup, missing dependencies #18

Open
TheYeti opened this issue Oct 22, 2024 · 2 comments
Open

Errors during startup, missing dependencies #18

TheYeti opened this issue Oct 22, 2024 · 2 comments

Comments

@TheYeti
Copy link

TheYeti commented Oct 22, 2024

During startup I am getting these errors in my server log, presumably because of missing dependencies. I have tried luarocks and aptitude to find them but to no avail. Can you either provide them in the github repo or point me to where to get them from?

    /home/gameserver/wow/server/loa/lua/AIO_Server/AIO.lua:295: module 'smallfolk' not found:
    no field package.preload['smallfolk']
    no file '/usr/local/share/lua/5.2/smallfolk.lua'
    no file '/usr/local/share/lua/5.2/smallfolk/init.lua'
    no file '/usr/local/lib/lua/5.2/smallfolk.lua'
    no file '/usr/local/lib/lua/5.2/smallfolk/init.lua'
    no file './smallfolk.lua'
    no file '/usr/local/lib/lua/5.2/smallfolk.so'
    no file '/usr/local/lib/lua/5.2/loadall.so'
    no file './smallfolk.so'

server.loading
.../server/loa/lua/AIO_Server/Dep_LuaSrcDiet/LuaSrcDiet.lua:35: module 'llex' not found:
no field package.preload['llex']
no file '/usr/local/share/lua/5.2/llex.lua'
no file '/usr/local/share/lua/5.2/llex/init.lua'
no file '/usr/local/lib/lua/5.2/llex.lua'
no file '/usr/local/lib/lua/5.2/llex/init.lua'
no file './llex.lua'
no file '/usr/local/lib/lua/5.2/llex.so'
no file '/usr/local/lib/lua/5.2/loadall.so'
no file './llex.so'

@Rochet2
Copy link
Owner

Rochet2 commented Nov 19, 2024

The dependencies are included as you can see here:
https://github.com/Rochet2/AIO/tree/master/AIO_Server

@Rochet2
Copy link
Owner

Rochet2 commented Nov 19, 2024

It seems something might be interfering with the package path variable or similar which is used by the require functionality of Eluna.

Do you have some script or code that edits the package path?
Might also be that the path was changed in some update 🤔

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

2 participants