madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 664 forks source link

Freezing Problem #403

Open mefe-tr opened 3 years ago

mefe-tr commented 3 years ago

While mad max plotter is running, suddenly it freezes. After clicking keyboard on powershell core, it resumes to plot. I use windows 10.

TopoSan commented 3 years ago

Same problem for me

ataa commented 3 years ago

As far as I remember, If you click on powershell window, it will pause the view. disabling the quickedit mode will fix that.

mefe-tr commented 3 years ago

As far as I remember, If you click on powershell window, it will pause the view. disabling the quickedit mode will fix that.

Thank you ataa. My problem is solved with this solution for me.

lordzamura commented 3 years ago

Open Powershell by pressing the Windows key and typing “PowerShell” When the PS window opens, click the top left of the window to open a menu. In that menu, click “Properties.” In the new window, Uncheck the box that says “QuickEdit mode”. Normally this feature is great when you want to highlight text in the window and copy it out to another place. But, it has the bad side effect of pausing whatever is running in the window. This is bad if a plotter is plotting and you accidentally click the window while dragging it around. Disabling QuickEdit mode prevents this from happening. If you want to select text in the future, just right-click inside the PS window and select “Mark”.

ChiaDave commented 3 years ago

Thank you, problem solved!