Hello Support,
1) I am using StarBurnX Wrapper.
2) I am using Grabber class for
a) Grabber.GrabTrackAsData - for Data discs
b) Grabber.GrabDVDVideoDisc - for Video DVD
c) Grabber.GrabDisc - for Audio CD, Video CDs.
I am using on USB DVD Writer for testing purpose. While going through all these kinds of image grabbing processes, if I removed this USB drive attached to PC physically by removing the USB connection chords.
a) For data discs, I am getting an exception for Grabber.GrabTrackAsData() method, with Grabber.LastErrorCode = STARBURN_ERR_SDK_ERROR {629} as an error for Grabber class, which is proper.
b) For Video DVD, I am getting an exception for Grabber.GrabDVDVideoDisc() method, with Grabber.LastErrorCode = STARBURN_ERR_UNRECOVERABLE_BAD_BLOCK {678} as an error for Grabber class, which is proper.
c) But For Audio and Video CDs, process is not stopped, no exception was caught and grabbing process was continued forever.
Is any extra settings I have to do to change this behavior. Because while testing my sample, as I am not getting any exception and Grabbing process was not stopped, the process continued for 2 hours, after that I realized that drive was disconnected from outside.
Will you please kindly look into the problem? Whether I have to any extra settings for Grabber.GrabDisc function().
Thank you in advance.