[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Interpreter has crashed or stopped forcefully [Exit Code: 0]
On Wed, Dec 25, 2019 at 1:05 PM <flohston.lobby@xxxxxxxxx> wrote:
> It's a MacBook Pro 13, and I have Mojave (Version 10.16.6) installed as Operating System...
I want to suggest, as a test, running sclang at the command line to
see if it prints any extra error information.
I'm not 100% sure where sclang lives on Mac, though.
Try first, in the terminal, `which sclang` -- if this prints a path,
then it means sclang is in the system path and you should just be able
to do `sclang` (in Terminal) and grab the terminal output.
If the `which` result is empty, try `locate sclang`, then cd to that
location and `./sclang`, e.g.:
$ locate sclang
/Applications/...something.../sclang
$ cd /Applications/...something...
$ ./sclang
Anything that the terminal prints after that could be informative.
If `locate` doesn't find it, you might need to browse around inside
the SuperCollider.app package. If it comes to that, though, I'm afraid
my ability to help might be limited (macOS's sandboxes etc. are
unfamiliar to me).
hjh
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/