NS_ERROR_ABORT (0x80004004) - Error at line 1786 of file VBoxManageAppliance.cpp

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Francesco Galgani
Posts: 2
Joined: 9. May 2019, 14:40

NS_ERROR_ABORT (0x80004004) - Error at line 1786 of file VBoxManageAppliance.cpp

Post by Francesco Galgani »

Hello everyone!

My O.S.:

Code: Select all

$ cat /etc/*-release
[...]
DISTRIB_DESCRIPTION="Linux Mint 20.3 Una"
[...]
UBUNTU_CODENAME=focal
My issue:

Code: Select all

$ vboxmanage list vms
"Windows 98" {a145e24e-5c13-419b-839c-129fa6b314df}
[...]
$ vboxmanage export "Windows 98" -o win98.ova
VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available)
VBoxManage: error: Context: "ExportTo(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam())" at line 1786 of file VBoxManageAppliance.cpp
$ vboxmanage --version
6.1.36r152435
$ dpkg -l | grep virtualbox | awk '{print $3}'
6.1.36-152435~Ubuntu~focal
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: NS_ERROR_ABORT (0x80004004) - Error at line 1786 of file VBoxManageAppliance.cpp

Post by mpack »

All I can see is that the operation aborted, I can't see why. Obvious reasons would be hardware or permission errors on source or destination drives, or lack of space on dest drive.
Post Reply