On 10/3/18 9:17 PM, mauricemoncozet wrote:
Hi everybody,
On the occasion of an internet connection failure, I realized that Pd did not open (Pd 0.49, Mac OS High Sierra) And I can only open it on my personal connection. I tried at a friend's house and it did not work. What is going on ?
Pd uses a network connection between it's GUI and the core (which is doing all the fancy stuff).
so you need at least "some" networking (though no internet)
also, for initiating the connection between the two processes, the system might need to resolve "localhost" to an IP address. probably this is failing. alternatively, the system might hardcode the localhost IP as 127.0.0.1 which might fail if you only have IPv6.
could you please try the following (when not being connected to the internet):
"/Applications/Pd.app/Contents/Resources/pd" (adjust the path to the Pd.app if needed)
gfmrdsa IOhannes