Hyperterm just doesn't open, there are no notifications, the window just flashes open and closes instantly. The whole application doesn't crash, just the hyperterm window. This is the error when I launch it from the terminal:
$ /Applications/HyperTerm.app/Contents/MacOS/HyperTerm
running in prod mode
electron will open file:///Applications/HyperTerm.app/Contents/Resources/app/index.html
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
session not found by 0d13fff2-eef5-4f21-aa5e-5ddbe1bf1bcb
session not found by 0d13fff2-eef5-4f21-aa5e-5ddbe1bf1bcb
session not found by 0d13fff2-eef5-4f21-aa5e-5ddbe1bf1bcb
session not found by 0d13fff2-eef5-4f21-aa5e-5ddbe1bf1bcb
session not found by null
session not found by null
The "session not found" lines repeat every time I try to open a window.
Running it as sudo seems to work, but it still does the error even after I did rm -rf ~/.hyperterm*
, so unless there's something I don't know about in my home folder it shouldn't be related to hyperterm's config. I tried using /bin/sh as my default shell instead of my regular shell and it didn't work, so it's not related to my shell. That would make it related to permissions or some session settings. I'm not going to pretend to know in depth how macOS's terminal sessions work however.
Same problem.
MacOS .//Hyper
plugins have changed / not init, scheduling plugins installation
running in prod mode
electron will open file:///Applications/Hyper.app/Contents/Resources/app/index.html
Checking for notification messages
No matching notification messages
Error: spawn /usr/zsh ENOENT
at exports._errnoException (util.js:1026:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
[Notification] Error updating plugins.: Check~/.hyper_plugins/npm-debug.log
for more information.
Check that you have the right path set under "shell:" in your .hyper.js. This happened to me when transferring my config between OSes.
Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you!
Most helpful comment
Check that you have the right path set under "shell:" in your .hyper.js. This happened to me when transferring my config between OSes.