Francesco Bonacci

Results 35 comments of Francesco Bonacci

It seems the process is being terminated halfway through the image preparation. A quick check you could try is: 1. Start with a plain [dockur](https://github.com/dockur/windows) Docker image: ```bash docker run...

I'd suggest looking into this dockur issue: https://github.com/dockur/windows/issues/179

You should use the `--prepare-image` flag only when preparing the image: `./run-local.sh --prepare-image true` If the issue occurs after the preparation phase, ensure that after preparation the `storage` folder contains...

I suspect something went wrong during the automatic shutdown of the container. Please pull the latest changes from the `main` branch, run `docker pull windowsarena/winarena-base:latest` again (we recently fixed some...

This feature is on our roadmap, but unfortunately, I can’t provide a specific timeline. It will require some modifications to the current Docker setup. We welcome contributions, so if you...

Yes, I have seen this error before when the [Windows 11 Enterprise Evaluation ISO (90-day trial)](https://info.microsoft.com/ww-landing-windows-11-enterprise.html) is not used. This is the only edition of Windows 11 that we support.

Please follow the same troubleshooting steps as outlined in this [issue](https://github.com/microsoft/WindowsAgentArena/issues/23#issuecomment-2380298008). Let me know if you have any questions.

I have seen this happen only when the wrong ISO edition is provided as `setup.iso`. In this case, the automated preparation step (and corresponding logs) will never start through the...

> I still can't start the VM no matter what I do. I tested the Interactive mode and was able to start the container and do the next trouble shooting...

Judging from your latest screenshot, the VM process has started successfully. The Docker container will shut down automatically once all the automated steps (such as installing Python packages, tools and...