[SOLVED] 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Discussions related to using VirtualBox on Windows hosts.
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

[SOLVED] 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

Have a virtual machine called "manjaro-kde". When I start Virtualbox 6.1.8 a different vm is selected, but as soon as I choose "manjaro-kde", Virtualbox just freezes and can't be closed. The GUI X button is greyed out. I have to use Process Explorer to kill it, and after that can't be relaunched until I reboot. At least UI should provide several ways to fix it, not freeze and forcing a reboot.

Code: Select all

Oracle VM Virtualbox Manager
manjaro-kde: Inaccessible
Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}
Result Code: VBOX_E_OBJECT_NOT_FOUND (0x80bb0001)
Component: VirtualBoxWrap
Interface: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}
manjaro-kde-freezes-virtualbox.png
manjaro-kde-freezes-virtualbox.png (27.74 KiB) Viewed 10971 times
Last edited by DeGarcen on 24. May 2020, 01:20, edited 1 time in total.
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

Restarting the service does not prevent from having to reboot the computer. Not only that, but trying to launch again after that just duplicates the process several times:

Code: Select all

pwsh.exe -c Restart-Service VBoxSDS

Code: Select all

pwsh.exe -c Get-Process -name Virtualbox

 NPM(K)    PM(M)      WS(M)     CPU(s)      Id  SI ProcessName
 ------    -----      -----     ------      --  -- -----------
     20    52.91      86.52       0.88    5296   1 VirtualBox
     21    52.92      86.32       0.81   11040   1 VirtualBox
     20    52.13      85.64       1.00   17908   1 VirtualBox
     20    51.86      85.48       0.97   19836   1 VirtualBox
     20    52.18      85.88       1.00   25840   1 VirtualBox
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by scottgus1 »

If you revert to the older version you were running, can you use the main Virtualbox window as normal?

Also, assuming that you're running a Windows host from the forum posted in, try this:

Disable any autostart guests. Restart the host so no Virtualbox processes are running.
Go to C:\Users\{you} and move the .Virtualbox folder (note the period starting the folder name) to the desktop.
Start Virtualbox. The guest list will be empty, and all File menu Preferences modifications will be reset. (All the guests are still available, just need to be re-registered.)
In the main Virtualbox window, use the Machine menu Add command. Go to each guest's folder EXCEPT for "manjaro-kde" and register the .vbox file. See if the main Virtualbox window remains stable.
Now, lastly, register "manjaro-kde". See if the window is still stable or crashes when you select "manjaro-kde" in the guest list.

If the main Virtualbox window stays stable with "manjaro-kde" selectable, then it was just a glitch. Use the old .Virtualbox folder's Virtualbox.xml file for comparison and manually reset the File menu Preferences, possibly Host-Only and NATNetworks.

If the main window goes squiffly when "manjaro-kde" is registered, then zip that guest's .vbox file and another working guest's .vbox file, and post the zip file, using the forum's Upload Attachment tab.
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

Part of .VirtualBox\VirtualBox.xml:

Code: Select all

<MachineRegistry>
<MachineEntry uuid="{b265917b-c27f-4f6f-a5c5-185b4a3684bd}" src="D:\manjaro-kde\manjaro-kde.vbox"/>
</MachineRegistry>
Part of VBoxSVC.log:

Code: Select all

Installed Drivers:
  C:\WINDOWS\system32\DRIVERS\VBoxDrv.sys (Version: 6.1.8.37981)
  C:\WINDOWS\system32\DRIVERS\VBoxUSBMon.sys (Version: 6.1.8.37981)
  C:\WINDOWS\System32\drivers\VBoxNetAdp6.sys (Version: 6.1.8.37981)
  C:\WINDOWS\system32\DRIVERS\VBoxNetLwf.sys (Version: 6.1.8.37981)
