alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)
GNU General Public License v3.0
3.9k stars 836 forks source link

The installation has failed, but no error was thrown #58

Closed infinitepower18 closed 2 years ago

infinitepower18 commented 2 years ago

It is not letting me install anything on WSA.

image

hifihedgehog commented 2 years ago

Also having this error with Windows 11 21H2 with the latest KB5010414 that went out today.

hifihedgehog commented 2 years ago

A common thread I am noticing is APKs do NOT work, but XAPKs for some reason still do.

alesimula commented 2 years ago

@hifihedgehog are all WSA-PacMan versions affected or just the latest release (1.3.0)?

hifihedgehog commented 2 years ago

@alesimula: I only tried 1.3.0 up until this point. There, as mentioned, only XAPKs work, and not APKs.

Downgrading to 1.2.4, APKs work again. Maybe this is an easy fix seeing that is the case?

archon810 commented 2 years ago

Same issue here. https://twitter.com/ArtemR/status/1493701850716987393

archon810 commented 2 years ago

Can confirm 1.2.4 works for me as well, but 1.3.0 does not.

alesimula commented 2 years ago

@archon810 yeah, I've probably done a stupid mistake as I've modified the way a separate process is executed

alesimula commented 2 years ago

@archon810 Well, I've fixed it, it was indeed something extremely stupid :P

archon810 commented 2 years ago

@alesimula Hmm, I just updated and tried installing https://www.apkmirror.com/apk/alpha-exploration-co/clubhouse-drop-in-audio-chat/clubhouse-drop-in-audio-chat-1-0-28-release/clubhouse-1-0-28-android-apk-download/, but the Install button is grayed out: image

Any idea why this would happen? If there's a specific reason, maybe the installer could have a hover explanation?

P.S. Esc key should be equivalent to pressing Cancel, but it does nothing. Perhaps you can hook it up?

archon810 commented 2 years ago

Hmm, now 1.2.4 is also grayed out. I didn't even do anything, just let the computer sleep, woke it up to install 1.3.1, and that's about it.

Edit: Interesting. So even though I had dev mode on and Continuous mode enabled, when I started the Amazon Appstore, it showed this: image

This means the Android subsystem stopped running. Now installing worked fine, including with 1.3.1.

infinitepower18 commented 2 years ago

Yeah I faced this too, could be a bug with the WSA

hifihedgehog commented 2 years ago

Thanks for fixing this so quickly, @alesimula!