Hey ya Fates community.
I’ve recently dusted off my Fates build from a while ago and I’m not able to get any Supercollider engine script to produce audio. Softcut is functioning just fine so when I play content back from tape everything is functioning as normal.
I have removed all of my scripts apart from Awake with the same behavior. I assumed that I had a duplicate engine somewhere but can’t seem to locate the root of the issue.
Does anyone have any ideas of where I should be looking?
In Maiden I get this as the output on the SC window -
a CroneAudioContext
FAILURE IN SERVER /p_new Group 1001 not found
[ CroneEngine adding command, hz, f, a Function ]
[ CroneEngine adding command, amp, f, a Function ]
[ CroneEngine adding command, pw, f, a Function ]
[ CroneEngine adding command, release, f, a Function ]
[ CroneEngine adding command, cutoff, f, a Function ]
[ CroneEngine adding command, gain, f, a Function ]
[ CroneEngine adding command, pan, f, a Function ]
-----------------------
-- crone: done loading engine, starting reports
--------
engine: an Engine_PolyPerc
command entry: [ 0, hz, f ]
command entry: [ 1, amp, f ]
command entry: [ 2, pw, f ]
command entry: [ 3, release, f ]
command entry: [ 4, cutoff, f ]
command entry: [ 5, gain, f ]
command entry: [ 6, pan, f ]
cpu_peak
cpu_avg
amp_in_l
amp_in_r
amp_out_l
amp_out_r
pitch_in_l
pitch_in_r
pan: -1.0
pan: -1.0
FAILURE IN SERVER /s_new Group 1012 not found
FAILURE IN SERVER /s_new Group 1012 not found
FAILURE IN SERVER /s_new Group 1012 not found
FAILURE IN SERVER /s_new Group 1012 not found
FAILURE IN SERVER /s_new Group 1012 not found
FAILURE IN SERVER /s_new Group 1012 not found
FAILURE IN SERVER /s_new Group 1012 not found
[edit]
So I bit the bullet and did a fresh install thinking that I should just start over from scratch. I went through all the steps outlined (on a 3 B+ and using 200218 norns 2.2.9 as the install source), expanded the file system and could hear the melody of Awake!
I thought I was out of the woods now, so I did a system update from the system menu, it went through the standard update process, and was ready for a reboot. I restarted through sleep twice to make sure everything was at a solid starting point, Selected Awake, and no sound 
I opened up Maiden to see what was being output from SC and I am seeing the same type of error 
Found 0 LADSPA plugins
JackDriver: client name is 'SuperCollider'
SC_AudioDriver: sample rate = 48000.000000, driver's block size = 128
SuperCollider 3 server ready.
Requested notification messages from server 'localhost'
localhost: server process's maxLogins (1) matches with my options.
localhost: keeping clientID (0) as confirmed by server process.
Requested notification messages from server 'localhost'
/notify : already registered
localhost - already registered with clientID 0.
localhost - handling login request though already registered -
This seems to be a login after a loss of network contact -
- reconnected with the same clientID as before, so probably all is well.
Shared memory server interface initialized
JackDriver: max output latency 8.0 ms
CroneDefs: sending defs
play_fade
patch_mono
patch_mono_fb
patch_stereo
patch_pan
rec_smooth
adc
amp_env
pitch
polySub
patch_mono_gate_pause
patch_mono_gate_pause_fb
AudioContext: in_b[0] index: 4
AudioContext: in_b[1] index: 5
AudioContext: out_b index (stereo): 0
AudioContext: initPolls
FAILURE IN SERVER /g_new Group 1 not found
FAILURE IN SERVER /g_new target Node 1000 not found
FAILURE IN SERVER /g_new target Node 1001 not found
FAILURE IN SERVER /s_new Group 1000 not found
FAILURE IN SERVER /s_new Group 1000 not found
FAILURE IN SERVER /s_new Node 1000 not found
FAILURE IN SERVER /s_new Node 1000 not found
FAILURE IN SERVER /s_new Node 1002 not found
FAILURE IN SERVER /s_new Node 1002 not found
FAILURE IN SERVER /s_new Node 1000 not found
FAILURE IN SERVER /s_new Node 1000 not found
>>> /crone/ready
>>> /crone/ready
>>> /crone/ready
FAILURE IN SERVER /s_new Group 1 not found
engines: [ Glut, PolySub, KarplusRings, Ack, SimplePassThru, MollyThePoly, PolyPerc, Passersby, TestSine, None ]
has anyone seen this before or know how to get sorted out?
(not sure if it is relevant but found this similar behavior in a SuperCollider post - https://scsynth.org/t/failure-in-server-s-new-group-1-not-found/929 )
thanks much!