VD: VDInit finished with VINF_SUCCESS
[..]
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
OCI: Local config file 'C:\Users\DeGarcen\.VirtualBox\oci_config' does not exist
OCI: Original config file 'C:\Users\DeGarcen\.oci\config' does not exist
OCI: Reading profiles finished with status ERROR_SUCCESS
ExtPack: Created cloud provider 'OCI' (hrc=ERROR_SUCCESS)
VirtualBox: object created
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={85632c68-b5bb-4316-a900-5eb28d3413df} aComponent={MachineWrap} aText={The object functionality is limited}, preserve=false aResultDetail=0
ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={85632c68-b5bb-4316-a900-5eb28d3413df} aComponent={MachineWrap} aText={The object functionality is limited}, preserve=false aResultDetail=0
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_INVALID_OBJECT_STATE (0x80bb0007) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' is locked for reading by another task}, preserve=false aResultDetail=0
Loading settings file "D:\manjaro-kde\manjaro-kde.vbox" with version "1.17-windows"
ERROR [COM]: aRC=VBOX_E_OBJECT_NOT_FOUND (0x80bb0001) aIID={d0a0163f-e254-4e5b-a1f2-011cf991c38d} aComponent={VirtualBoxWrap} aText={Could not find an open hard disk with UUID {68875579-5923-4090-b612-f672cb93c5ff}}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=false aResultDetail=0
ERROR [COM]: aRC=VBOX_E_INVALID_OBJECT_STATE (0x80bb0007) aIID={ad47ad09-787b-44ab-b343-a082a3f2dfb1} aComponent={MediumWrap} aText={Medium 'D:\manjaro-kde\manjaro-kde.vdi' is locked for reading by another task}, preserve=false aResultDetail=0
manjaro-kde.vbox:

Code: Select all

<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.17-windows">
  <Machine uuid="{b265917b-c27f-4f6f-a5c5-185b4a3684bd}" name="manjaro-kde" OSType="ArchLinux_64" currentSnapshot="{cdefb5b2-ea21-4633-8e5a-b06242b26744}" snapshotFolder="Snapshots" lastStateChange="2020-05-06T00:09:52Z">
    <MediaRegistry>
      <HardDisks>
        <HardDisk uuid="{1eae7798-c6ba-45af-9d3a-f35993216e4f}" location="manjaro-kde.vdi" format="VDI" type="Normal">
          <HardDisk uuid="{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}" location="Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi" format="VDI"/>
        </HardDisk>
      </HardDisks>
      <DVDImages>
        <Image uuid="{98219621-2b43-4cc9-a365-3c51d1dc003f}" location="D:/ISOS/manjaro-kde-19.0.2-200311-linux54.iso"/>
      </DVDImages>
    </MediaRegistry>
    <ExtraData>
      <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
      <ExtraDataItem name="GUI/LastGuestSizeHint" value="952,976"/>
      <ExtraDataItem name="GUI/LastNormalWindowPosition" value="961,31,952,1018"/>
    </ExtraData>
    <Snapshot uuid="{cdefb5b2-ea21-4633-8e5a-b06242b26744}" name="ok" timeStamp="2020-04-28T16:15:08Z">
      <Hardware>
        <CPU>
          <PAE enabled="false"/>
          <LongMode enabled="true"/>
          <X2APIC enabled="true"/>
          <HardwareVirtExLargePages enabled="true"/>
        </CPU>
        <Memory RAMSize="4000"/>
        <HID Pointing="USBTablet"/>
        <Display controller="VBoxSVGA" VRAMSize="16"/>
        <VideoCapture screens="1" file="." fps="25"/>
        <BIOS>
          <IOAPIC enabled="true"/>
          <SmbiosUuidLittleEndian enabled="true"/>
        </BIOS>
        <USB>
          <Controllers>
            <Controller name="OHCI" type="OHCI"/>
            <Controller name="EHCI" type="EHCI"/>
          </Controllers>
        </USB>
        <Network>
          <Adapter slot="0" enabled="true" MACAddress="0800273790C1" type="82540EM">
            <NAT/>
          </Adapter>
        </Network>
        <AudioAdapter codec="AD1980" driver="DirectSound" enabled="true" enabledIn="true" enabledOut="true"/>
        <RTC localOrUTC="UTC"/>
        <SharedFolders>
          <SharedFolder name="X_DRIVE" hostPath="X:\" writable="true" autoMount="true" autoMountPoint="/mnt/X/"/>
        </SharedFolders>
        <Clipboard/>
        <GuestProperties>
          <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="137129" timestamp="1588090275583294401" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/Version" value="6.1.6" timestamp="1588090275582313404" flags=""/>
          <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="6.1.6" timestamp="1588090275583294400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Linux" timestamp="1588090275582313400" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="5.4.35-1-MANJARO" timestamp="1588090275582313401" flags=""/>
          <GuestProperty name="/VirtualBox/GuestInfo/OS/Version" value="#1 SMP PREEMPT Thu Apr 23 10:54:43 UTC 2020" timestamp="1588090275582313402" flags=""/>
          <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1588090489721082000" flags=""/>
        </GuestProperties>
        <StorageControllers>
          <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
            <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
          </StorageController>
          <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
            <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
              <Image uuid="{1eae7798-c6ba-45af-9d3a-f35993216e4f}"/>
            </AttachedDevice>
          </StorageController>
        </StorageControllers>
      </Hardware>
    </Snapshot>
    <Hardware>
      <CPU count="4">
        <PAE enabled="false"/>
        <LongMode enabled="true"/>
        <X2APIC enabled="true"/>
        <HardwareVirtExLargePages enabled="true"/>
      </CPU>
      <Memory RAMSize="8192"/>
      <HID Pointing="USBTablet"/>
      <Display controller="VBoxSVGA" VRAMSize="16"/>
      <VideoCapture screens="1" file="." fps="25"/>
      <BIOS>
        <IOAPIC enabled="true"/>
        <SmbiosUuidLittleEndian enabled="true"/>
      </BIOS>
      <USB>
        <Controllers>
          <Controller name="OHCI" type="OHCI"/>
          <Controller name="EHCI" type="EHCI"/>
        </Controllers>
      </USB>
      <Network>
        <Adapter slot="0" enabled="true" MACAddress="0800273790C1" type="82540EM">
          <NAT/>
        </Adapter>
      </Network>
      <AudioAdapter codec="AD1980" driver="DirectSound" enabled="true" enabledIn="true" enabledOut="true"/>
      <RTC localOrUTC="UTC"/>
      <SharedFolders>
        <SharedFolder name="F_DRIVE" hostPath="F:\" writable="true" autoMount="true"/>
      </SharedFolders>
      <Clipboard mode="Bidirectional"/>
      <DragAndDrop mode="Bidirectional"/>
      <GuestProperties>
        <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="137129" timestamp="1588707038542888405" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Version" value="6.1.6" timestamp="1588707038542888403" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="6.1.6" timestamp="1588707038542888404" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Linux" timestamp="1588707038539959900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="5.4.36-1-MANJARO" timestamp="1588707038542888400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestInfo/OS/Version" value="#1 SMP PREEMPT Wed Apr 29 18:47:01 UTC 2020" timestamp="1588707038542888401" flags=""/>
        <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1588723793012556200" flags=""/>
      </GuestProperties>
      <StorageControllers>
        <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
          <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
        </StorageController>
        <StorageController name="SATA" type="AHCI" PortCount="2" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
          <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
            <Image uuid="{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}"/>
          </AttachedDevice>
          <AttachedDevice type="HardDisk" hotpluggable="false" port="1" device="0">
            <Image uuid="{68875579-5923-4090-b612-f672cb93c5ff}"/>
          </AttachedDevice>
        </StorageController>
      </StorageControllers>
    </Hardware>
  </Machine>
</VirtualBox>
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

I have to force close the process:

Code: Select all

pwsh.exe -c Stop-Process -name "VirtualBox"
And even so, Windows 10 doesn't shutdown, displays "Virtualbox Interface / Has active connections.". Have to click "Restart anyway"
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

scottgus1 wrote:If you revert to the older version you were running, can you use the main Virtualbox window as normal?

Also, assuming that you're running a Windows host from the forum posted in, try this:

Disable any autostart guests. Restart the host so no Virtualbox processes are running.
Go to C:\Users\{you} and move the .Virtualbox folder (note the period starting the folder name) to the desktop.
Start Virtualbox. The guest list will be empty, and all File menu Preferences modifications will be reset. (All the guests are still available, just need to be re-registered.)
In the main Virtualbox window, use the Machine menu Add command. Go to each guest's folder EXCEPT for "manjaro-kde" and register the .vbox file. See if the main Virtualbox window remains stable.
Now, lastly, register "manjaro-kde". See if the window is still stable or crashes when you select "manjaro-kde" in the guest list.

