confirmed,
I'ts not crashing for me, but commands are failing when connected with ADC.
What you can do for now is change four lines in
core/Hub-UserCmds.lualine 187 that looks like this:
reply = reply.."ICMD "..ADC_E((tHubSettings.Main.sMenuname or "FlexHub Commands")).."/"..ADC_E(cat.text).."/"..ADC_E(data[3]).." TTHMSG\\s"..cmdprefix..data[4].."\\n CO1 CT"..data[2].."\n"
Change the string
data[4] to
name,
Then do the same for line 192, 206 and 211.
Save the file and do !rs in main, after a reconnect to the hub it should work much better.