Ticket #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
Change History
comment:1 Changed 3 years ago by pure_joy
Virtual machine log does not contain anything related to this, even if attaching cd image when machine is running, neither VBoxSVC.log.
comment:2 in reply to: ↑ description Changed 3 years ago by socratis
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 Changed 3 years ago by michaln
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.
comment:4 follow-up: ↓ 5 Changed 3 years ago by michaln
- Summary changed from NS_ERROR_ABORT on cue/bin CD image created with Isobuster to 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 in reply to: ↑ 4 Changed 3 years ago by socratis
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.
Example cd image, associated CD.bin is 800206848 bytes