[GH-ISSUE #270] Is the windows version working on windows 11? #194

Closed
opened 2026-02-28 14:31:16 +03:00 by kerem · 9 comments
Owner

Originally created by @aaryanporwal on GitHub (Jan 22, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/270

I tried to use the Psst.exe.zip release from https://nightly.link/jpochyla/psst/workflows/build/master. But I couldn't make it work.
I unzipped and tried to run and I even renamed Psst.exe.zip to Psst.exe and it still wouldn't run.
Any help would be appreciated.
Thanks!

Originally created by @aaryanporwal on GitHub (Jan 22, 2022). Original GitHub issue: https://github.com/jpochyla/psst/issues/270 I tried to use the Psst.exe.zip release from https://nightly.link/jpochyla/psst/workflows/build/master. But I couldn't make it work. I unzipped and tried to run and I even renamed Psst.exe.zip to Psst.exe and it still wouldn't run. Any help would be appreciated. Thanks!
kerem 2026-02-28 14:31:16 +03:00
Author
Owner

@jpochyla commented on GitHub (Jan 22, 2022):

Hi @aaryanporwal, unfortunately I have no way to test. Anybody else?

<!-- gh-comment-id:1019277532 --> @jpochyla commented on GitHub (Jan 22, 2022): Hi @aaryanporwal, unfortunately I have no way to test. Anybody else?
Author
Owner

@creinholdsson commented on GitHub (Jan 24, 2022):

I tried it today on Windows 11 build 22000.376 and it works.
Not sure what you mean with "I even renamed Psst.exe.zip to Psst.exe and it still wouldn't run".

If you unzip Psst.exe.zip there is a file inside called psst-gui.exe .
If psst-gui.exe still won't run, can you try run it from Powershell or similar and see if you get some error output?

<!-- gh-comment-id:1020335493 --> @creinholdsson commented on GitHub (Jan 24, 2022): I tried it today on Windows 11 build 22000.376 and it works. Not sure what you mean with "I even renamed Psst.exe.zip to Psst.exe and it still wouldn't run". If you unzip Psst.exe.zip there is a file inside called `psst-gui.exe` . If `psst-gui.exe` still won't run, can you try run it from Powershell or similar and see if you get some error output?
Author
Owner

@aaryanporwal commented on GitHub (Jan 24, 2022):

I tried it today on Windows 11 build 22000.376 and it works. Not sure what you mean with "I even renamed Psst.exe.zip to Psst.exe and it still wouldn't run".

If you unzip Psst.exe.zip there is a file inside called psst-gui.exe . If psst-gui.exe still won't run, can you try run it from Powershell or similar and see if you get some error output?

The thing is, I'm not even able to unzip the zip file:
image
image

I'm on Windows 11 build 22000.434

<!-- gh-comment-id:1020339440 --> @aaryanporwal commented on GitHub (Jan 24, 2022): > I tried it today on Windows 11 build 22000.376 and it works. Not sure what you mean with "I even renamed Psst.exe.zip to Psst.exe and it still wouldn't run". > > If you unzip Psst.exe.zip there is a file inside called `psst-gui.exe` . If `psst-gui.exe` still won't run, can you try run it from Powershell or similar and see if you get some error output? The thing is, I'm not even able to unzip the zip file: ![image](https://user-images.githubusercontent.com/54525904/150831179-056abd06-49d8-4178-b9bc-bb9156d354ca.png) ![image](https://user-images.githubusercontent.com/54525904/150831262-c90faaec-4529-402b-8b9e-4fba5033b262.png) **I'm on Windows 11 build 22000.434**
Author
Owner

@aaryanporwal commented on GitHub (Jan 24, 2022):

7 zip was able to (I think partially) unzip the file, but even then when I try to run the psst-gui.exe file, I get the following error:

ResourceUnavailable: Program 'psst-gui.exe' failed to run: An error occurred trying to start process 'C:\Users\abc\Downloads\Psst.exe\psst-gui.exe' with working directory 'C:\Users\abc\Downloads\Psst.exe'. The specified executable is not a valid application for this OS platform.At line:1 char:1
+ .\psst-gui.exe
+ ~~~~~~~~~~~~~~.

image

<!-- gh-comment-id:1020342259 --> @aaryanporwal commented on GitHub (Jan 24, 2022): 7 zip was able to (I think partially) unzip the file, but even then when I try to run the psst-gui.exe file, I get the following error: ``` ResourceUnavailable: Program 'psst-gui.exe' failed to run: An error occurred trying to start process 'C:\Users\abc\Downloads\Psst.exe\psst-gui.exe' with working directory 'C:\Users\abc\Downloads\Psst.exe'. The specified executable is not a valid application for this OS platform.At line:1 char:1 + .\psst-gui.exe + ~~~~~~~~~~~~~~. ``` ![image](https://user-images.githubusercontent.com/54525904/150831680-eda6271f-ecf3-43eb-bf3a-9b77dcdd6f7b.png)
Author
Owner

@jpochyla commented on GitHub (Jan 24, 2022):

Seems like you downloaded a corrupted archive, please try again.

<!-- gh-comment-id:1020445248 --> @jpochyla commented on GitHub (Jan 24, 2022): Seems like you downloaded a corrupted archive, please try again.
Author
Owner

@aaryanporwal commented on GitHub (Jan 24, 2022):

Seems like you downloaded a corrupted archive, please try again.

Is there any other archive present other than the one on https://nightly.link/jpochyla/psst/workflows/build/master

because that's what I've been downloading, have downloaded and redownloaded that multiple times 😅 .

@creinholdsson can you share the archive you've been using?

<!-- gh-comment-id:1020502056 --> @aaryanporwal commented on GitHub (Jan 24, 2022): > Seems like you downloaded a corrupted archive, please try again. Is there any other archive present other than the one on https://nightly.link/jpochyla/psst/workflows/build/master because that's what I've been downloading, have downloaded and redownloaded that multiple times 😅 . @creinholdsson can you share the archive you've been using?
Author
Owner

@aaryanporwal commented on GitHub (Jan 25, 2022):

Okay I figured it out! The problem was chrome didn't like the file and was intentionally corrupting it because of the suffix .exe.

<!-- gh-comment-id:1021544573 --> @aaryanporwal commented on GitHub (Jan 25, 2022): Okay I figured it out! The problem was chrome didn't like the file and was intentionally corrupting it because of the suffix `.exe`.
Author
Owner

@NineXYZ commented on GitHub (Jan 25, 2022):

Simple advice… Stop using Chrome and the unwanted download blocker (something like that is the name), if you don't trust a file just don't download it or use virus total.

<!-- gh-comment-id:1021615154 --> @NineXYZ commented on GitHub (Jan 25, 2022): Simple advice… Stop using Chrome and the unwanted download blocker (something like that is the name), if you don't trust a file just don't download it or use virus total.
Author
Owner

@aaryanporwal commented on GitHub (Jan 26, 2022):

It wasn't a download blocker or any other third party software, apparently it's an inbuilt feature in chrome.
And as far as I know, Google hasn't publicly shared how that detection works or what specifically determines when the warning is triggered.

<!-- gh-comment-id:1021766964 --> @aaryanporwal commented on GitHub (Jan 26, 2022): It wasn't a download blocker or any other third party software, apparently it's an inbuilt feature in chrome. And as far as I know, Google hasn't publicly shared how that detection works or what specifically determines when the warning is triggered.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#194
No description provided.