I just installed 4.0 in Linux Mint 22+Cinnamon and getting a SIGSEV in ipCSS running in the IDE. If I run it standalone it just crashes with no error message.Code: Pascal [Select][+][-] 'b': if Cmd = 'background-color' then begin if Args.Count > 0 then BGColor := ColorFromString(Args[0]) // it crashes at this line highlighted else BGColor := clDefault; I rolled back to a 3.xx version and getting the same issue.How do I fix this fast. It is my main Contacts program that I use 20+ times per day.