Proxy setting get issue when I call a window

Processing 3.2.3 64bits on Windows 7 64bits

If I try to call a windows:

void setup() {
 size (400, 500);
 background(128);
}

Nothing happen, if I try step by step in debug mode Processing Freeze at the beginning. I've captured logs with Process Monitor and I find this: Processing Query the proxy setting but seams to ignore ProxyOverride because in TCP Connect instead of connecting to himself it connect to proxy address. I've tried without proxy setting and it work fine but users can't use internet ^^

Is there a setting somewhere to fix this issue?

Sign In or Register to comment.