Screens does not render in V 1.5.1

After update, the IDE stopped rendering the Screens.

What have you tried so far?

I tried to:

  • reinstall or rollback
  • open empty project or sample ones
  • checked if there is any present port conflict
  • traced all executables
  • tried to follow the the fix from here but with no luck

Screenshot or video

Others

  • SquareLine Studio version: : 1.5.1
  • Operating system: archlinux
  • Target hardware: ryzen 5 / NVIDIA GeForce RTX 2060

I am attaching the log file and strace output can be downloaded from here

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 already did that and checked all .so files to have x flag

image

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.

The micropython server indeed was without the x permission, but it still does not work after adding it.

That fixed my problem, thanks.