Am 1. August 2025 09:17:44 MESZ schrieb Maurice Moncozet mauricemoncozet@gmail.com:
IOhannes m zmölnig's: a command with the terminal doesn't work either (Pd-0.55-2 opens perfectly with this method).
but what does it say? I did not expect it to "work", but print something to the terminal that might help us find the root cause if the problem.
the command I gave was for starting the Pd-GUI. you might also try starting the Pd core instead, to see if this gives you more/other information.
something like the following command:
./Pd.app/Content/Resources/bin/pd -stderr -verbose
(I'm writing this from my mobile without a computer at hand, so there might be a typo or two)
you might also run the following command *immediately* after Pd has terminated in the same terminal:
echo $?
this will print the exit code of the previous command (which is a very minor diagnostic, but it is easy to obtain)
mfg.sfg.jfd IOhannes