-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:"Could not get Virtual Machine for Emulator 8.1 WVGA 4 inch 512MB" #78
Comments
Are you using English version of Windows or an localised version? Could you please run |
Hi Nick,
C:\Program Files (x86)\Windows Kits\10\bin\x86>WinAppDeployCmd.exe devices Discovering devices... Log for WiniumPhone.OuterServer
Thanks On 1 August 2016 at 18:30, Nick Abalov [email protected] wrote:
|
Could you please run WinAppDeployCmd from 8.1 kit? (as you are trying to deploy to 8.1 emulator). It should print out list of devices, emulator you are trying to deploy should be among the items on the list. Also, try running Hyper-V Manager and checking if |
There is not such exe in 8.1 kit.Is there any other way i can find out same? I have checked in Hyper-v this emulator is running. Thanks On 2 August 2016 at 06:56, Nick Abalov [email protected] wrote:
|
My mistake, in 8.1 it is called |
Hi Nick, C:\Program Files (x86)\Microsoft SDKs\Windows Device Index Device Name 0 Device I am able to get the emulator with this command. Thanks On 2 August 2016 at 12:05, Nick Abalov [email protected] wrote:
|
After trying to run tests, do you have |
Yes it is showing. On Aug 10, 2016 12:22 PM, "Nick Abalov" [email protected] wrote:
|
Does the emulator has exactly |
I am trying to setup winium on a VM.
App is getting installed on emulator but outer driver is giving about exception and hence remotedriver value is null.
When i looked into outerdriver code
in EmulatorFactory.cs in GetVm()
vm = wmiFactory.GetVirtualMachine(fullName); //returning Null
hence throwing exception.
Is there any specific setting for running Winium on a VM ?
Please help me out with this issue.
Thanks
Padmaja
The text was updated successfully, but these errors were encountered: