Stderr: VBoxManage.EXE: error: The virtual machine error on windows host

I try to start debian/buster64 on windows host
getting this error:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'debian/buster64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'debian/buster64'
    default: URL: https://vagrantcloud.com/api/v2/vagrant/debian/buster64
==> default: Adding box 'debian/buster64' (v10.20230615.1) for provider: virtualbox
    default: Downloading: https://vagrantcloud.com/debian/boxes/buster64/versions/10.20230615.1/providers/virtualbox/unknown/vagrant.box
    default:
==> default: Successfully added box 'debian/buster64' (v10.20230615.1) for 'virtualbox'!
==> default: Importing base box 'debian/buster64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'debian/buster64' version '10.20230615.1' is up to date...
==> default: Setting the name of the VM: debian_default_1697919913827_65191
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "3826df83-93ef-4c8f-9c53-770606932795", "--type", "headless"]

Stderr: VBoxManage.EXE: error: The virtual machine 'debian_default_1697919913827_65191' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005)
VBoxManage.EXE: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

The long long version with the --debug
is attached as text file
vagrant.txt (101.3 KB)

The thing is when i install iso file out side of vagrant all is working fine .
Im using Vagrant 2.4.0 and virtual box 7.0 on windows 10