mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #210] App does not open #153
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johndoe432 on GitHub (Nov 11, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/210
Downloaded the latest pre-built binary of Psst. When double-clicking on the icon app just doesn't open
@jpochyla commented on GitHub (Nov 11, 2021):
What OS are you on?
@johndoe432 commented on GitHub (Nov 11, 2021):
Windows 10 21H1
@johndoe432 commented on GitHub (Nov 11, 2021):
The crash began to happen after I "updated" the Psst to the version that. as far as I know, have today's commits in it
@vuon9 commented on GitHub (Nov 12, 2021):
I got the same issue. Both try from the built locally and also on the latest built download via Github. It just can't work!
Windows 11 Pro, Version 10.0.22000 Build 22000
@paolobarbolini commented on GitHub (Nov 12, 2021):
It'd be helpful to launch it from the terminal and see if it logs anything useful
@vuon9 commented on GitHub (Nov 12, 2021):
Last master built has been failed, can't open
Here is when run only
Its UI

I don't know Rust, so if any way to let it give more log details, then pls let me know.
@Heychsea commented on GitHub (Nov 19, 2021):
Does not launch at all on Win 10 (21H2). Building myself produces the same result (Instantly returns 101). Interestingly, it starts in debug mode...
@CptPotato commented on GitHub (Nov 26, 2021):
This appears to be a problem related to
env_loggeron windows: rust-lang/rust#88576.It's fixed in the current rust nightly (tested with
rustc 1.58.0-nightly (dd549dcab 2021-11-25)) and should also be resolved in1.57.0if I understand correctly.@xconverge commented on GitHub (Nov 30, 2021):
CI seems to use the latest stable, and 1.57.0 looks to be released in the next few days, so we can just hope that the windows binary fixes itself once that happens...maybe?
@MoriTanosuke commented on GitHub (Dec 6, 2021):
1.57.0 is released https://github.com/rust-lang/rust/releases/tag/1.57.0
The EXE available at https://nightly.link/jpochyla/psst/workflows/build/master today did not fix this for me on Version 10.0.19044 Build 19044.
@xconverge commented on GitHub (Dec 6, 2021):
CI is failing for windows so I don't think that EXE is using 1.57.0 yet? I think the nightly is not actually nightly, it is triggered by an action on commits and is more of a "development" build than a literal "nightly" build, if anyone knows that this is wrong thumbs down and I will delete it but It is what I saw/assume.
@MoriTanosuke commented on GitHub (Dec 6, 2021):
Looks like a file is missing from the current
masterbranch:There are a bunch of PNG files, but no ICO: https://github.com/jpochyla/psst/tree/master/psst-gui/assets
@CptPotato commented on GitHub (Dec 11, 2021):
CI is passing and the windows build works again for me. I think this can be closed now.
@jpochyla commented on GitHub (Dec 11, 2021):
Thanks for the report, closing! <3