cinit / WSAPatch

Make WSA(Windows Subsystem for Android) run on Windows 10.
The Unlicense
1.49k stars 4.21k forks source link

No Network in WSA v2211.40000.10.0 on 10.0.19045.2364 #6

Closed hidacow closed 1 year ago

hidacow commented 1 year ago

I tried the following: WSA_2211.40000.10.0_x64_Release-Nightly-with-magisk-a468fd94(25205)-canary-MindTheGapps-13.0-RemovedAmazon WSA_2210.40000.7.0_x64_Release-Nightly-with-magisk-25.2(25200)-stable-MindTheGapps-12.1-RemovedAmazon on my Windows 10.0.19045.2364 Enterprise At first I was not able to run any app because the window exited immediately. I found that this is a problem related to my GPU, you must select the GPU to get the apps starting. image However, the WSA cannot connect to Google (This shouldn't be a problem for my network as my WSL Ubuntu can connect to Google) and the network seems failing In addition, I cannot connect to the adb as no ports are open. image There's no program listening on localhost:58526 either. Similar to #5 , I cannot turn on the Wireless Debug too. image The Wifi settings look like this image image I also tried my Windows Firewall settings but it did not work.

hidacow commented 1 year ago

I made a setting mistake and the WSA can connect to Internet now. I also found out why my adb is not available and a solution, as described in my comment in #5

ticowise commented 1 year ago

Я допустил ошибку настройки, и WSA теперь может подключаться к Интернету.Я также выяснил, почему мой adb недоступен, и нашел решение, как описано в моем комментарии в # 5

what did you do to make it work i have the same problem

hidacow commented 1 year ago

Can you connect to ADB? If not, try https://github.com/cinit/WSAPatch/issues/5#issuecomment-1357768098. If the issue is related to port binding problem, you may let another application bind to the 58526 port and see the error msg. There may be other issues causing the ADB not working, I may not know the solution. I thought my Network problem was related to UWP Loopback problem and has nothing to do with this Patch. Maybe you should check the network settings carefully especially if you are using some kind of proxy to connect to the internet.