You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried local deployment and stuck at step 3.2 ./run-local.sh --prepare-image true
Here is terminal output
Invoking Docker Container with the command:
docker run -it --rm -p 8006:8006 -p 3390:3389 --name winarena --platform linux/amd64 -e KVM=N -e RAM_SIZE=8G -e CPU_CORES=8 --mount type=bind,source=/Users/xyz/Documents/projects/WindowsAgentArena/src/win-arena-container/vm/image/setup.iso,target=/custom.iso -v /Users/xyz/Documents/projects/WindowsAgentArena/src/win-arena-container/vm/storage/.:/storage -v /Users/xyz/Documents/projects/WindowsAgentArena/src/win-arena-container/vm/setup/.:/shared -v /Users/xyz/Documents/projects/WindowsAgentArena/src/win-arena-container/client/.:/client --cap-add NET_ADMIN --stop-timeout 120 --entrypoint /bin/bash -e OPENAI_API_KEY=xyz windowsarena/winarena:latest -c './entry.sh --prepare-image true --start-client true --agent navi --model gpt-4-vision-preview --som-origin oss --a11y-backend uia'
Starting WinArena...
Starting VM...
Starting WinArena VM...
❯ Starting Windows for Docker v0.00...
❯ For support visit https://github.com/dockur/windows
❯ CPU: 0 | RAM: 12/13 GB | DISK: 670 GB (/0x6a656a63) | KERNEL: 6.6.26-linuxkit...
❯ Extracting local ISO image...
❯ Detecting version from ISO image...
❯ Detected: Windows 11 Enterprise (Evaluation)
❯ Adding drivers to image...
❯ Adding OEM folder to image...
❯ Adding win11x64-enterprise-eval.xml for automatic installation...
❯ Building Windows 11 image...
❯ Creating a 30G growable disk image in raw format...
Cannot find device "dockerbridge"
❯ Booting Windows using QEMU v9.1.1...
BdsDxe: failed to load Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0): Not Found
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
Waiting for a response from the windows server. This might take a while...
❯ Windows has started successfully. You can connect using either a web browser or RDP, both accessible at localhost on the specified ports...
Waiting for a response from the windows server. This might take a while...
Waiting for a response from the windows server. This might take a while...
Waiting for a response from the windows server. This might take a while...
the message Waiting for a response from the windows server. This might take a while... will not end and here is how the browser looks like
Here is what I have tried:
tried #22
docker image ran fine and I verified the browser ran windows just fine.
docker run -it --rm -p 8006:8006 -e KVM=N --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
tried #45 but windows.boot is still missing under WindowsAgentArena/src/win-arena-container/vm/storage folder
also tried the branch of win10e-support branch #22
Here is my setup:
Mac OS with m3 chip, windows 11 ISO – Enterprise download (64 bit)
Really appreciate any help in fixing this issue!
The text was updated successfully, but these errors were encountered:
I tried local deployment and stuck at step 3.2
./run-local.sh --prepare-image true
Here is terminal output
the message
Waiting for a response from the windows server. This might take a while...
will not end and here is how the browser looks likeHere is what I have tried:
tried #22
docker image ran fine and I verified the browser ran windows just fine.
docker run -it --rm -p 8006:8006 -e KVM=N --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
tried #45 but windows.boot is still missing under WindowsAgentArena/src/win-arena-container/vm/storage folder
also tried the branch of win10e-support branch #22
Here is my setup:
Mac OS with m3 chip, windows 11 ISO – Enterprise download (64 bit)
Really appreciate any help in fixing this issue!
The text was updated successfully, but these errors were encountered: