It looks like you're new here. If you want to get involved, click one of these buttons!
The line it crashes has:
com.giderosmobile.android.player.LuaException: classes/URLImage.lua:11: module 'lfs' not found:
no field package.preload['lfs']
no file './lfs.lua'
no file '/usr/local/share/lua/5.1/lfs.lua'
no file '/usr/local/share/lua/5.1/lfs/init.lua'
no file '/usr/local/lib/lua/5.1/lfs.lua'
no file '/usr/local/lib/lua/5.1/lfs/init.lua'
no file './lfs.so'
no file '/usr/local/lib/lua/5.1/lfs.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
classes/URLImage.lua:11: in main chunk
(luac): in main chunk
at LUA.MAIN_CHUNK(classesURLImage.lua:11)
at LUA.MAIN_CHUNK(luac:1234)
Comments
require("bit")
Runs in the emulator. I am guess I am doing something wrong. But what?
My fault.
In the new version I have to add ALL the plugins manually (Even the old default ones)...
Never mind...
(I would delete the discussion, if I could, but maybe someone has similar issue if he hadn't upgraded Gideros in some time)
Likes: SinisterSoft