Comment 1 for bug 1185923

Revision history for this message
Tobin Davis (gruemaster) wrote :

Will see what can be done. I believe the default action is to stop and return to the main window, leaving the operation terminated at the point of failure.

Part of the problem is that the Read operation is generic, and used to read either a file (in Write mode) or read a device (in Read mode), since the underlying dynamics of both operations are identical at that level (read from handle to buffer - handle being either the device or file).

In 99.9% of the cases, this error is fatal, but in the rare case of a device with a corrupt sector, I can understand the need to continue.

At this point it is too late to add to the v0.8 release (due hopefully in the next few days). I have one last major bug I will work on this weekend before releasing.