Open hendryjwr opened 3 years ago
A further update to this. After looking into it a lot more, looks like this is where the issue lies.
File "/Users/jameshendry/Desktop/Bath_Modules/RL/rlcw3/.venv/lib/python3.7/site-packages/minerl/env/comms.py", line 39, in wrapper
return func(*args, **kwargs)
File "/Users/jameshendry/Desktop/Bath_Modules/RL/rlcw3/.venv/lib/python3.7/site-packages/minerl/env/core.py", line 510, in _start_up
return self._peek_obs()
File "/Users/jameshendry/Desktop/Bath_Modules/RL/rlcw3/.venv/lib/python3.7/site-packages/minerl/env/core.py", line 553, in _peek_obs
info = comms.recv_message(self.client_socket).decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'decode'
I had this exact problem; Download and use jdk-8u152 here https://mirrors.huaweicloud.com/java/jdk/8u152-b16/
This worked for me perfectly.
Hi there, I'm running MacOS Big Sur 11.2.3 but using the adopt jdk8 as the docs suggest. A java applet runs with no issues, attempts to enter a world and then appears to crash out directly after the window resize. Error shown below, appreciate the help in advance.
Thanks!