On Sun, Jun 23, 2019 at 04:41:26AM +1000, Iris wrote: > I've attempted to use Zenity in a preset script I install on PCs. It > is failing to install on systems where the CPU does not support > SSE2, such as the Athlon XP.
I suppose this won't solve the problem, but can you try to set these evironment variables (or a combination thereof) and see if it works? JavaScriptCoreUseJIT=0 JSC_useJIT=false Thanks! Berto