Packages missing when using app

Hi, I have a problem with trying to use an app in Studio.
When I open the .exe it do open without any trouble, and also I tried executing with cmd and it also did not have any errors. But when opening with UiPath i got this error.

Any help/recomendation is welcome.

You may need to use the Start Process activity so you can provide the working directory attribute. Then once it’s opened with Start Process, you can use Use Application/Browser to attach to it (just make sure to set the Open property to Never).

Thank you for your suggestion, but I’ve tried with start process and got the same results

Did you fill in the Working Directory property?

Hi @Practica_Sistemas

can you check if UiPath has access to the folder where the binaries are located.

This fixed it, thank you. No way I missed that