Replies: 5 comments 6 replies
-
I have the same issue. |
Beta Was this translation helpful? Give feedback.
-
i started getting this since updating to chia 1.1.3 |
Beta Was this translation helpful? Give feedback.
-
I think you should restart and try again. This issue is tied to some windows bug that some people have. View is meant to be fallible. Manager however should be resilient to errors. So if view breaks, it should still let manager run in the background. |
Beta Was this translation helpful? Give feedback.
-
This is what solved this issue for me: Open up Task Manager and go to your Performance tab. Then, under CPU check your Handles. I found that mine were in the millions. That told me that a process on my machine was having a handle leak. Did some googling to find the culprit and came up with this program to help me snuff it out: Microsoft's Sysinternal - Process Explorer. Once I installed Process Explorer, I was able to filter and sort the active processes by handle usage. I found the offending process and killed it. I was then able to restart the plot viewer with no issues. Seems that psutils will crash on having to many handles open. That worked for me but YMMV. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the information I was having the same issue and used the process explorer to hunt the problem down. For me it was a part of MSI Dragon Center. The mystic lights option inside the program has a .exe called ledkeeper2.exe and that was what was holding all the handles and causing the error on my viewer. Just wanted to add in my finding sense this post did help me fix the issue wanted to help improve it some for others who come looking later. |
Beta Was this translation helpful? Give feedback.
-
Happens about 10 hours ish after initial run? Then it'll happen every 20-30mins ish after that.
Problem is that it doesn't actually end up restarting the view, it basically freezes the terminal
Seems like it has to do with this portion of the code
I can probably try running a debugging process and see which is setting it false, but do you have a hunch?
I'm on windows 10, running this through the windows terminal. This happens regardless if I run after activating the venv or not
Beta Was this translation helpful? Give feedback.
All reactions