Simizfo / WSATools

Easy-to-use APK installer and more for Windows Subsystem for Android
https://wsatools.app
744 stars 188 forks source link

Infinite loading #33

Open AlexZedTech opened 2 years ago

Simizfo commented 2 years ago

This needs more details, please!

Thank you.

Simizfo commented 2 years ago

Closing as there was no more details provided. Feel free to reopen this if needed.

Azertixe commented 2 years ago

Hello same issue here. What details do you need ?

Diegorro98 commented 2 years ago

Same here!

Simizfo commented 2 years ago

What steps did you do?

Anything that might help me understand where the code fails is welcome. Thanks!

Diegorro98 commented 2 years ago

@Simizfo, I reproduced the issue following these steps:

  1. Install WSATools
  2. Try install an APK.
  3. Install ADB from WSATools dialog
  4. When ADB is installed, cancel APK installation (if installation was made from WSATools just close the APK file selection window so that WSATools is back at the start page, if it was made by double-clicking on an APK file on the file explorer or you already have chosen an APK, close the window when the option to install is shown)
  5. Try again to install again the APK

EDIT Also if you achieve to install adb and the desired APK successfully, and you try to install another app, WSATools will get into infinite loop too... Only way for me to install apk is reseting WSATools each time and installing ADB, but if installation fails it might require to reset again the app... 😕

Simizfo commented 2 years ago

Thanks for this @Diegorro98, I'll try to reproduce it and see what happens.

zeratax commented 1 year ago

yea also stuck here. I can install this apk manually via cli, but the tool is just stuck like this: image

It's this apk btw if that helps: https://tachiyomi.org/download/ but seems to happen to me with any apk

Saplyn commented 1 year ago

Here are 2 possible causes of Infinite Loading on my machine.

Background Information

Cause 1: ADB "debugs" for the first time, WSA not allowing debug from strange device

Cause 2: disconnect and re-connect WSA in command line

Simizfo commented 1 year ago

Hi there! Good news: WSATools has been 100% rewritten from scratch using Windows App SDK. It's WAY more stable.

I'll release this as soon as possible!

Thanks for reporting.

Simizfo commented 1 year ago

This should be fixed in the new version (1.0.0) available now on the store, if anyone happens to try please let me know and I'll close this!

BlankFX1 commented 1 year ago

Infinite Loading still happens on my freshly installed WSATools right after selecting a custom adb folder. WSATools just hangs forever, including becomming a "white" app when clicking somewhere.

(As I already have adb around, I'm not planning to download another via WSATools.)

Simizfo commented 1 year ago

@BlankFX1 Would you mind posting your logs? Open them in the app main page before selecting a custom ADB in settings.

BlankFX1 commented 1 year ago

Sure, but I highly doubt this will help:

CORE: Checking for WSA ...
CORE: Checking for WSA returned 0
CORE: Checking for WSA ...
CORE: Checking for WSA returned 0

Thats all. And just to clarify; WSA itself works perfectly fine.

Simizfo commented 1 year ago

This is interesting, apparently no error. I'll check if something blocking might happen there. Thanks for reporting!