MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
182 stars 47 forks source link

Unable to save job #163

Open Hbitvof opened 3 years ago

Hbitvof commented 3 years ago

I can save a job but when I wan't to reopen the job I get:

Unable to laod previous job :( Check logs for more info

Can this be solved?

Hbitvof commented 3 years ago

This seems related to the replot configuration. I see this in the logging:

[INFO]-[2021-07-12.10:23:24]-Staring PSChiaPlotter GUI - PID = 5676 PS C:\Users\hans> [Error][2021-07-12.10:23:39]-106-You cannot call a method on a null-valued expression. $FoundFinalVolume.OldPlotDirectories.Add($oldplot)

[Error][2021-07-12.10:23:39]-128-The property 'TotalReplotCount' cannot be found on this object. Verify that the property exists and can be set. $FoundFinalVolume.TotalReplotCount = ($FoundFinalVolume.OldPlotDirectories | Measure-Object -Property PlotCount -Sum).Sum

MrPig91 commented 3 years ago

Thank you for the additional log info I would try to recreate this issue and see what is causing it.