LUA throws an error when script is run, but then works fine

Is anyone else experiencing an issue where LUA throws an error sometimes a script is run, but then works fine on the next attempt without any changes?

17:10:15.608 ---- START ----
17:10:15.613 loadLuaModule: error loading file: filename=ctrlv2/slots/b00/p01/main.lua, error=ctrlv2/slots/b00/p01/main.lua:20: unexpected symbol near ‘<\240>’
17:10:15.614 ----- END -----
17:10:47.504 loadLua debug output:

17:10:47.506 ---- START ----
17:10:47.515 loadLuaModule: Lua extension file initialized: file=ctrlv2/slots/b00/p01/main.lua
17:10:47.516 ----- END -----

1 Like

\240 is F0h, which is start of a SysEx message. Based on what you experienced and mentioned in the past, it looks like that there is a collision of the preset transfer with other SysEx message. I just added that on my bug list and will review that.