Hi everyone, I am very new to Clojure and overtone seems a great project so I would like to try it out. But I am having some issues running it. I followed the instructions here: http://overtone.github.io/docs.html
But when I run (use ’overtone.live), I am getting this error:
CompilerException java.lang.IllegalAccessError: class overtone.libs.app_icon$set_icon (in unnamed module @0x4baa79f9) cannot access class com.apple.eawt.Application (in module java.desktop) because module java.desktop does not export com.apple.eawt to unnamed module @0x4baa79f9, compiling:(overtone/libs/app_icon.clj:23:1)
I am running on a Mac Mini M1, maybe overtone or SuperCollider is not supported on the M1?
The same thing happens if I try to run (use 'overtone.core) , so maybe it’s unrelated to SuperCollider
since I haven’t tried to connect to the server yet