Opened 7 years ago
Closed 6 years ago
#17783 closed defect (fixed)
NS_ERROR_ABORT on cue/bin CD image created with Isobuster (fixed in svn)
Reported by: | pure_joy | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 5.2.12 |
Keywords: | cue cd image ns_error_abort 0x80004004 | Cc: | |
Guest type: | all | Host type: | Mac OS X |
Description
I have CD image in .cue
/.bin
format containing 1 data track and 12 cd audio tracks created with IsoBuster . This image successfully mounts with 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 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
Attachments (1)
Change History (7)
by , 7 years ago
comment:1 by , 7 years ago
Virtual machine log does not contain anything related to this, even if attaching cd image when machine is running, neither VBoxSVC.log
.
comment:2 by , 7 years ago
Replying to pure_joy:
(After this error message Virtualbox UI becomes messed up but that's another issue I think)
That link is invalid. I split your post in the forums from the 4-year old thread that you linked to. The related discussion in the forums is: https://forums.virtualbox.org/viewtopic.php?f=7&t=88067
That is if you're "kolen" in the forums. Didn't you get a notification about a reply in your post?
comment:3 by , 7 years ago
The "UI messed up" problem is likely a side effect of VBoxSVC crashing. That's unlikely to affect the UI, but possible if you're unlucky enough.
The REM statements in the cue sheets are not handled correctly. If you delete all of them, the CD image might work. This will be fixed properly in some future release.
follow-up: 5 comment:4 by , 6 years ago
Summary: | NS_ERROR_ABORT on cue/bin CD image created with Isobuster → NS_ERROR_ABORT on cue/bin CD image created with Isobuster (fixed in svn) |
---|
This will be fixed in the next VirtualBox 5.2 maintenance release.
Forgot to mention this before: Thanks for attaching the troublemaking CUE file instead of expecting us to guess what it looks like!
comment:5 by , 6 years ago
Replying to michaln:
Thanks for attaching the troublemaking CUE file instead of expecting us to guess what it looks like!
You are welcome... ;)
Marking the related thread as [Fixed] as well.
comment:6 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Example cd image, associated CD.bin is 800206848 bytes