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
I get `module XFuscator.init' not found when running:
$ lua XFuscator.lua -h
lua5.3: lib/XFuscator/XFuscator.lua:1: module 'XFuscator.init' not found:
no field package.preload['XFuscator.init']
no file '/usr/local/share/lua/5.3/XFuscator/init.lua'
no file '/usr/local/share/lua/5.3/XFuscator/init/init.lua'
no file '/usr/local/lib/lua/5.3/XFuscator/init.lua'
no file '/usr/local/lib/lua/5.3/XFuscator/init/init.lua'
no file '/usr/share/lua/5.3/XFuscator/init.lua'
no file '/usr/share/lua/5.3/XFuscator/init/init.lua'
no file './XFuscator/init.lua'
no file './XFuscator/init/init.lua'
no file '/usr/local/lib/lua/5.3/XFuscator/init.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.3/XFuscator/init.so'
no file '/usr/lib/lua/5.3/XFuscator/init.so'
no file '/usr/local/lib/lua/5.3/loadall.so'
no file './XFuscator/init.so'
no file '/usr/local/lib/lua/5.3/XFuscator.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.3/XFuscator.so'
no file '/usr/lib/lua/5.3/XFuscator.so'
no file '/usr/local/lib/lua/5.3/loadall.so'
no file './XFuscator.so'
stack traceback:
[C]: infunction'require'
lib/XFuscator/XFuscator.lua:1: in main chunk
[C]: in?
The text was updated successfully, but these errors were encountered:
I get `module XFuscator.init' not found when running:
The text was updated successfully, but these errors were encountered: