﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
17783,NS_ERROR_ABORT on cue/bin CD image created with Isobuster (fixed in svn),pure_joy,,"I have CD image in `.cue`/`.bin` format containing 1 data track and 12 cd audio tracks created with [https://www.isobuster.com/ IsoBuster ]. This image successfully mounts with [http://www.alcohol-soft.com/ Alcohol 52%] cd drive emulation software, but gives `NS_ERROR_ABORT (0x80004004)` error when trying to use it as CD image in Virtualbox.

(After this error message Virtualbox UI [https://forums.virtualbox.org/viewtopic.php?f=7&t=61715 becomes messed up] but that's another issue I think)

Virtualbox 5.2.12, MacOS 10.13.4

Attaching `CD.cue`, associated `CD.bin` is 800206848 bytes and can be simulated by creating sparse file filled with zeroes:

{{{
dd if=/dev/zero of=CD.bin bs=1 count=0 seek=800206848
}}}
",defect,closed,virtual disk,VirtualBox 5.2.12,fixed,cue cd image ns_error_abort 0x80004004,,all,Mac OS X
