Hi.
In my project property, the 'Only load main.lua on start:' is checked.
After upgrading to Gideros 2022.6, the following error occurs
----------------------------------------------------------------
[string "luabinding/compatibility.lua"]:79: Module luasp.init not found
stack traceback:
[string "luabinding/compatibility.lua"]:79: in function require
main.lua:7: in function
----------------------------------------------------------------
at
in the main.lua file. 'init.lua' file is located at 'asset/luasp' folder.
There were no problem in former versions.
Please help me.
Comments
But I guess our implementation doesn’t handle your case. Actually we don’t handle dots as path separators, that could be improved. But you should be able to just require ´luasp’ since by default Gideros will try to load it with /init.lua appended
----------------------------------------
nil
attempt to index nil with '__styleUpdates'
stack traceback:
----------------------------------------
any help?
My overridden require() function works well too.
Thank you.
Likes: MoKaLux