-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Superclass 'Object' of class 'SuperColliderJS' is not defined in any file. #82
Comments
Note that this error only occurs when I try to boot the SCLang via the added binary. If I don't specify the sclang in the |
Hi This means that sclang is trying to compile the SuperColliderJs class, but it hasn't found the files for main library. So even Look in here: is that empty? What instructions did you follow to install a copy of SuperCollider? It does say "850 primitives" so it found something. Maybe that is "Compiling directory '/Users/canince/Library/Application Support/SuperCollider/Extensions'" Those extensions would also have to go inside of the Electron build. There are security rules for electron. |
Thanks for the reply @crucialfelix. Now I am trying to set up a pipeline with electron and need to notarise the SC binary. Hitting the following error when I do that:
I know that it's not related with SCJS package but still curious to know if there are any workarounds for that |
Closing this as this is related with SC itself so will dig in that way. |
I never ran into signing problems, but it's been about 4 years. Drop a note when you release something. I'd love to see what you build |
Hi @crucialfelix, very much appreciate all the effort to put this package together.
I've just given the SC another spin with Supercolliderjs within the electron context. I am hitting the error below with the following config:
Any thoughts?
The text was updated successfully, but these errors were encountered: