|
Re: cRio requires imaging before every deployment
Adding to Mark's suggestion. This failure to download is generally caused by errors that are being caught and logged to the DS while the download occurs. It is complicated, but basically the error handling, as implemented six years ago for FRC uses an obscure hook that transitions to the UI thread in order to catch the error. This is time consuming, and it turns out, not something the download code ever expected to happen. So if the phase of the moon and other things align, the deployment code will get its state confused and it will give up trying to download, but won't really tell you that.
We are using a new error catching mechanism in 2015, BTW. No more thread switches for us.
Greg McKaskle
|