-
-
Notifications
You must be signed in to change notification settings - Fork 49
Processing won't start a second time when a system proxy server is set on Linux #438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Created by: rapiz1 In
is relevant. |
Created by: rapiz1 Background: I have http and sock proxy set, in the KDE Proxy setting.
strace -f ./processing , I found out that processing try to connect the instance server via the proxy. This didn't work, of course.
Seting |
Created by: benfry Hm, I don't personally know enough about system proxies to understand why enabling it would cause connections to localhost break. Maybe someone else can help. |
Created by: guilhermesilveira @rapiz1 can you try it with beta 7? |
Created by: dev01111 Working on a fix for this issue. Maybe we should disable proxys when running singleinstance.java? |
Created by: rapiz1 I now think a sane proxy implementation should handle the loopback address. I haven't tried processing ever since. Maybe this isn't a issue that processing should fix? ---Original--- Working on a fix for this issue. Maybe we should disable proxys when running singleinstance.java? — |
Created by: benfry Ok, thanks; I can't just ship it out without testing, we'd need someone who's dealing with proxies to weigh in. As far as I know, https://bugs.openjdk.org/browse/JDK-8025065 |
Created by: dev01111
Java should definitely fix this, I just thought that maybe a temporary solution could be good while the nerds at Oracle work this out. I also tried building it, no |
Created by: rapiz1
Description
The IDE will crash after a second start, without any error messages.
Expected Behavior
The IDE can start
Current Behavior
The IDE failed to start at the second time
Steps to Reproduce
Your Environment
Possible Causes / Solutions
After
rm -rf ~/.config/processing
, the IDE can start.The text was updated successfully, but these errors were encountered: