MrPig91 / PSChiaPlotter

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

MadMax plots continously fail on P1 table 6 #164

Open kayjay010101 opened 3 years ago

kayjay010101 commented 3 years ago

This only happens on PSChiaPlotter via MadMax. Running madmax as usual has zero issues. The exit code as stated by PSChiaPlotter is -1073740791 which seems to indicate some kind of stack buffer overflow. This would make sense if my memory was dodgy, however I've run multiple memory tests and they all come back OK. Also, as mentioned every other plotter and madmax's .exe in general works perfectly, which lends credence to there being an issue specifically with PSChiaPlotter rather than a memory issue. Also, the failure happens exactly at the same spot every time, at precisely 18 minutes in when table 6 is started.

MrPig91 commented 3 years ago

I will have to look further into this. I can't imagine why this would fail using PSChiaPlotter since it only starts the MM process and shouldn't have any effect on the way it runs.