SuperDirt segfaults when starting server

Hi,

Recently discovered tidal and trying to install it. I think I got everything right except one thing: When I launch the superdirt server as said in the docs, by running sclang startup.scd, I get this log and then it segfaults. Any idea why this is happenning ?

SC FFT global init: cosTable initialised.
compiling class library...
        Found 742 primitives.
        Compiling directory '/usr/local/share/SuperCollider/SCClassLibrary'
        Compiling directory '/usr/local/share/SuperCollider/Extensions'
        Compiling directory '/home/elio/.local/share/SuperCollider/Extensions'
        Compiling directory '/home/elio/.local/share/SuperCollider/downloaded-quarks/Vowel'
        Compiling directory '/home/elio/.local/share/SuperCollider/downloaded-quarks/Dirt-Samples'
        Compiling directory '/home/elio/.local/share/SuperCollider/downloaded-quarks/SuperDirt'
        numentries = 1131046 / 13244000 = 0.085
        4400 method selectors, 3010 classes
        method table size 16942632 bytes, big table size 105952000
        Number of Symbols 12192
        Byte Code Size 347509
        compiled 469 files in 0.24 seconds

Info: 4 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll

compile done
localhost : setting clientID to 0.
internal : setting clientID to 0.
Class tree inited in 0.01 seconds


*** Welcome to SuperCollider 3.14.0-dev. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).
server 'localhost' already booting
Booting server 'localhost' on address 127.0.0.1:57110.
SC FFT global init: cosTable initialised.
Found 0 LADSPA plugins
JackDriver: client name is 'SuperCollider'
SC_AudioDriver: sample rate = 48000.000000, driver's block size = 1024
JackDriver: connected  Built-in Audio Analog Stereo:monitor_FL to SuperCollider:in_1
JackDriver: connected  Built-in Audio Analog Stereo:monitor_FR to SuperCollider:in_2
JackDriver: connected  SuperCollider:out_1 to Built-in Audio Analog Stereo:playback_FL
JackDriver: connected  SuperCollider:out_2 to Built-in Audio Analog Stereo:playback_FR
SuperCollider 3 server ready.
fish: Job 1, 'sclang startup.scd' terminated by signal SIGSEGV (Address boundary error)

Additional Infos:
I built supercollider and sc3 plugins from source, no build errors
I have set up permissions for realtime scheduling

OS Infos:
Alpine Linux 3.19 (musl libc)
Desktop: Sway 1.8
Audio server: pipewire (pipewire-jack is installed)

What happens if you just run sclang or scide?

When running sclang, I get this message, and then it seems to read from stdin, but not doing anything.

SC FFT global init: cosTable initialised.
compiling class library...
	Found 742 primitives.
	Compiling directory '/usr/local/share/SuperCollider/SCClassLibrary'
	Compiling directory '/usr/local/share/SuperCollider/Extensions'
	Compiling directory '/home/elio/.local/share/SuperCollider/Extensions'
	Compiling directory '/home/elio/.local/share/SuperCollider/downloaded-quarks/Vowel'
	Compiling directory '/home/elio/.local/share/SuperCollider/downloaded-quarks/Dirt-Samples'
	Compiling directory '/home/elio/.local/share/SuperCollider/downloaded-quarks/SuperDirt'
	numentries = 1131046 / 13244000 = 0.085
	4400 method selectors, 3010 classes
	method table size 16942632 bytes, big table size 105952000
	Number of Symbols 12192
	Byte Code Size 347509
	compiled 469 files in 0.37 seconds

Info: 4 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll

compile done
localhost : setting clientID to 0.
internal : setting clientID to 0.
Class tree inited in 0.01 seconds


*** Welcome to SuperCollider 3.14.0-dev. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).

I don't have installed scide

Now try running SuperDirt.start as per the docs: