Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.82k stars 2.03k forks source link

[Bug] Chia Plotter Crashed Due to Asyncio #15722

Closed AFCzzi closed 1 year ago

AFCzzi commented 1 year ago

What happened?

When I started the plotting process on my Windows 11 PC, the plotter crashed and it does not appear that I did anything wrong because when I fallback the software to the 1.6.2 release, although there was still the notice output, but it can still plot and function normally.

Version

1.8.2

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

Traceback (most recent call last):
  File "asyncio\windows_events.py", line 439, in select
RuntimeError: <_overlapped.Overlapped object at 0x000002832F9D01E0> still has pending operation at deallocation, the process may crash
Traceback (most recent call last):
  File "asyncio\windows_events.py", line 439, in select
RuntimeError: <_overlapped.Overlapped object at 0x000002832F9D01E0> still has pending operation at deallocation, the process may crash
AFCzzi commented 1 year ago

I made an error in stating the correct version of Chia GUI that worked for me, it was the 1.6.0 version that worked. Although there was still that error message, but the plotter was still able to plot. To my surprise though, everything else appeared to be running smoothly with the newer versions except for the plotter.