Open Railander opened 12 months ago
Hey,
old post, but I ran into the same issue, and it seems that the package.path
is wrong, so it cant find the other packages. Also the dependencies from LuaCASC seem to be missing (see: https://www.townlong-yak.com/casc/ ).
I fixed both these issues in my fork for windows: https://github.com/Karl-HeinzSchneider/InterfaceExport
I downloaded and ran export.lua with lua on linux, but it instantly complains about dependencies, which I can see are already included. Please provide better instructions.
~/InterfaceExport-master$ sudo lua export.lua wrath live code Extracting code from wrath live... lua: export.lua:74: module 'casc' not found: no field package.preload['casc'] no file './InterfaceExport/libs/casc.lua' no file './InterfaceExport/libs/casc/init.lua' no file '/usr/local/lib/lua/5.3/casc.so' no file '/usr/lib/x86_64-linux-gnu/lua/5.3/casc.so' no file '/usr/lib/lua/5.3/casc.so' no file '/usr/local/lib/lua/5.3/loadall.so' no file './casc.so' stack traceback: [C]: in function 'require' export.lua:74: in main chunk [C]: in ?