Skip to content
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

Infinite loading #33

Open
AlexZedTech opened this issue May 31, 2022 · 15 comments
Open

Infinite loading #33

AlexZedTech opened this issue May 31, 2022 · 15 comments
Labels
bug Something isn't working

Comments

@AlexZedTech
Copy link

No description provided.

@Simizfo
Copy link
Owner

Simizfo commented Jun 6, 2022

This needs more details, please!

Thank you.

@Simizfo
Copy link
Owner

Simizfo commented Aug 4, 2022

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

@Simizfo Simizfo closed this as completed Aug 4, 2022
@Azertixe
Copy link

Azertixe commented Aug 29, 2022

Hello same issue here. What details do you need ?

@Diegorro98
Copy link

Same here!

@Simizfo
Copy link
Owner

Simizfo commented Oct 17, 2022

What steps did you do?

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

@Simizfo Simizfo reopened this Oct 17, 2022
@Simizfo Simizfo added the bug Something isn't working label Oct 17, 2022
@Diegorro98
Copy link

Diegorro98 commented Oct 18, 2022

@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
Copy link
Owner

Simizfo commented Oct 23, 2022

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

@zeratax
Copy link

zeratax commented Jan 5, 2023

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
Copy link

Saplyn commented Jan 7, 2023

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

Background Information

  • Installed WSA, Amazon Appstore and WSA-Tools through Microsoft Store.
  • Has some complete and installable APK files.
  • Has a valid and working ADB package, version 1.0.41, added to PATH.
  • Developer Mode enabled in WSA Settings, port set to default.
  • Subsystem Resources set to Continues, in WSA Settings.
  • Custom ADB Location set correctly.

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

  • I have never installed anything besides Amazon Appstore in WSA, nor do I ever launch ADB.
  • I failed (infinite Loading) to install the APK through: (I call it method 1)
    • Launch WSA-Tools
    • Click "install an APK"
    • Choose the APK file
    • Click "Load APK"
  • I failed (infinite Loading) to install the APK through: (I call it method 2)
    • Double Clicking it.
  • I opened PowerShell, typed adb connect 127.0.0.1:58526, a window popped up and ask me "allow debugging?", I checked the checkbox "always allow" and then clicked "allow". (texts in "" may not the same, but the meanings are)
  • I typed adb install <path to APK 1>, and successfully installed one app. (yes, through command line)
  • I successfully installed another APK through method 1.

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

  • I installed an APK through method 2, succeeded.
  • For some reason I decided to disconnected WSA in command line by typing adb disconnect in PowerShell.
  • I re-connect WSA in command line using abd connect 127.0.0.1:58526
  • I typed abd devices to confirm if it's connected, and it was.
  • I tried to install another APK through method 1, failed (Infinite Loading).
  • I tried to install the same APK in the last step through command line, succeeded.

@Simizfo
Copy link
Owner

Simizfo commented Feb 13, 2023

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
Copy link
Owner

Simizfo commented Mar 23, 2023

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
Copy link

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
Copy link
Owner

Simizfo commented Jun 22, 2023

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

@BlankFX1
Copy link

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
Copy link
Owner

Simizfo commented Jul 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants