I’m encountering an error while attempting to rebuild my project in SquareLine Studio. I’ve attached a screenshot of the LVGL Python server console for reference. Here’s what I’m seeing:
- The project initially loads successfully.
- The LVGL server starts and listens on port 20085.
- A client successfully connects.
- During the ‘Start full rebuild’ process, specifically while ‘Rebuilding all screens’, an error occurs: ERROR: Error: LVGL crashed Please check the console
- After this error, there’s an attempt to load ‘screen_global:ui_InputConc_Screen’.
I’ve reviewed the console output, but I’m unable to identify the specific cause of the LVGL crash.