-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Starting up Keybase... #25138
Comments
Same problem in #25132 |
Read through several reports of same issues on Win10. No actual solutions posted anywhere but a workaround listed in #25064 which is to completely wipe any trace of Keybase and revoke the ID using another device, then reinstall with a new ID. Only works temporarily though, until a reboot or other reason Keybase closes, then you have to repeat the wipe and revoke to get it working again. Unacceptable. There has to be a better solution. Please help! |
I can't wipe because the keybase-instance is the only one i have. I am very disappointed, that nobody cares about the problem since february 2022, because it's a blocker. |
This issue seen in the tray icon instance of Keybase is caused by spaces in long filename paths for the Keybase.exe - at least on a fresh install. If you are experiencing this issue try the following steps:
Edit... Others have pointed out that this works manually but not at startup or in shortcuts - the path keeps getting reverted to the long file name. I've switched to a powershell script and task scheduler item that is tested to work each startup. I'll post that separately. |
I'm afraid this fix didn't work for me. I followed the instructions precisely, but sadly the behavior is the same. I was the author of #25064. |
Did not fix it for me either |
I'm sorry this didn't work for some that have tried it. It's uncanny because the behavior is exactly the same as what I experienced, but I guess there are other ways the crypto can't be initialized by that tray instance of the application. For completeness sake, just covering the couple contributing factors that come to mind:
I hope some find that this helps solve their issue or at least gets you started down a successful path. |
Another behavior that I noticed is related to the logging... The working modified command line spawns a watchdog process that has a logging path not encapsulated in quotes...
This is unlike other child processes that have paths (taken from env variables) in quotes. Example...
I wonder if that --log-prefix= is an invalid path or path that can't be written to, if that causes the same behavior for multiple reasons? |
Manually run works but the key in the registry editor is always changed back to the path with spaces when rebooting. Nevertheless thank you for this workarround to start keybase manually |
Sorry for not originally testing things better. I got a hacky workaround to work each reboot, using a powershell script and a scheduled task. Here are the details for anyone who wants to recreate it.
Name: Launch Keybase You should have keybase working after you reboot. You can also right click and "launch" the newly created task from the scheduled task interface. Super hacky but should get you over the hump until someone goes and puts quotes around anything in the client code that uses the env variable LOCALAPPDATA... |
Prepending |
Hi, Creating a shortcut like this, works for me: Target: Start in: Replace "USERNA~1" with yours, found using dir /x in a cmd.exe prompt Working in Windows 11 |
None of these methods helps. Apparently the problem also concerns non-Latin letters in the path to the program folder. I have it located in C:\Users\Папа\AppData\Local\Keybase. I will continue to use version 5.9.0, it has no such problem with Cyrillic letters in the path to the folder |
Thanks! It works for me on Windows 11. |
#27529 (comment) |
Keybase GUI Version: 6.0.1-20220609140211+0fc9feea3d
This used to work on my PC, Win10, but suddenly stopped opening.
When I try to open, this is shown, "Starting up Keybase...", but just sits there, forever, unless I click somewhere else on the screen and then it disappears. Not sure what's wrong. Tried to download and reinstall it, same thing. Win10 has all updates available installed. Very annoying as I don't wish to use my cell to communicate, which is why it's installed on my PC.
Related files open in Task Manager Processes:
kbfsdokan.exe
Keybase (5 times)
Keybase utility (2 times)
Lots of CPU/Memory/Disk resources available.
Open to any suggestions how to get it working again.
Thanks in advance,
DeeJay1969
The text was updated successfully, but these errors were encountered: