-
Notifications
You must be signed in to change notification settings - Fork 9
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
Windows 2.2.0 install fails (Windows 10 Pro) #130
Comments
I can't repro this. Could you try uninstalling and reinstalling? The dependencies are all there. |
Yes, I tried a full uninstall and reinstall using the 2.2.0 msi. I reinstalled 2.1.1 and it works fine. |
I also tried 2.3.0 (latest release) and it has identical errors (but different line numbers for those errors) to this issue.
|
Could you please check if there is a |
That's "toga-0.3.1.dist-info"; we are looking for "toga_winforms-0.3.1.dist-info" :) |
Yes, contents are:
|
Just to understand this a little better, you launch |
Of note, in case this comes up, I also tried right clicking on the MSI and doing a repair. It didn't resolve the issue (for 2.2.0 or 2.3.0). |
Could you give the version from https://github.com/layday/instawow/actions/runs/4833972401 a shot? |
Sure, tried it. No change, same error. If there's a way to turn on debugging for you and provide you the result, I can do that as well. |
You might be able to find a more complete stack trace in |
|
I did find the log, as you can see above, but it doesn't seem to contain anything useful as far as I can tell. |
Could you try the version from https://github.com/layday/instawow/actions/runs/4838097274? It'll log a few more things in your |
Interesting detail this time and I can at least confirm the log is correct:
I checked that directory and confirmed there is no file with that name: |
So you've got two |
I agree. I looked through the installed apps on the system and an uninstall does not perform the typical uninstall via Windows Apps uninstall, so it looks like there were 5 installed versions of the app on my system (despite it being a reinstall). I went through and removed each version and then removed the %APPDATA/Local/Programs/layday folder as requested. I then reinstalled the version you provided and that fixed the issue. My guess, based on this data, is that uninstall doesn't correctly follow the Windows installer uninstall process and it is leaving folders as well to later trip up future updates of the app. |
What I assume happened is that an old upgrade failed, and since that particular folder wasn't in any of the newer installers' manifests, it just stayed there until it tripped up the new backend finder in the latest version of |
Also opened python/importlib_metadata#457 to avoid silent failures like we've seen here. |
After a direct upgrade (msi) from 2.1.1 to 2.2.0, this error pops up:
I suspect there's a missing dependency not in the msi package for 2.2.0
The text was updated successfully, but these errors were encountered: