WOA-Deployer-Rpi
WOA-Deployer-Rpi copied to clipboard
Crash when attempting to flash write-protected disk
When attempting to flash a write-protected disk, WOA-Deployer crashes on line 40 of WOA-Deployer-Rpi\Source\DeployerPlatform\Deployer.NetFx\ImageFlasher.cs, due to a null s variable:
if (!isValidating && CultureInfo.CurrentCulture.CompareInfo.IndexOf(s, "validating", 0, CompareOptions.IgnoreCase) != -1)
After wiping the SD card with zeros and reformatting it, I was able to successfully flash and deploy Windows 10 to the card.