microsoft / WindowsAgentArena

Windows Agent Arena (WAA) 🪟 is a scalable OS platform for testing and benchmarking of multi-modal AI agents.
https://microsoft.github.io/WindowsAgentArena
MIT License
492 stars 50 forks source link

Failed to connect to QMP #42

Closed 18277390221 closed 1 week ago

18277390221 commented 1 week ago

I have such a problem when running the run-local.sh file, is there any solution, thank you very much!

Image

Image

ddupont808 commented 1 week ago

Hi, can you try building the base image to see if that fixes it?

The command is ./build-container-image.sh --build-base-image true Once that's done you should be able to do ./run-local.sh

18277390221 commented 1 week ago

Hi, can you try building the base image to see if that fixes it?

The command is ./build-container-image.sh --build-base-image true Once that's done you should be able to do ./run-local.sh

I took care of it. Thank you so much!!