Am 09.02.2012 um 14:14 schrieb Arnaud Nicolet: > Greetings! > > Since I updated to Mac OS 10.7.3, MacFileOperationMBS doesn't return errors > anymore. I see the infamous lines: > 09.02.12 14:07:42.000 kernel: SAM Multimedia: READ or WRITE failed, SENSE_KEY > = 0x03, ASC = 0x11, ASCQ = 0x00 > in the console, proving the disk can't be read, and, in the destination > folder, the target file is indeed not copied, but > MacFileOperationMBS.LastError returns 0. Since before, it returned an > expected return code. > Idea?
What did you use exactly? This class can be used in several modes. Also did you check Status property with MacFileOperationStatusMBS class? There is also an error property. Looks like calling CopyObject() sets last error on start of copy, so you know it's working. If it fails later, you are noticed by StatusChanged event with error code in status object. Greetings Christian -- See you in Orlando, Florida for Real World 2012 More details and registration here: http://www.realsoftware.com/community/realworld.php _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
