-
Notifications
You must be signed in to change notification settings - Fork 853
Postman native app keeps failing to open #4602
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
Comments
Just tried opening from the command line. I get the message: I then went back to Task Manager and killed all instances of Postman. I then tried again from the command line and got this error. This time the app stopped during the splash screen:
|
@connelhooley Can you try our latest canary build and follow the steps mentioned here |
@harryi3t the workaround to disable GPU fixes the issue for me. But is there going to be a permanent fix coming soon? |
I'm still seeing the issue in the latest canary build, with the environment variable set. I'll try and run it via the command line again to get some logs. I can also confirm a few other devs on my team are seeing the same behaviour. |
|
@connelhooley That's weird. Normally the user should have permissions on the appData directory.
Am not sure how to change owners in windows, but maybe |
I have checked the permissions for the |
Just realised the filename is in the exception message, my mistake. I've just had Postman also fail to rename the "archive~" file in the same directory so its probably something on my work machine that's stopping the renames somehow. |
I am running into the same hang on start issue. C:\Users\Owner\AppData\Local\PostmanCanary> |
I had the same issue because I launched Postman with root privileges. The solution is to set permissions and ownership correctly for my user :
|
Describe the bug
Postman keeps failing to open. The issue appears intermittent. Sometimes the splash screen comes up. Sometimes not even that appears. If I try and open Postman several times, then I can see several Postman instances running in the background inside Task Manager. I then kill all of the Postman processes and sometimes it begins to work again for a little while, it then regresses again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The splash screen should appear, followed by the main window.
Screenshots
N/A
App information (please complete the following information):
Additional context
I've tried modifying the shortcut in my start menu to disable GPU (as I saw a recent bug that recommended turning it off if it fails to open properly) but this doesn't appear to fix it:
C:\Users\USERNAME\AppData\Local\Postman\Update.exe --processStart "Postman.exe --disable-gpu"
The text was updated successfully, but these errors were encountered: