LVGL Editor (Linux) - Runtime not found

Hi all,

I was testing the LVGL Editor a few days ago and had trouble opening the preview during development. After saving the XML file and switching between a few screens, I received a console message.

Console output

Console Ready
Checking for Container image...
Container Image found
Creating script element: runtime-script-canvas
Appending script to document head
Initialization already in progress, skipping
Runtime file not found.
Script load error: [object Event]
Initialization failed: Error: Script load error: [object Event]

I’m not sure what the root cause is, but even opening a basic sample (blank screen) or the example share in the LVGL Editor repository didn’t work.

Can you try Clearing Cache, Generate Code then Compile Project

Thanks for replay. After reviewing my project, I found the issue. Basically, I used keywords that were not recognized, which crashed the runtime. The “funny” part is that even changing the code for another project, the runtime keeps returning the same output. I followed as you said, and it works.

1 Like