Hey Pders!
I am running a sample-player-patch in pd-extended 0.43.4 on a Raspberry Pi 2.
With [loadbang] I load round about 20 wav-samples from disk with [read] and [soundfiler]. When I do this in the pd-gui-environment, everything works okay. But when I load the patch via the command line like so:
"sudo pd-extended -nogui -open myPatch.pd"
I get the following message:
"sys_startgui: cannot allocate memory"
:-(
When I run the patch in pd-vanilla 0.46.2 - also on the Raspi 2- the same error occurs.