Smurf-IV / Elucidate

Elucidate: A GUI to drive the SnapRAID command line (via .Net)
GNU General Public License v2.0
216 stars 22 forks source link

[bug] Scrub run with default caused an error #82

Closed NIBAOBAOZHALE closed 2 years ago

NIBAOBAOZHALE commented 2 years ago

This is the log: image

snapraid version is 11.3 Elucidate release is latest

Smurf-IV commented 2 years ago

That -N gets set (in that position) when the following is true@ if (Properties.Settings.Default.FindByNameInSync)

So to work around that, just unset the checkbox in "Settings" and save: image

NIBAOBAOZHALE commented 2 years ago

THX for reply! it works👏

Smurf-IV commented 2 years ago

I'm fixing this so that it applies to the relevant commands only (As per documentation !)

Smurf-IV commented 2 years ago

Fixed: image

Smurf-IV commented 2 years ago

@NIBAOBAOZHALE Please can you test the setting with the build please: https://github.com/Smurf-IV/Elucidate/releases/tag/V2021.12.29

NIBAOBAOZHALE commented 2 years ago

@NIBAOBAOZHALE Please can you test the setting with the build please: https://github.com/Smurf-IV/Elucidate/releases/tag/V2021.12.29

it's works fine!THX