I am using Fceux 2.2.3 emulator and i am trying to run a lua script using torch while playing super mario bros. When i load the script i face this error
Lua thread bombed out: error loading module 'libpaths' from file '/home/antonis/torch/install/lib/lua/5.1/libpaths.so': /home/antonis/torch/install/lib/lua/5.1/libpaths.so: undefined symbol: lua_gettop
I looked in the specific folder in the path and the libpaths.so is there. What this error means?