If the main Virtualbox window stays stable with "manjaro-kde" selectable, then it was just a glitch. Use the old .Virtualbox folder's Virtualbox.xml file for comparison and manually reset the File menu Preferences, possibly Host-Only and NATNetworks.

If the main window goes squiffly when "manjaro-kde" is registered, then zip that guest's .vbox file and another working guest's .vbox file, and post the zip file, using the forum's Upload Attachment tab.
Ok did that, all vms loaded perfectly fine, but when adding "manjaro-kde" failed. However VirtualBox didn't freeze, just didn't load the guest:

Code: Select all

Failed to open virtual machine located in C:/manjaro-kde/manjaro-kde.vbox.

Medium 'C:\manjaro-kde\manjaro-kde.vdi' cannot be closed because it is still attached to 1 virtual machines.

Result Code: VBOX_E_OBJECT_IN_USE (0x80BB000C)
Component: MediumWrap
Interface: IMedium {ad47ad09-787b-44ab-b343-a082a3f2dfb1}
Callee: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
adding-manjaro-kde-fails-others-ok.JPG
adding-manjaro-kde-fails-others-ok.JPG (36.16 KiB) Viewed 10950 times
Attachments
vms.zip
manjaro-kde does not work the other does
(3.4 KiB) Downloaded 26 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by scottgus1 »

I see something in the manjero .vbox file's disk keys in the XML.

The manjero guest has a
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by scottgus1 »

I see something in the manjero .vbox file's disk keys in the XML.

The manjero guest has a snapshot. Here is the disk registry for the guest:
<MediaRegistry>
<HardDisks>
<HardDisk uuid="{1eae7798-c6ba-45af-9d3a-f35993216e4f}" location="manjaro-kde.vdi" format="VDI" type="Normal">
<HardDisk uuid="{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}" location="Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi" format="VDI"/>
</HardDisk>
</HardDisks>
Here is the current snapshot's disk attachment registry:
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
</StorageController>
<StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{1eae7798-c6ba-45af-9d3a-f35993216e4f}"/>
</AttachedDevice>
</StorageController>
Here is the original pre-snapshot disk attachment registry:
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
</StorageController>
<StorageController name="SATA" type="AHCI" PortCount="2" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
<Image uuid="{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}"/>
</AttachedDevice>
<AttachedDevice type="HardDisk" hotpluggable="false" port="1" device="0">
<Image uuid="{68875579-5923-4090-b612-f672cb93c5ff}"/>
</AttachedDevice>
</StorageController>
I may be reading this wrong but :

The UUID starting '1eae' appears to be the parent disk and the UUID starting '8c2e' appears to be the child disk.

The current snapshot has the parent disk loaded, and the original configuration has the child disk loaded. This seems backward to me.

I don't know how to fix this, but something seems wrong.
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

The snapshot was made with 6.1.6 so no idea, I didn't touch anything. May be caused because I always create a new snapshot before then delete the old one, instead of first deleting the last snapshot then creating a new one with current state?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by scottgus1 »

One possible suggestion, if you're willing to give up the snapshot:

Put the parent and child disk files in one folder, then use Mpack's CloneVDI to make a single-disk-file clone of the final child disk. Instructions to do so are included with CloneVDI. Build a new guest around the cloned disk file.
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

What do you mean by parent and child disk files?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by scottgus1 »

"manjaro-kde.vdi" is the parent, the guest's first disk.
"Snapshots/{8c2e89ee-380a-4b49-9e55-7c12691f5eaa}.vdi" is the Child, the descendant disk generated by the snapshot.
DeGarcen
Posts: 92
Joined: 20. Mar 2009, 14:27

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by DeGarcen »

So what do you mean, that I've lost the snapshot?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 0x80bb0001 and 0x80bb000c freeze Virtualbox and forces PC reboot

Post by scottgus1 »

If you are willing to combine all of the snapshot data into one disk file then you can do as suggested above. The data should all still be there but it will no longer be possible to go 'back in time' on the data. The new guest and closed disk will be all of the present data with no snapshot.

The process works with a copy, a clone of the data, so the original files will not be damaged.

I do not know how to fix the existing damaged guest.
Post Reply