Mac OS Tahoe issues

I'm having issues with install on Mac OS Tahoe 26.4.1 (25E253).

I tried to install using the install script as suggested in the docs, then installed the Pulsar plugin separately. That all appears to work so far and I can start SuperCollider.

But when I try to run e.g. SuperDirt.start; from inside SuperCollider (which I think is the barebones to start things) I get a huge stack trace. I don't actually know how to access the full stack trace here to diagnose things better - does anyone have any ideas?

If it's relevant, I did install the latest SuperCollider but still see the same issues.

/Applications/SuperCollider.app/Contents/Resources/scsynth -v
scsynth 3.14.1 (Built from tag 'Version-3.14.1' [426edf6])
ls ~/.pulsar/packages/tidalcycles/node_modules/osc-min       

Cakefile     COPYING      doc_html     examples     lib          package.json readme.md    test
cabal info tidal
* tidal            (library)
    Synopsis:      Pattern language for improvised music
    Versions available: 0.8.2, 0.9.9, 0.9.10, 1.8.1, 1.9.3, 1.9.4, 1.9.5,
                        1.10.0, 1.10.1 (and 130 others)
    Versions installed: 1.10.1


Is Tidal supported on Macs newer than Ventura? It only mentions releases up to that one on the website .

Stack trace

		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/021_Sound33.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 21
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/022_Sound34.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 22
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/023_Sound35.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 23
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/024_Sound36.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 24
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/025_Sound4.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 25
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/026_Sound5.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 26
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/027_Sound6.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 27
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/028_Sound7.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 28
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/029_Sound8.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 29
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
ERROR: No more buffer numbers -- free some buffers before allocating more.

PROTECTED CALL STACK:
	Server:nextBufferNumber	0xb9576d7c0
		arg this = localhost
		arg n = 1
		var bufnum = nil
	Meta_Buffer:new	0xb943e9a40
		arg this = Buffer
		arg server = localhost
		arg numFrames = nil
		arg numChannels = nil
		arg bufnum = nil
		arg sampleRate = nil
	Meta_Buffer:readWithInfo	0xb95b9fb80
		arg this = Buffer
		arg server = localhost
		arg path = /Users/madmin/Library/Application Support/SuperCollider/downloaded-quarks/SuperDirt/classes/../../Dirt-Samples/yeah/030_Sound9.wav
		arg startFrame = 0
		arg numFrames = -1
		arg onlyHeader = false
		arg onComplete = nil
	a FunctionDef	0xb9520e040
		sourceCode = "<an open Function>"
		var buf = nil
		var metaData = nil
	Function:prTry	0xb9495d180
		arg this = a Function
		var result = nil
		var thread = a Thread
		var next = nil
		var wasInProtectedFunc = false
	
CALL STACK:
	Exception:reportError
		arg this = <instance of Error>
	Function:try
		arg this = <instance of Function>
		arg handler = <instance of Function>
		var result = <instance of Error>
	ArrayedCollection:do
		arg this = [*31]
		arg function = <instance of Function>
		var i = 30
	DirtSoundLibrary:loadSoundFilePaths
		arg this = <instance of DirtSoundLibrary>
		arg filePaths = [*31]
		arg name = 'yeah'
		arg appendToExisting = false
	DirtSoundLibrary:loadSoundFileFolder
		arg this = <instance of DirtSoundLibrary>
		arg folderPath = "/Users/madmin/Library/Applic..."
		arg name = 'yeah'
		arg appendToExisting = false
		arg sortFiles = true
		var files = [*31]
	ArrayedCollection:do
		arg this = [*218]
		arg function = <instance of Function>
		var i = 217
	DirtSoundLibrary:loadSoundFiles
		arg this = <instance of DirtSoundLibrary>
		arg paths = "/Users/madmin/Library/Applic..."
		arg appendToExisting = false
		arg namingFunction = <instance of Function>
		var folderPaths = [*218]
		var memory = 0
	SuperDirt:loadSoundFiles
		arg this = <instance of SuperDirt>
		arg paths = nil
		arg appendToExisting = false
		arg namingFunction = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: No more buffer numbers -- free some buffers before allocating more.
yeah (0) 
... file reading complete. Required 0 MB of memory.

ERROR: yield was called outside of a Routine.
ERROR: Primitive '_RoutineYield' failed.
Failed.
RECEIVER:
   Symbol 'hang'
CALL STACK:
	MethodError:reportError
		arg this = <instance of PrimitiveFailedError>
	Nil:handleError
		arg this = nil
		arg error = <instance of PrimitiveFailedError>
	Thread:handleError
		arg this = <instance of Thread>
		arg error = <instance of PrimitiveFailedError>
	Object:throw
		arg this = <instance of PrimitiveFailedError>
	Object:primitiveFailed
		arg this = 'hang'
	Condition:wait
		arg this = <instance of Condition>
	NetAddr:sync
		arg this = <instance of NetAddr>
		arg condition = <instance of Condition>
		arg bundles = nil
		arg latency = nil
		var resp = nil
		var id = 1001
	Server:sync
		arg this = <instance of Server>
		arg condition = nil
		arg bundles = nil
		arg latency = nil
	< FunctionDef in Method Meta_SuperDirt:start >  (no arguments or variables)
	Server:reboot
		arg this = <instance of Server>
		arg func = <instance of Function>
		arg onFailure = nil
	Meta_SuperDirt:start
		arg this = <instance of Meta_SuperDirt>
		arg numChannels = 2
		arg server = <instance of Server>
		arg numOrbits = 12
		arg port = 57120
		arg senderAddr = nil
		arg path = nil
	Interpreter:interpretPrintCmdLine
		arg this = <instance of Interpreter>
		var res = nil
		var func = <instance of Function>
		var code = "SuperDirt.start;  "
		var doc = nil
		var ideClass = <instance of Meta_ScIDE>
	Process:interpretPrintCmdLine
		arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Primitive '_RoutineYield' failed.
Failed.
RECEIVER: hang