leko hi there! i am trying to make a personal app and the compiled app does not run and return "1: module 'ui' not found" despite the script run fine with no issue is there something that i did wrong? im a beginner with not much exprience thanks
Samir Hi leko, You need to link ui module in your executable. If you use LuaRT Studio, you must put the module name ui in the embedded modules field
leko Samir oh god i took me a solid minute to figure it out, so it was the embed module field in rtc. the app ran now. thanks for the help!