Hi, it’s possible that your Linux system doesn’t have permission to use the \SquareLine_Studio_Data\Plugins\libKS_Diagnostics_Process.so file. Try giving this file execution permissions.
I have the same problem, also on Linux (Ubuntu). Screens does not render and there is “Rebuilding all screens…” message indefinitely.
SLS 1.5.0 works without problems.
Hi, which LVGL version are you using? If you are using LVGL 9.2.2, try adding this line to your setup.sh: chmod +x lvgl/lvgl_v9_2_2/server/micropython
Unfortunately, this was left out of the installer, so it may not load your project.
Actually, after re-checking this, the execute permission makes no difference since the application / OS cannot open the library file. “so” files aren’t executables, but library files loaded in runtime.
The log says this: Failed to open plugin: /home/h3lgi/Applications/SquareLine_Studio_Linux_v1_5_1/SquareLine_Studio_Data/Plugins/libKS_Diagnostics_Process.so
Please, make sure that the file itself have the correct ownership. If your username is h3lgi, then using the “ls -la” command from console should reveal the h3lgi as the owner for the file(s). Additionally it is enough to have read permission on the file(s).
In the worst case you can try to run the application as root, but this is not recommended, but instead fixing ownership issues if there is any.
The permissions are correct and I checked all of them multiple times for all of the files, so where it is needed it has the executable and read permissions also the ownership is correct, so the issue appears to be in a different place.