Running Processing 3.0+

edited November 2017 in Using Processing

Hello guys. This question is not homework related, so rest assured xD. The problem is, whenever I try to run a sketch in Processing V 3.0+, it always give me errors but works on V.2.0.7 which is kind of weird. I'm using school server . The Error message is,

////////////////

ERROR: transport error 202: socket creation failed: Invalid argument

ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]

Using startup command: M:\"name"\ICS2O1\processing-3.3.6\java\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=8350,server=y,suspend=y,quiet=y -Djna.nosys=true -Djava.ext.dirs=M:\"name"\ICS2O1\processing-3.3.6\java\lib\ext -Djava.library.path=;M:\"name"\ICS2O1\processing-3.3.6\core\library;M:\"name"\ICS2O1\processing-3.3.6\java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\QuickTime\QTSystem;C:\Program Files (x86)\Windows Live\Shared;M:\"name"\ICS2O1\processing-3.3.6\java\bin;. -cp C:\Users\Drone\AppData\Local\Temp\sketch_171103a6345610678961867414temp;M:\"name"\ICS2O1\processing-3.3.6\core\library\core.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-linux-aarch64.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-linux-amd64.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-linux-armv6hf.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-linux-i586.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-macosx-universal.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-windows-amd64.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt-natives-windows-i586.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\gluegen-rt.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-linux-aarch64.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-linux-amd64.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-linux-armv6hf.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-linux-i586.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-macosx-universal.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-windows-amd64.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all-natives-windows-i586.jar;M:\"name"\ICS2O1\processing-3.3.6\core\library\jogl-all.jar;lib;lib\pde.jar;core\library\core.jar;lib\jna.jar;lib\jna-platform.jar;lib\antlr.jar;lib\ant.jar;lib\ant-launcher.jar -ea processing.core.PApplet --editor-location=-8,-8 --external --display=1

--sketch-path=C:\Users\Drone\AppData\Local\Temp\untitled1651461818196740538sketches\sketch_171103a sketch_171103a

If you need more information, just comment below, Thank you.

Answers

Sign In or Register to comment.