Hi!
I can’t get processing 3.5.3 to work. Would anyone help me please?
It starts up, but hitting the play button doesn’t do anything except making the program (menus etc) react very slowly. This is with the only code entered being print(“hello”). After a while, red text appears in the console:
Traceback (most recent call last):
File “C:\Users\Michael Dmoch\Documents\Processing\modes\PythonMode\formatter\format_server.py”, line 3, in
import socket
File “C:\Users\Michael Dmoch\Documents\Processing\modes\PythonMode\mode\jython.jar\Lib\socket.py”, line 3, in
File “C:\Users\Michael Dmoch\Documents\Processing\modes\PythonMode\mode\jython.jar\Lib_socket.py”, line 217, in
at org.python.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:88)at org.python.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:58)
at org.python.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:47)
at org.python.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:59)
at org.python.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:77)
at org.python.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:72)
at org.python.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:59)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:211)
java.lang.IllegalStateException: java.lang.IllegalStateException: failed to create a child event loop
The troubleshooting page (Troubleshooting · processing/processing Wiki · GitHub) said to run it in debug mode from my console, here’s the launch4j.log-file:
Version: 3.9
CmdLine: C:\Program Files\processing-3.5.3\processing.exe --l4j-debug
WOW64: yes
Working dir: C:\Program Files\processing-3.5.3.
Bundled JRE: java
Check launcher: C:\Program Files\processing-3.5.3\java\bin\javaw.exe (OK)
Heap -Xmx: Requested 256 MB / 0%, Available: 3401 MB, Heap size: 256 MB
Substitute: EXEDIR = C:\Program Files\processing-3.5.3
Add classpath: lib\pde.jar
Add classpath: core\library\core.jar
Add classpath: lib\jna.jar
Add classpath: lib\jna-platform.jar
Add classpath: lib\antlr.jar
Add classpath: lib\ant.jar
Add classpath: lib\ant-launcher.jar
Launcher: C:\Program Files\processing-3.5.3\java\bin\javaw.exe
Launcher args: -Xmx256m -Djava.ext.dirs=“C:\Program Files\processing-3.5.3\java\lib\ext” -Djna.nosys=true -Djna.boot.library.path=lib -Djna.nounpack=true -Dsun.java2d.d3d=false -Dsun.java2d.ddoffscreen=false -Dsun.java2d.noddraw=true -classpath “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” processing.app.Base
Args length: 372/32768 chars
Exit code: 259
My Computer:
Lenovo T440s, 8GB Ram, Intel i5-4300U @1.9GHz 2.49GHz
Win 10 Home 64-Bit