You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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?
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'
The text was updated successfully, but these errors were encountered: