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 · 0 comments
Open

Errors during startup, missing dependencies #18

TheYeti opened this issue Oct 22, 2024 · 0 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'

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

1 participant