-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Processing is not working with enabled system proxy since version 3.0a8 #645
Comments
Created by: benfry Nothing in the startup process "relies" on the network, that would be idiotic.
What does "Processing crashed" mean? That it's not running, or that Windows shows an error message that says that it has crashed? It sounds like you have an error on startup, but that Processing is not quitting completely after the error, so attempts to run it again see the first version still running, and quit. Check your Task Manager to confirm. |
Created by: torranto Maybe I was wrong. Testing steps (with check in Task Manager)
|
Created by: benfry That's what I expected. Try running |
Created by: gtitaev I have the similar problem processing/processing#3588. @torranto try to disable the system proxy in Internet Explorer. |
Created by: torranto launch4j.log Version: 3.8
CmdLine: C:\Program Files\processing-3.0\processing.exe --l4j-debug
WOW64: no
Working dir: C:\Program Files\processing-3.0\.
Bundled JRE: java
Check launcher: C:\Program Files\processing-3.0\java\bin\javaw.exe (OK)
Heap -Xmx: Requested 256 MB / 0%, Available: 1454 MB, Heap size: 256 MB
Add classpath: lib\pde.jar
Add classpath: core\library\core.jar
Add classpath: lib\jna.jar
Add classpath: lib\antlr.jar
Add classpath: lib\ant.jar
Add classpath: lib\ant-launcher.jar
Add classpath: lib\org-netbeans-swing-outline.jar
Add classpath: lib\com.ibm.icu_4.4.2.v20110823.jar
Add classpath: lib\jdi.jar
Add classpath: lib\jdimodel.jar
Add classpath: lib\org.eclipse.osgi_3.8.1.v20120830-144521.jar
Launcher: C:\Program Files\processing-3.0\java\bin\javaw.exe
Launcher args: -Xmx256m -Djna.nosys=true -Djna.boot.library.path=lib -Djna.nounpack=true -classpath "lib;lib\pde.jar;core\library\core.jar;lib\jna.jar;lib\antlr.jar;lib\ant.jar;lib\ant-launcher.jar;lib\org-netbeans-swing-outline.jar;lib\com.ibm.icu_4.4.2.v20110823.jar;lib\jdi.jar;lib\jdimodel.jar;lib\org.eclipse.osgi_3.8.1.v20120830-144521.jar" processing.app.Base
Args length: 351/32768 chars
Exit code: 259
|
Created by: torranto New details. The Processing runs for a very long time. Testing steps (with enabled system proxy and without removing the string "instance_server.port=...")
I try run with disabled system proxy:
@gtitaev you right, problem with the system proxy. I confirm problems in processing/processing#3588. Processing 3.0-windows32 |
Created by: ghost Same Problem under Windows 10 7 and 8 while having System-wide Proxy enabled. |
Created by: torranto
On some computers the Processing does not start.
This error depends on some of network settings.
Testing steps:
This problem is repeated in versions 3.0a8 to 3.0b7.
Versions 2.2.1 and 3.0a1 to 3.0a7 runs great.
It seems in version 3.0a8 you broke something.
I can repeat this problem on 5 computers. (all on Windows 7 x32)
I think you should alter the startup process. And make it less dependent on the network.
If any errors in the network, the Processing should show error message and not crash.
The text was updated successfully, but these errors were encountered: