Am 1. August 2025 09:17:44 MESZ schrieb Maurice Moncozet <[email protected]>: > >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 --- [email protected] - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/[email protected]/message/35U6FW2OALSLWAKSJBPNZCMOJI5BX4G2/ To unsubscribe send an email to [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
